1: #include "DEFS.h"
2: ENTRY(_splbio)
3: movb $40*5,177776
4: rts pc
5:
6: / C call "_splbio();" will set processor priority to 5
7:
8: / The entry is not implemented in 2.11BSD by an explicit routine but
9: / translated into inline code equivalent to the routine above by a sed
10: / script during the compilation of kernel code.
11:
12: ENTRY(splbio)
13: movb 177776,r0
14: movb $40*5,177776
15: rts pc
16:
17: / C call "opri = splbio();" will set processor priority to 5
18: / and return the current processor priority
19:
20: / The entry is not implemented in 2.11BSD by an explicit routine but
21: / translated into inline code equivalent to the routine above by a sed
22: / script during the compilation of kernel code.
Defined functions
_splbio
defined in line
12; used 37 times
- in /usr/src/sys/h/buf.h line
155
- in /usr/src/sys/pdp/machdep.c line
341
- in /usr/src/sys/pdpuba/br.c line
201
- in /usr/src/sys/pdpuba/dr.c line
107
- in /usr/src/sys/pdpuba/hk.c line
233,
350
- in /usr/src/sys/pdpuba/ht.c line
137,
182
- in /usr/src/sys/pdpuba/ra.c line
366,
392,
426,
510,
662,
970
- in /usr/src/sys/pdpuba/rk.c line
102
- in /usr/src/sys/pdpuba/rl.c line
232,
352
- in /usr/src/sys/pdpuba/rx.c line
166,
415
- in /usr/src/sys/pdpuba/si.c line
143
- in /usr/src/sys/pdpuba/tm.c line
217,
280,
582
- in /usr/src/sys/pdpuba/ts.c line
219,
266
- in /usr/src/sys/pdpuba/xp.c line
290,
412
- in /usr/src/sys/sys/ufs_bio.c line
189,
261,
314,
358,
405,
434
- in /usr/src/sys/sys/ufs_subr.c line
86
- in /usr/src/sys/sys/vm_swp.c line
57,
169,
188