Symbol: SLOT
lib/libc/gen/libc_interposing_table.c
39
SLOT(system, __libc_system),
lib/libc/gen/libc_interposing_table.c
40
SLOT(tcdrain, __libc_tcdrain),
lib/libc/gen/libc_interposing_table.c
41
SLOT(_pthread_mutex_init_calloc_cb, _pthread_mutex_init_calloc_cb_stub),
lib/libc/gen/libc_interposing_table.c
42
SLOT(spinlock, __libc_spinlock_stub),
lib/libc/gen/libc_interposing_table.c
43
SLOT(spinunlock, __libc_spinunlock_stub),
lib/libc/gen/libc_interposing_table.c
44
SLOT(map_stacks_exec, __libc_map_stacks_exec),
lib/libc/gen/libc_interposing_table.c
45
SLOT(uexterr_gettext, __libc_uexterr_gettext),
lib/libsys/interposing_table.c
38
SLOT(accept, __sys_accept),
lib/libsys/interposing_table.c
39
SLOT(accept4, __sys_accept4),
lib/libsys/interposing_table.c
40
SLOT(aio_suspend, __sys_aio_suspend),
lib/libsys/interposing_table.c
41
SLOT(close, __sys_close),
lib/libsys/interposing_table.c
42
SLOT(connect, __sys_connect),
lib/libsys/interposing_table.c
43
SLOT(fcntl, __sys_fcntl),
lib/libsys/interposing_table.c
44
SLOT(fsync, __sys_fsync),
lib/libsys/interposing_table.c
45
SLOT(fork, __sys_fork),
lib/libsys/interposing_table.c
46
SLOT(msync, __sys_msync),
lib/libsys/interposing_table.c
47
SLOT(nanosleep, __sys_nanosleep),
lib/libsys/interposing_table.c
48
SLOT(openat, __sys_openat),
lib/libsys/interposing_table.c
49
SLOT(poll, __sys_poll),
lib/libsys/interposing_table.c
50
SLOT(pselect, __sys_pselect),
lib/libsys/interposing_table.c
51
SLOT(read, __sys_read),
lib/libsys/interposing_table.c
52
SLOT(readv, __sys_readv),
lib/libsys/interposing_table.c
53
SLOT(recvfrom, __sys_recvfrom),
lib/libsys/interposing_table.c
54
SLOT(recvmsg, __sys_recvmsg),
lib/libsys/interposing_table.c
55
SLOT(select, __sys_select),
lib/libsys/interposing_table.c
56
SLOT(sendmsg, __sys_sendmsg),
lib/libsys/interposing_table.c
57
SLOT(sendto, __sys_sendto),
lib/libsys/interposing_table.c
58
SLOT(setcontext, __sys_setcontext),
lib/libsys/interposing_table.c
59
SLOT(sigaction, __sys_sigaction),
lib/libsys/interposing_table.c
60
SLOT(sigprocmask, __sys_sigprocmask),
lib/libsys/interposing_table.c
61
SLOT(sigsuspend, __sys_sigsuspend),
lib/libsys/interposing_table.c
62
SLOT(sigwait, __libsys_sigwait),
lib/libsys/interposing_table.c
63
SLOT(sigtimedwait, __sys_sigtimedwait),
lib/libsys/interposing_table.c
64
SLOT(sigwaitinfo, __sys_sigwaitinfo),
lib/libsys/interposing_table.c
65
SLOT(swapcontext, __sys_swapcontext),
lib/libsys/interposing_table.c
66
SLOT(wait4, __sys_wait4),
lib/libsys/interposing_table.c
67
SLOT(write, __sys_write),
lib/libsys/interposing_table.c
68
SLOT(writev, __sys_writev),
lib/libsys/interposing_table.c
69
SLOT(kevent, __sys_kevent),
lib/libsys/interposing_table.c
70
SLOT(wait6, __sys_wait6),
lib/libsys/interposing_table.c
71
SLOT(ppoll, __sys_ppoll),
lib/libsys/interposing_table.c
72
SLOT(fdatasync, __sys_fdatasync),
lib/libsys/interposing_table.c
73
SLOT(clock_nanosleep, __sys_clock_nanosleep),
lib/libsys/interposing_table.c
74
SLOT(pdfork, __sys_pdfork),
lib/libsys/interposing_table.c
75
SLOT(pdwait, __sys_pdwait),
lib/libthr/thread/thr_syscalls.c
654
SLOT(system);
lib/libthr/thread/thr_syscalls.c
655
SLOT(tcdrain);
lib/libthr/thread/thr_syscalls.c
656
SLOT(spinlock);
lib/libthr/thread/thr_syscalls.c
657
SLOT(spinunlock);
lib/libthr/thread/thr_syscalls.c
658
SLOT(map_stacks_exec);
lib/libthr/thread/thr_syscalls.c
664
SLOT(accept);
lib/libthr/thread/thr_syscalls.c
665
SLOT(accept4);
lib/libthr/thread/thr_syscalls.c
666
SLOT(aio_suspend);
lib/libthr/thread/thr_syscalls.c
667
SLOT(close);
lib/libthr/thread/thr_syscalls.c
668
SLOT(connect);
lib/libthr/thread/thr_syscalls.c
669
SLOT(fcntl);
lib/libthr/thread/thr_syscalls.c
670
SLOT(fsync);
lib/libthr/thread/thr_syscalls.c
671
SLOT(fork);
lib/libthr/thread/thr_syscalls.c
672
SLOT(msync);
lib/libthr/thread/thr_syscalls.c
673
SLOT(nanosleep);
lib/libthr/thread/thr_syscalls.c
674
SLOT(openat);
lib/libthr/thread/thr_syscalls.c
675
SLOT(poll);
lib/libthr/thread/thr_syscalls.c
676
SLOT(pselect);
lib/libthr/thread/thr_syscalls.c
677
SLOT(read);
lib/libthr/thread/thr_syscalls.c
678
SLOT(readv);
lib/libthr/thread/thr_syscalls.c
679
SLOT(recvfrom);
lib/libthr/thread/thr_syscalls.c
680
SLOT(recvmsg);
lib/libthr/thread/thr_syscalls.c
681
SLOT(select);
lib/libthr/thread/thr_syscalls.c
682
SLOT(sendmsg);
lib/libthr/thread/thr_syscalls.c
683
SLOT(sendto);
lib/libthr/thread/thr_syscalls.c
684
SLOT(setcontext);
lib/libthr/thread/thr_syscalls.c
685
SLOT(sigaction);
lib/libthr/thread/thr_syscalls.c
686
SLOT(sigprocmask);
lib/libthr/thread/thr_syscalls.c
687
SLOT(sigsuspend);
lib/libthr/thread/thr_syscalls.c
688
SLOT(sigwait);
lib/libthr/thread/thr_syscalls.c
689
SLOT(sigtimedwait);
lib/libthr/thread/thr_syscalls.c
690
SLOT(sigwaitinfo);
lib/libthr/thread/thr_syscalls.c
691
SLOT(swapcontext);
lib/libthr/thread/thr_syscalls.c
692
SLOT(wait4);
lib/libthr/thread/thr_syscalls.c
693
SLOT(write);
lib/libthr/thread/thr_syscalls.c
694
SLOT(writev);
lib/libthr/thread/thr_syscalls.c
695
SLOT(kevent);
lib/libthr/thread/thr_syscalls.c
696
SLOT(wait6);
lib/libthr/thread/thr_syscalls.c
697
SLOT(ppoll);
lib/libthr/thread/thr_syscalls.c
698
SLOT(fdatasync);
lib/libthr/thread/thr_syscalls.c
699
SLOT(clock_nanosleep);
lib/libthr/thread/thr_syscalls.c
700
SLOT(pdfork);
lib/libthr/thread/thr_syscalls.c
701
SLOT(uexterr_gettext);
lib/libthr/thread/thr_syscalls.c
702
SLOT(pdwait);
sys/dev/exca/excavar.h
165
EXCA_ACCESSOR(slot, SLOT, uint32_t)
sys/dev/pci/pcivar.h
385
PCI_ACCESSOR(slot, SLOT, uint8_t)
sys/kern/sched_4bsd.c
1856
SLOT(load),
sys/kern/sched_4bsd.c
1857
SLOT(rr_interval),
sys/kern/sched_4bsd.c
1858
SLOT(runnable),
sys/kern/sched_4bsd.c
1859
SLOT(exit),
sys/kern/sched_4bsd.c
1860
SLOT(fork),
sys/kern/sched_4bsd.c
1861
SLOT(fork_exit),
sys/kern/sched_4bsd.c
1862
SLOT(class),
sys/kern/sched_4bsd.c
1863
SLOT(nice),
sys/kern/sched_4bsd.c
1864
SLOT(ap_entry),
sys/kern/sched_4bsd.c
1865
SLOT(exit_thread),
sys/kern/sched_4bsd.c
1866
SLOT(estcpu),
sys/kern/sched_4bsd.c
1867
SLOT(fork_thread),
sys/kern/sched_4bsd.c
1868
SLOT(ithread_prio),
sys/kern/sched_4bsd.c
1869
SLOT(lend_prio),
sys/kern/sched_4bsd.c
1870
SLOT(lend_user_prio),
sys/kern/sched_4bsd.c
1871
SLOT(lend_user_prio_cond),
sys/kern/sched_4bsd.c
1872
SLOT(pctcpu),
sys/kern/sched_4bsd.c
1873
SLOT(prio),
sys/kern/sched_4bsd.c
1874
SLOT(sleep),
sys/kern/sched_4bsd.c
1875
SLOT(sswitch),
sys/kern/sched_4bsd.c
1876
SLOT(throw),
sys/kern/sched_4bsd.c
1877
SLOT(unlend_prio),
sys/kern/sched_4bsd.c
1878
SLOT(user_prio),
sys/kern/sched_4bsd.c
1879
SLOT(userret_slowpath),
sys/kern/sched_4bsd.c
1880
SLOT(add),
sys/kern/sched_4bsd.c
1881
SLOT(choose),
sys/kern/sched_4bsd.c
1882
SLOT(clock),
sys/kern/sched_4bsd.c
1883
SLOT(idletd),
sys/kern/sched_4bsd.c
1884
SLOT(preempt),
sys/kern/sched_4bsd.c
1885
SLOT(relinquish),
sys/kern/sched_4bsd.c
1886
SLOT(rem),
sys/kern/sched_4bsd.c
1887
SLOT(wakeup),
sys/kern/sched_4bsd.c
1888
SLOT(bind),
sys/kern/sched_4bsd.c
1889
SLOT(unbind),
sys/kern/sched_4bsd.c
1890
SLOT(is_bound),
sys/kern/sched_4bsd.c
1891
SLOT(affinity),
sys/kern/sched_4bsd.c
1892
SLOT(sizeof_proc),
sys/kern/sched_4bsd.c
1893
SLOT(sizeof_thread),
sys/kern/sched_4bsd.c
1894
SLOT(tdname),
sys/kern/sched_4bsd.c
1895
SLOT(clear_tdname),
sys/kern/sched_4bsd.c
1896
SLOT(do_timer_accounting),
sys/kern/sched_4bsd.c
1897
SLOT(find_l2_neighbor),
sys/kern/sched_4bsd.c
1898
SLOT(init),
sys/kern/sched_4bsd.c
1899
SLOT(init_ap),
sys/kern/sched_4bsd.c
1900
SLOT(setup),
sys/kern/sched_4bsd.c
1901
SLOT(initticks),
sys/kern/sched_4bsd.c
1902
SLOT(schedcpu),
sys/kern/sched_ule.c
3399
SLOT(load),
sys/kern/sched_ule.c
3400
SLOT(rr_interval),
sys/kern/sched_ule.c
3401
SLOT(runnable),
sys/kern/sched_ule.c
3402
SLOT(exit),
sys/kern/sched_ule.c
3403
SLOT(fork),
sys/kern/sched_ule.c
3404
SLOT(fork_exit),
sys/kern/sched_ule.c
3405
SLOT(class),
sys/kern/sched_ule.c
3406
SLOT(nice),
sys/kern/sched_ule.c
3407
SLOT(ap_entry),
sys/kern/sched_ule.c
3408
SLOT(exit_thread),
sys/kern/sched_ule.c
3409
SLOT(estcpu),
sys/kern/sched_ule.c
3410
SLOT(fork_thread),
sys/kern/sched_ule.c
3411
SLOT(ithread_prio),
sys/kern/sched_ule.c
3412
SLOT(lend_prio),
sys/kern/sched_ule.c
3413
SLOT(lend_user_prio),
sys/kern/sched_ule.c
3414
SLOT(lend_user_prio_cond),
sys/kern/sched_ule.c
3415
SLOT(pctcpu),
sys/kern/sched_ule.c
3416
SLOT(prio),
sys/kern/sched_ule.c
3417
SLOT(sleep),
sys/kern/sched_ule.c
3418
SLOT(sswitch),
sys/kern/sched_ule.c
3419
SLOT(throw),
sys/kern/sched_ule.c
3420
SLOT(unlend_prio),
sys/kern/sched_ule.c
3421
SLOT(user_prio),
sys/kern/sched_ule.c
3422
SLOT(userret_slowpath),
sys/kern/sched_ule.c
3423
SLOT(add),
sys/kern/sched_ule.c
3424
SLOT(choose),
sys/kern/sched_ule.c
3425
SLOT(clock),
sys/kern/sched_ule.c
3426
SLOT(idletd),
sys/kern/sched_ule.c
3427
SLOT(preempt),
sys/kern/sched_ule.c
3428
SLOT(relinquish),
sys/kern/sched_ule.c
3429
SLOT(rem),
sys/kern/sched_ule.c
3430
SLOT(wakeup),
sys/kern/sched_ule.c
3431
SLOT(bind),
sys/kern/sched_ule.c
3432
SLOT(unbind),
sys/kern/sched_ule.c
3433
SLOT(is_bound),
sys/kern/sched_ule.c
3434
SLOT(affinity),
sys/kern/sched_ule.c
3435
SLOT(sizeof_proc),
sys/kern/sched_ule.c
3436
SLOT(sizeof_thread),
sys/kern/sched_ule.c
3437
SLOT(tdname),
sys/kern/sched_ule.c
3438
SLOT(clear_tdname),
sys/kern/sched_ule.c
3439
SLOT(do_timer_accounting),
sys/kern/sched_ule.c
3440
SLOT(find_l2_neighbor),
sys/kern/sched_ule.c
3441
SLOT(init),
sys/kern/sched_ule.c
3442
SLOT(init_ap),
sys/kern/sched_ule.c
3443
SLOT(setup),
sys/kern/sched_ule.c
3444
SLOT(initticks),
sys/kern/sched_ule.c
3445
SLOT(schedcpu),
sys/security/mac_biba/mac_biba.c
1005
source = SLOT(delabel);
sys/security/mac_biba/mac_biba.c
1006
dest = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
1018
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1019
new = SLOT(newlabel);
sys/security/mac_biba/mac_biba.c
1048
p = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1049
i = SLOT(ifplabel);
sys/security/mac_biba/mac_biba.c
1062
dest = SLOT(ifplabel);
sys/security/mac_biba/mac_biba.c
1117
source = SLOT(ifplabel);
sys/security/mac_biba/mac_biba.c
1118
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1129
source = SLOT(newlabel);
sys/security/mac_biba/mac_biba.c
1130
dest = SLOT(ifplabel);
sys/security/mac_biba/mac_biba.c
1144
p = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1145
i = SLOT(inplabel);
sys/security/mac_biba/mac_biba.c
1159
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1160
obj = SLOT(inplabel);
sys/security/mac_biba/mac_biba.c
1174
source = SLOT(solabel);
sys/security/mac_biba/mac_biba.c
1175
dest = SLOT(inplabel);
sys/security/mac_biba/mac_biba.c
1188
source = SLOT(inplabel);
sys/security/mac_biba/mac_biba.c
1189
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1202
source = SLOT(solabel);
sys/security/mac_biba/mac_biba.c
1203
dest = SLOT(inplabel);
sys/security/mac_biba/mac_biba.c
1214
source = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1215
dest = SLOT(q6label);
sys/security/mac_biba/mac_biba.c
1226
a = SLOT(q6label);
sys/security/mac_biba/mac_biba.c
1227
b = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1238
source = SLOT(q6label);
sys/security/mac_biba/mac_biba.c
1239
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1259
source = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1260
dest = SLOT(qlabel);
sys/security/mac_biba/mac_biba.c
1271
a = SLOT(qlabel);
sys/security/mac_biba/mac_biba.c
1272
b = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1283
source = SLOT(qlabel);
sys/security/mac_biba/mac_biba.c
1284
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1308
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1314
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
1330
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1331
obj = SLOT(mplabel);
sys/security/mac_biba/mac_biba.c
1345
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1346
dest = SLOT(mplabel);
sys/security/mac_biba/mac_biba.c
1357
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1368
source = SLOT(mrecvlabel);
sys/security/mac_biba/mac_biba.c
1369
dest = SLOT(msendlabel);
sys/security/mac_biba/mac_biba.c
1379
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1391
source = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1392
dest = SLOT(fraglabel);
sys/security/mac_biba/mac_biba.c
1403
source = SLOT(mrecvlabel);
sys/security/mac_biba/mac_biba.c
1404
dest = SLOT(msendlabel);
sys/security/mac_biba/mac_biba.c
1415
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1426
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
1453
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1454
obj = SLOT(pplabel);
sys/security/mac_biba/mac_biba.c
1471
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1472
obj = SLOT(pplabel);
sys/security/mac_biba/mac_biba.c
1487
new = SLOT(newlabel);
sys/security/mac_biba/mac_biba.c
1488
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1489
obj = SLOT(pplabel);
sys/security/mac_biba/mac_biba.c
1540
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1541
obj = SLOT(pplabel);
sys/security/mac_biba/mac_biba.c
1558
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1559
obj = SLOT(pplabel);
sys/security/mac_biba/mac_biba.c
1573
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1574
dest = SLOT(pplabel);
sys/security/mac_biba/mac_biba.c
1585
source = SLOT(newlabel);
sys/security/mac_biba/mac_biba.c
1586
dest = SLOT(pplabel);
sys/security/mac_biba/mac_biba.c
1600
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1601
obj = SLOT(kslabel);
sys/security/mac_biba/mac_biba.c
1618
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1619
obj = SLOT(kslabel);
sys/security/mac_biba/mac_biba.c
1636
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1637
obj = SLOT(kslabel);
sys/security/mac_biba/mac_biba.c
1654
subj = SLOT(active_cred->cr_label);
sys/security/mac_biba/mac_biba.c
1655
obj = SLOT(kslabel);
sys/security/mac_biba/mac_biba.c
1672
subj = SLOT(active_cred->cr_label);
sys/security/mac_biba/mac_biba.c
1673
obj = SLOT(kslabel);
sys/security/mac_biba/mac_biba.c
1687
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1688
dest = SLOT(kslabel);
sys/security/mac_biba/mac_biba.c
1702
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1703
obj = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
1726
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1727
obj = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
1750
subj = SLOT(active_cred->cr_label);
sys/security/mac_biba/mac_biba.c
1751
obj = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
1768
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1769
obj = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
1786
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1787
obj = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
1804
subj = SLOT(active_cred->cr_label);
sys/security/mac_biba/mac_biba.c
1805
obj = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
1822
subj = SLOT(active_cred->cr_label);
sys/security/mac_biba/mac_biba.c
1823
obj = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
1840
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1841
obj = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
1858
subj = SLOT(active_cred->cr_label);
sys/security/mac_biba/mac_biba.c
1859
obj = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
1873
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
1874
dest = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
2060
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2076
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2077
obj = SLOT(p->p_ucred->cr_label);
sys/security/mac_biba/mac_biba.c
2096
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2097
obj = SLOT(p->p_ucred->cr_label);
sys/security/mac_biba/mac_biba.c
2116
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2117
obj = SLOT(p->p_ucred->cr_label);
sys/security/mac_biba/mac_biba.c
2138
p = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
2139
s = SLOT(solabel);
sys/security/mac_biba/mac_biba.c
2156
new = SLOT(newlabel);
sys/security/mac_biba/mac_biba.c
2157
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2158
obj = SLOT(solabel);
sys/security/mac_biba/mac_biba.c
2209
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2210
obj = SLOT(solabel);
sys/security/mac_biba/mac_biba.c
2228
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2229
dest = SLOT(solabel);
sys/security/mac_biba/mac_biba.c
2240
source = SLOT(solabel);
sys/security/mac_biba/mac_biba.c
2241
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
2255
source = *SLOT(oldsolabel);
sys/security/mac_biba/mac_biba.c
2258
dest = SLOT(newsolabel);
sys/security/mac_biba/mac_biba.c
2273
source = SLOT(newlabel);
sys/security/mac_biba/mac_biba.c
2274
dest = SLOT(solabel);
sys/security/mac_biba/mac_biba.c
2285
source = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
2286
dest = SLOT(sopeerlabel);
sys/security/mac_biba/mac_biba.c
2301
source = *SLOT(oldsolabel);
sys/security/mac_biba/mac_biba.c
2303
dest = SLOT(newsopeerlabel);
sys/security/mac_biba/mac_biba.c
2315
source = SLOT(inp->inp_label);
sys/security/mac_biba/mac_biba.c
2316
dest = SLOT(label);
sys/security/mac_biba/mac_biba.c
2326
source = SLOT(sc_label);
sys/security/mac_biba/mac_biba.c
2327
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
2341
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2350
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
2367
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2376
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
2392
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2411
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2430
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2431
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
2453
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2475
bzero(SLOT(msglabel), sizeof(struct mac_biba));
sys/security/mac_biba/mac_biba.c
2485
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2486
dest = SLOT(msglabel);
sys/security/mac_biba/mac_biba.c
2500
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2501
obj = SLOT(msglabel);
sys/security/mac_biba/mac_biba.c
2518
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2519
obj = SLOT(msglabel);
sys/security/mac_biba/mac_biba.c
2536
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2537
obj = SLOT(msqklabel);
sys/security/mac_biba/mac_biba.c
2554
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2555
obj = SLOT(msqklabel);
sys/security/mac_biba/mac_biba.c
2572
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2573
obj = SLOT(msqklabel);
sys/security/mac_biba/mac_biba.c
2590
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2591
obj = SLOT(msqklabel);
sys/security/mac_biba/mac_biba.c
2616
bzero(SLOT(msqlabel), sizeof(struct mac_biba));
sys/security/mac_biba/mac_biba.c
2625
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2626
dest = SLOT(msqlabel);
sys/security/mac_biba/mac_biba.c
2640
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2641
obj = SLOT(semaklabel);
sys/security/mac_biba/mac_biba.c
2678
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2679
obj = SLOT(semaklabel);
sys/security/mac_biba/mac_biba.c
2696
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2697
obj = SLOT(semaklabel);
sys/security/mac_biba/mac_biba.c
2714
bzero(SLOT(semalabel), sizeof(struct mac_biba));
sys/security/mac_biba/mac_biba.c
2723
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2724
dest = SLOT(semalabel);
sys/security/mac_biba/mac_biba.c
2738
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2739
obj = SLOT(shmseglabel);
sys/security/mac_biba/mac_biba.c
2760
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2761
obj = SLOT(shmseglabel);
sys/security/mac_biba/mac_biba.c
2792
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2793
obj = SLOT(shmseglabel);
sys/security/mac_biba/mac_biba.c
2805
bzero(SLOT(shmlabel), sizeof(struct mac_biba));
sys/security/mac_biba/mac_biba.c
2814
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2815
dest = SLOT(shmlabel);
sys/security/mac_biba/mac_biba.c
2827
source = SLOT(mplabel);
sys/security/mac_biba/mac_biba.c
2828
dest = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
2867
source = SLOT(mplabel);
sys/security/mac_biba/mac_biba.c
2868
dest = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
2882
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2883
obj = SLOT(dvplabel);
sys/security/mac_biba/mac_biba.c
2900
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2901
obj = SLOT(dvplabel);
sys/security/mac_biba/mac_biba.c
2918
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2919
obj = SLOT(dvplabel);
sys/security/mac_biba/mac_biba.c
2936
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2937
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
2954
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2955
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
2977
exec = SLOT(execlabel);
sys/security/mac_biba/mac_biba.c
2986
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
2987
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3004
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3005
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3022
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3023
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3041
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3042
obj = SLOT(dvplabel);
sys/security/mac_biba/mac_biba.c
3047
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3064
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3065
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3082
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3083
obj = SLOT(dvplabel);
sys/security/mac_biba/mac_biba.c
3104
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3105
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3128
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3129
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3153
subj = SLOT(active_cred->cr_label);
sys/security/mac_biba/mac_biba.c
3154
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3171
subj = SLOT(active_cred->cr_label);
sys/security/mac_biba/mac_biba.c
3172
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3189
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3190
obj = SLOT(dvplabel);
sys/security/mac_biba/mac_biba.c
3207
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3208
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3223
old = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3224
new = SLOT(newlabel);
sys/security/mac_biba/mac_biba.c
3225
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3277
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3278
obj = SLOT(dvplabel);
sys/security/mac_biba/mac_biba.c
3283
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3301
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3302
obj = SLOT(dvplabel);
sys/security/mac_biba/mac_biba.c
3308
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3326
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3327
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3344
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3345
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3362
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3363
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3382
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3383
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3400
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3401
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3418
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3419
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3436
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3437
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3454
subj = SLOT(active_cred->cr_label);
sys/security/mac_biba/mac_biba.c
3455
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3473
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3474
obj = SLOT(dvplabel);
sys/security/mac_biba/mac_biba.c
3479
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3496
subj = SLOT(active_cred->cr_label);
sys/security/mac_biba/mac_biba.c
3497
obj = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3517
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
3518
dest = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3534
source = SLOT(newlabel);
sys/security/mac_biba/mac_biba.c
3535
dest = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
3551
source = SLOT(intlabel);
sys/security/mac_biba/mac_biba.c
517
if (SLOT(label) == NULL)
sys/security/mac_biba/mac_biba.c
527
biba_free(SLOT(label));
sys/security/mac_biba/mac_biba.c
625
mb = SLOT(label);
sys/security/mac_biba/mac_biba.c
754
mb = SLOT(label);
sys/security/mac_biba/mac_biba.c
764
*SLOT(dest) = *SLOT(src);
sys/security/mac_biba/mac_biba.c
780
a = SLOT(dlabel);
sys/security/mac_biba/mac_biba.c
781
b = SLOT(ifplabel);
sys/security/mac_biba/mac_biba.c
794
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
795
dest = SLOT(dlabel);
sys/security/mac_biba/mac_biba.c
806
source = SLOT(dlabel);
sys/security/mac_biba/mac_biba.c
807
dest = SLOT(mlabel);
sys/security/mac_biba/mac_biba.c
817
label = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
829
subj = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
830
new = SLOT(newlabel);
sys/security/mac_biba/mac_biba.c
892
subj = SLOT(u1->cr_label);
sys/security/mac_biba/mac_biba.c
893
obj = SLOT(u2->cr_label);
sys/security/mac_biba/mac_biba.c
907
dest = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
919
dest = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
931
source = SLOT(newlabel);
sys/security/mac_biba/mac_biba.c
932
dest = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
945
mb = SLOT(delabel);
sys/security/mac_biba/mac_biba.c
968
mb = SLOT(delabel);
sys/security/mac_biba/mac_biba.c
980
source = SLOT(cred->cr_label);
sys/security/mac_biba/mac_biba.c
981
dest = SLOT(delabel);
sys/security/mac_biba/mac_biba.c
992
source = SLOT(vplabel);
sys/security/mac_biba/mac_biba.c
993
dest = SLOT(delabel);
sys/security/mac_grantbylabel/mac_grantbylabel.c
174
gbl = SLOT(vp->v_label);
sys/security/mac_grantbylabel/mac_grantbylabel.c
234
label = (gbl_label_t)(SLOT(curproc->p_textvp->v_label) |
sys/security/mac_grantbylabel/mac_grantbylabel.c
235
SLOT(curproc->p_label));
sys/security/mac_grantbylabel/mac_grantbylabel.c
306
label = (gbl_label_t)SLOT(curproc->p_pptr->p_textvp->v_label);
sys/security/mac_grantbylabel/mac_grantbylabel.c
322
label = (gbl_label_t)SLOT(curproc->p_label);
sys/security/mac_grantbylabel/mac_grantbylabel.c
349
if (!SLOT(proc->p_textvp->v_label)) {
sys/security/mac_grantbylabel/mac_grantbylabel.c
418
gbl_args.gbl = (SLOT(proc->p_textvp->v_label) |
sys/security/mac_grantbylabel/mac_grantbylabel.c
419
SLOT(proc->p_label));
sys/security/mac_grantbylabel/mac_grantbylabel.c
455
gbl = SLOT(vp->v_label);
sys/security/mac_grantbylabel/mac_grantbylabel.c
469
SLOT_SET(dest, SLOT(src));
sys/security/mac_grantbylabel/mac_grantbylabel.c
484
gbl = SLOT(interpvplabel);
sys/security/mac_lomac/mac_lomac.c
1004
dest = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1015
dest = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1026
source = SLOT(newlabel);
sys/security/mac_lomac/mac_lomac.c
1027
dest = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1040
ml = SLOT(delabel);
sys/security/mac_lomac/mac_lomac.c
1064
ml = SLOT(delabel);
sys/security/mac_lomac/mac_lomac.c
1075
source = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1076
dest = SLOT(delabel);
sys/security/mac_lomac/mac_lomac.c
1087
source = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
1088
dest = SLOT(delabel);
sys/security/mac_lomac/mac_lomac.c
1100
source = SLOT(delabel);
sys/security/mac_lomac/mac_lomac.c
1101
dest = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
1113
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1114
new = SLOT(newlabel);
sys/security/mac_lomac/mac_lomac.c
1172
p = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1173
i = SLOT(ifplabel);
sys/security/mac_lomac/mac_lomac.c
1186
dest = SLOT(ifplabel);
sys/security/mac_lomac/mac_lomac.c
1242
source = SLOT(ifplabel);
sys/security/mac_lomac/mac_lomac.c
1243
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1254
source = SLOT(newlabel);
sys/security/mac_lomac/mac_lomac.c
1255
dest = SLOT(ifplabel);
sys/security/mac_lomac/mac_lomac.c
1269
p = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1270
i = SLOT(inplabel);
sys/security/mac_lomac/mac_lomac.c
1284
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1285
obj = SLOT(inplabel);
sys/security/mac_lomac/mac_lomac.c
1299
source = SLOT(solabel);
sys/security/mac_lomac/mac_lomac.c
1300
dest = SLOT(inplabel);
sys/security/mac_lomac/mac_lomac.c
1311
source = SLOT(inplabel);
sys/security/mac_lomac/mac_lomac.c
1312
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1325
source = SLOT(solabel);
sys/security/mac_lomac/mac_lomac.c
1326
dest = SLOT(inplabel);
sys/security/mac_lomac/mac_lomac.c
1337
source = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1338
dest = SLOT(q6label);
sys/security/mac_lomac/mac_lomac.c
1349
a = SLOT(q6label);
sys/security/mac_lomac/mac_lomac.c
1350
b = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1361
source = SLOT(q6label);
sys/security/mac_lomac/mac_lomac.c
1362
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1382
source = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1383
dest = SLOT(qlabel);
sys/security/mac_lomac/mac_lomac.c
1394
a = SLOT(qlabel);
sys/security/mac_lomac/mac_lomac.c
1395
b = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1406
source = SLOT(qlabel);
sys/security/mac_lomac/mac_lomac.c
1407
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1430
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1431
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
1448
source = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1449
dest = SLOT(mplabel);
sys/security/mac_lomac/mac_lomac.c
1459
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1470
source = SLOT(mrecvlabel);
sys/security/mac_lomac/mac_lomac.c
1471
dest = SLOT(msendlabel);
sys/security/mac_lomac/mac_lomac.c
1481
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1493
source = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1494
dest = SLOT(fraglabel);
sys/security/mac_lomac/mac_lomac.c
1505
source = SLOT(mrecvlabel);
sys/security/mac_lomac/mac_lomac.c
1506
dest = SLOT(msendlabel);
sys/security/mac_lomac/mac_lomac.c
1517
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1528
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1555
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1556
obj = SLOT(pplabel);
sys/security/mac_lomac/mac_lomac.c
1571
new = SLOT(newlabel);
sys/security/mac_lomac/mac_lomac.c
1572
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1573
obj = SLOT(pplabel);
sys/security/mac_lomac/mac_lomac.c
1624
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1625
obj = SLOT(pplabel);
sys/security/mac_lomac/mac_lomac.c
1639
source = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1640
dest = SLOT(pplabel);
sys/security/mac_lomac/mac_lomac.c
1651
source = SLOT(newlabel);
sys/security/mac_lomac/mac_lomac.c
1652
dest = SLOT(pplabel);
sys/security/mac_lomac/mac_lomac.c
1838
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1854
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1855
obj = SLOT(p->p_ucred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1874
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1875
obj = SLOT(p->p_ucred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1894
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1895
obj = SLOT(p->p_ucred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1934
p = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
1935
s = SLOT(solabel);
sys/security/mac_lomac/mac_lomac.c
1952
new = SLOT(newlabel);
sys/security/mac_lomac/mac_lomac.c
1953
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
1954
obj = SLOT(solabel);
sys/security/mac_lomac/mac_lomac.c
2005
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2006
obj = SLOT(solabel);
sys/security/mac_lomac/mac_lomac.c
2024
source = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2025
dest = SLOT(solabel);
sys/security/mac_lomac/mac_lomac.c
2036
source = SLOT(solabel);
sys/security/mac_lomac/mac_lomac.c
2037
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
2051
source = *SLOT(oldsolabel);
sys/security/mac_lomac/mac_lomac.c
2054
dest = SLOT(newsolabel);
sys/security/mac_lomac/mac_lomac.c
2069
source = SLOT(newlabel);
sys/security/mac_lomac/mac_lomac.c
2070
dest = SLOT(solabel);
sys/security/mac_lomac/mac_lomac.c
2081
source = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
2082
dest = SLOT(sopeerlabel);
sys/security/mac_lomac/mac_lomac.c
2097
source = *SLOT(oldsolabel);
sys/security/mac_lomac/mac_lomac.c
2100
dest = SLOT(newsopeerlabel);
sys/security/mac_lomac/mac_lomac.c
2112
source = SLOT(inp->inp_label);
sys/security/mac_lomac/mac_lomac.c
2113
dest = SLOT(label);
sys/security/mac_lomac/mac_lomac.c
2123
source = SLOT(sc_label);
sys/security/mac_lomac/mac_lomac.c
2124
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
2137
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2138
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2158
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2159
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2179
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2196
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2197
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2217
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2261
lomac_copy(&subj->mac_lomac, SLOT(newcred->cr_label));
sys/security/mac_lomac/mac_lomac.c
2282
source = SLOT(mplabel);
sys/security/mac_lomac/mac_lomac.c
2283
dest = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2329
source = SLOT(mplabel);
sys/security/mac_lomac/mac_lomac.c
2330
dest = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2344
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2345
obj = SLOT(dvplabel);
sys/security/mac_lomac/mac_lomac.c
2365
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2366
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2384
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2385
obj = SLOT(dvplabel);
sys/security/mac_lomac/mac_lomac.c
2390
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2411
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2412
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2439
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2440
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2455
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2456
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2476
subj = SLOT(active_cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2477
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2492
old = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2493
new = SLOT(newlabel);
sys/security/mac_lomac/mac_lomac.c
2494
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2571
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2572
obj = SLOT(dvplabel);
sys/security/mac_lomac/mac_lomac.c
2577
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2595
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2596
obj = SLOT(dvplabel);
sys/security/mac_lomac/mac_lomac.c
2602
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2620
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2621
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2638
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2639
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2656
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2657
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2676
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2677
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2694
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2695
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2712
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2713
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2730
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2731
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2749
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2750
obj = SLOT(dvplabel);
sys/security/mac_lomac/mac_lomac.c
2755
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2772
subj = SLOT(active_cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2773
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2793
source = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
2794
dest = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2795
dir = SLOT(dvplabel);
sys/security/mac_lomac/mac_lomac.c
2818
source = SLOT(old->cr_label);
sys/security/mac_lomac/mac_lomac.c
2819
dest = SLOT(new->cr_label);
sys/security/mac_lomac/mac_lomac.c
2820
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2821
robj = interpvplabel != NULL ? SLOT(interpvplabel) : obj;
sys/security/mac_lomac/mac_lomac.c
2856
subj = SLOT(old->cr_label);
sys/security/mac_lomac/mac_lomac.c
2857
obj = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2858
robj = interpvplabel != NULL ? SLOT(interpvplabel) : obj;
sys/security/mac_lomac/mac_lomac.c
2872
source = SLOT(newlabel);
sys/security/mac_lomac/mac_lomac.c
2873
dest = SLOT(vplabel);
sys/security/mac_lomac/mac_lomac.c
2889
source = SLOT(intlabel);
sys/security/mac_lomac/mac_lomac.c
628
if (SLOT(label) == NULL)
sys/security/mac_lomac/mac_lomac.c
638
lomac_free(SLOT(label));
sys/security/mac_lomac/mac_lomac.c
716
ml = SLOT(label);
sys/security/mac_lomac/mac_lomac.c
860
ml = SLOT(label);
sys/security/mac_lomac/mac_lomac.c
870
*SLOT(dest) = *SLOT(src);
sys/security/mac_lomac/mac_lomac.c
886
a = SLOT(dlabel);
sys/security/mac_lomac/mac_lomac.c
887
b = SLOT(ifplabel);
sys/security/mac_lomac/mac_lomac.c
900
source = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
901
dest = SLOT(dlabel);
sys/security/mac_lomac/mac_lomac.c
912
source = SLOT(dlabel);
sys/security/mac_lomac/mac_lomac.c
913
dest = SLOT(mlabel);
sys/security/mac_lomac/mac_lomac.c
924
subj = SLOT(cred->cr_label);
sys/security/mac_lomac/mac_lomac.c
925
new = SLOT(newlabel);
sys/security/mac_lomac/mac_lomac.c
989
subj = SLOT(cr1->cr_label);
sys/security/mac_lomac/mac_lomac.c
990
obj = SLOT(cr2->cr_label);
sys/security/mac_mls/mac_mls.c
1009
p = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1010
i = SLOT(ifplabel);
sys/security/mac_mls/mac_mls.c
1021
dest = SLOT(ifplabel);
sys/security/mac_mls/mac_mls.c
1038
source = SLOT(ifplabel);
sys/security/mac_mls/mac_mls.c
1039
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1050
source = SLOT(newlabel);
sys/security/mac_mls/mac_mls.c
1051
dest = SLOT(ifplabel);
sys/security/mac_mls/mac_mls.c
1065
p = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1066
i = SLOT(inplabel);
sys/security/mac_mls/mac_mls.c
1080
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1081
obj = SLOT(inplabel);
sys/security/mac_mls/mac_mls.c
1095
source = SLOT(solabel);
sys/security/mac_mls/mac_mls.c
1096
dest = SLOT(inplabel);
sys/security/mac_mls/mac_mls.c
1107
source = SLOT(inplabel);
sys/security/mac_mls/mac_mls.c
1108
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1121
source = SLOT(solabel);
sys/security/mac_mls/mac_mls.c
1122
dest = SLOT(inplabel);
sys/security/mac_mls/mac_mls.c
1133
source = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1134
dest = SLOT(q6label);
sys/security/mac_mls/mac_mls.c
1145
a = SLOT(q6label);
sys/security/mac_mls/mac_mls.c
1146
b = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1157
source = SLOT(q6label);
sys/security/mac_mls/mac_mls.c
1158
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1178
source = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1179
dest = SLOT(qlabel);
sys/security/mac_mls/mac_mls.c
1190
a = SLOT(qlabel);
sys/security/mac_mls/mac_mls.c
1191
b = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1202
source = SLOT(qlabel);
sys/security/mac_mls/mac_mls.c
1203
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1226
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1227
obj = SLOT(mntlabel);
sys/security/mac_mls/mac_mls.c
1240
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1241
dest = SLOT(mplabel);
sys/security/mac_mls/mac_mls.c
1252
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1263
source = SLOT(mrecvlabel);
sys/security/mac_mls/mac_mls.c
1264
dest = SLOT(msendlabel);
sys/security/mac_mls/mac_mls.c
1274
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1286
source = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1287
dest = SLOT(fraglabel);
sys/security/mac_mls/mac_mls.c
1298
source = SLOT(mrecvlabel);
sys/security/mac_mls/mac_mls.c
1299
dest = SLOT(msendlabel);
sys/security/mac_mls/mac_mls.c
1310
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1321
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1348
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1349
obj = SLOT(pplabel);
sys/security/mac_mls/mac_mls.c
1366
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1367
obj = SLOT(pplabel);
sys/security/mac_mls/mac_mls.c
1382
new = SLOT(newlabel);
sys/security/mac_mls/mac_mls.c
1383
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1384
obj = SLOT(pplabel);
sys/security/mac_mls/mac_mls.c
1435
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1436
obj = SLOT(pplabel);
sys/security/mac_mls/mac_mls.c
1453
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1454
obj = SLOT(pplabel);
sys/security/mac_mls/mac_mls.c
1468
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1469
dest = SLOT(pplabel);
sys/security/mac_mls/mac_mls.c
1480
source = SLOT(newlabel);
sys/security/mac_mls/mac_mls.c
1481
dest = SLOT(pplabel);
sys/security/mac_mls/mac_mls.c
1495
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1496
obj = SLOT(kslabel);
sys/security/mac_mls/mac_mls.c
1513
subj = SLOT(active_cred->cr_label);
sys/security/mac_mls/mac_mls.c
1514
obj = SLOT(kslabel);
sys/security/mac_mls/mac_mls.c
1531
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1532
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1549
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1550
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1567
subj = SLOT(active_cred->cr_label);
sys/security/mac_mls/mac_mls.c
1568
obj = SLOT(kslabel);
sys/security/mac_mls/mac_mls.c
1582
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1583
dest = SLOT(kslabel);
sys/security/mac_mls/mac_mls.c
1597
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1598
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1621
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1622
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1645
subj = SLOT(active_cred->cr_label);
sys/security/mac_mls/mac_mls.c
1646
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1663
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1664
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1681
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1682
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1699
subj = SLOT(active_cred->cr_label);
sys/security/mac_mls/mac_mls.c
1700
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1717
subj = SLOT(active_cred->cr_label);
sys/security/mac_mls/mac_mls.c
1718
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1735
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1736
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1753
subj = SLOT(active_cred->cr_label);
sys/security/mac_mls/mac_mls.c
1754
obj = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1768
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1769
dest = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
1782
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1783
obj = SLOT(p->p_ucred->cr_label);
sys/security/mac_mls/mac_mls.c
1802
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1803
obj = SLOT(p->p_ucred->cr_label);
sys/security/mac_mls/mac_mls.c
1822
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1823
obj = SLOT(p->p_ucred->cr_label);
sys/security/mac_mls/mac_mls.c
1844
p = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1845
s = SLOT(solabel);
sys/security/mac_mls/mac_mls.c
1863
new = SLOT(newlabel);
sys/security/mac_mls/mac_mls.c
1864
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1865
obj = SLOT(solabel);
sys/security/mac_mls/mac_mls.c
1916
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1917
obj = SLOT(solabel);
sys/security/mac_mls/mac_mls.c
1935
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
1936
dest = SLOT(solabel);
sys/security/mac_mls/mac_mls.c
1947
source = SLOT(solabel);
sys/security/mac_mls/mac_mls.c
1948
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1962
source = *SLOT(oldsolabel);
sys/security/mac_mls/mac_mls.c
1965
dest = SLOT(newsolabel);
sys/security/mac_mls/mac_mls.c
1980
source = SLOT(newlabel);
sys/security/mac_mls/mac_mls.c
1981
dest = SLOT(solabel);
sys/security/mac_mls/mac_mls.c
1992
source = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
1993
dest = SLOT(sopeerlabel);
sys/security/mac_mls/mac_mls.c
2008
source = *SLOT(oldsolabel);
sys/security/mac_mls/mac_mls.c
2011
dest = SLOT(newsopeerlabel);
sys/security/mac_mls/mac_mls.c
2023
source = SLOT(inp->inp_label);
sys/security/mac_mls/mac_mls.c
2024
dest = SLOT(label);
sys/security/mac_mls/mac_mls.c
2035
source = SLOT(sc_label);
sys/security/mac_mls/mac_mls.c
2036
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
2053
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2054
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2072
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2073
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2091
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2092
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2105
bzero(SLOT(msglabel), sizeof(struct mac_mls));
sys/security/mac_mls/mac_mls.c
2115
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2116
dest = SLOT(msglabel);
sys/security/mac_mls/mac_mls.c
2130
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2131
obj = SLOT(msglabel);
sys/security/mac_mls/mac_mls.c
2148
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2149
obj = SLOT(msglabel);
sys/security/mac_mls/mac_mls.c
2166
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2167
obj = SLOT(msqklabel);
sys/security/mac_mls/mac_mls.c
2184
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2185
obj = SLOT(msqklabel);
sys/security/mac_mls/mac_mls.c
2202
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2203
obj = SLOT(msqklabel);
sys/security/mac_mls/mac_mls.c
2220
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2221
obj = SLOT(msqklabel);
sys/security/mac_mls/mac_mls.c
2246
bzero(SLOT(msqlabel), sizeof(struct mac_mls));
sys/security/mac_mls/mac_mls.c
2255
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2256
dest = SLOT(msqlabel);
sys/security/mac_mls/mac_mls.c
2270
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2271
obj = SLOT(semaklabel);
sys/security/mac_mls/mac_mls.c
2308
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2309
obj = SLOT(semaklabel);
sys/security/mac_mls/mac_mls.c
2326
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2327
obj = SLOT(semaklabel);
sys/security/mac_mls/mac_mls.c
2344
bzero(SLOT(semalabel), sizeof(struct mac_mls));
sys/security/mac_mls/mac_mls.c
2353
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2354
dest = SLOT(semalabel);
sys/security/mac_mls/mac_mls.c
2368
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2369
obj = SLOT(shmseglabel);
sys/security/mac_mls/mac_mls.c
2390
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2391
obj = SLOT(shmseglabel);
sys/security/mac_mls/mac_mls.c
2422
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2423
obj = SLOT(shmseglabel);
sys/security/mac_mls/mac_mls.c
2435
bzero(SLOT(shmlabel), sizeof(struct mac_mls));
sys/security/mac_mls/mac_mls.c
2444
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2445
dest = SLOT(shmlabel);
sys/security/mac_mls/mac_mls.c
2457
source = SLOT(mplabel);
sys/security/mac_mls/mac_mls.c
2458
dest = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2496
source = SLOT(mplabel);
sys/security/mac_mls/mac_mls.c
2497
dest = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2511
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2512
obj = SLOT(dvplabel);
sys/security/mac_mls/mac_mls.c
2529
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2530
obj = SLOT(dvplabel);
sys/security/mac_mls/mac_mls.c
2547
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2548
obj = SLOT(dvplabel);
sys/security/mac_mls/mac_mls.c
2565
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2566
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2583
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2584
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2606
exec = SLOT(execlabel);
sys/security/mac_mls/mac_mls.c
2615
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2616
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2633
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2634
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2651
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2652
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2670
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2671
obj = SLOT(dvplabel);
sys/security/mac_mls/mac_mls.c
2676
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2693
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2694
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2711
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2712
obj = SLOT(dvplabel);
sys/security/mac_mls/mac_mls.c
2733
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2734
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2757
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2758
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2782
subj = SLOT(active_cred->cr_label);
sys/security/mac_mls/mac_mls.c
2783
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2800
subj = SLOT(active_cred->cr_label);
sys/security/mac_mls/mac_mls.c
2801
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2818
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2819
obj = SLOT(dvplabel);
sys/security/mac_mls/mac_mls.c
2836
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2837
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2852
old = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2853
new = SLOT(newlabel);
sys/security/mac_mls/mac_mls.c
2854
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2906
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2907
obj = SLOT(dvplabel);
sys/security/mac_mls/mac_mls.c
2912
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2930
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2931
obj = SLOT(dvplabel);
sys/security/mac_mls/mac_mls.c
2937
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2955
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2956
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2973
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2974
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
2991
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
2992
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
3011
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
3012
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
3029
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
3030
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
3047
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
3048
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
3065
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
3066
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
3083
subj = SLOT(active_cred->cr_label);
sys/security/mac_mls/mac_mls.c
3084
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
3102
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
3103
obj = SLOT(dvplabel);
sys/security/mac_mls/mac_mls.c
3108
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
3125
subj = SLOT(active_cred->cr_label);
sys/security/mac_mls/mac_mls.c
3126
obj = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
3146
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
3147
dest = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
3163
source = SLOT(label);
sys/security/mac_mls/mac_mls.c
3164
dest = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
3180
source = SLOT(intlabel);
sys/security/mac_mls/mac_mls.c
481
if (SLOT(label) == NULL)
sys/security/mac_mls/mac_mls.c
491
mls_free(SLOT(label));
sys/security/mac_mls/mac_mls.c
589
mm = SLOT(label);
sys/security/mac_mls/mac_mls.c
719
mm = SLOT(label);
sys/security/mac_mls/mac_mls.c
729
*SLOT(dest) = *SLOT(src);
sys/security/mac_mls/mac_mls.c
745
a = SLOT(dlabel);
sys/security/mac_mls/mac_mls.c
746
b = SLOT(ifplabel);
sys/security/mac_mls/mac_mls.c
758
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
759
dest = SLOT(dlabel);
sys/security/mac_mls/mac_mls.c
770
source = SLOT(dlabel);
sys/security/mac_mls/mac_mls.c
771
dest = SLOT(mlabel);
sys/security/mac_mls/mac_mls.c
781
label = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
793
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
794
new = SLOT(newlabel);
sys/security/mac_mls/mac_mls.c
855
subj = SLOT(cr1->cr_label);
sys/security/mac_mls/mac_mls.c
856
obj = SLOT(cr2->cr_label);
sys/security/mac_mls/mac_mls.c
870
dest = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
882
dest = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
894
source = SLOT(newlabel);
sys/security/mac_mls/mac_mls.c
895
dest = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
908
mm = SLOT(delabel);
sys/security/mac_mls/mac_mls.c
934
mm = SLOT(delabel);
sys/security/mac_mls/mac_mls.c
945
source = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
946
dest = SLOT(delabel);
sys/security/mac_mls/mac_mls.c
957
source = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
958
dest = SLOT(delabel);
sys/security/mac_mls/mac_mls.c
970
source = SLOT(delabel);
sys/security/mac_mls/mac_mls.c
971
dest = SLOT(vplabel);
sys/security/mac_mls/mac_mls.c
983
subj = SLOT(cred->cr_label);
sys/security/mac_mls/mac_mls.c
984
new = SLOT(newlabel);
sys/security/mac_partition/mac_partition.c
121
if (SLOT(newlabel) != 0) {
sys/security/mac_partition/mac_partition.c
149
SLOT_SET(dest, SLOT(src));
sys/security/mac_partition/mac_partition.c
186
if (sbuf_printf(sb, "%jd", (intmax_t)SLOT(label)) == -1)
sys/security/mac_partition/mac_partition.c
219
if (newlabel != NULL && SLOT(newlabel) != 0)
sys/security/mac_partition/mac_partition.c
220
SLOT_SET(cred->cr_label, SLOT(newlabel));
sys/security/mac_partition/mac_partition.c
288
if (SLOT(execlabel) != 0)
sys/security/mac_partition/mac_partition.c
86
if (SLOT(subject) == 0)
sys/security/mac_partition/mac_partition.c
97
if (SLOT(subject) == SLOT(object))
sys/security/mac_test/mac_test.c
135
KASSERT(SLOT(label) == magic || SLOT(label) == 0, \
sys/security/mac_test/mac_test.c
141
if (SLOT(label) == magic || SLOT(label) == 0) { \
sys/security/mac_test/mac_test.c
143
} else if (SLOT(label) == MAGIC_FREE) { \
sys/security/mac_test/mac_test.c
155
KASSERT(SLOT(label) != MAGIC_FREE, \
sys/security/mac_veriexec/mac_veriexec.c
1074
fps = SLOT(vp->v_label);
sys/security/mac_veriexec/mac_veriexec.c
228
fsid = SLOT(mp->mnt_label);
sys/security/mac_veriexec/mac_veriexec.c
311
SLOT_SET(dest, SLOT(src));