/titanic_44/usr/src/uts/common/sys/ |
H A D | priv.h | 135 #define NET_MAC_AWARE 0x0010 /* Is MAC aware */ macro 142 #define PRIV_USER (PRIV_DEBUG | NET_MAC_AWARE | NET_MAC_AWARE_INHERIT |\
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | ppriv.c | 253 flag != NET_MAC_AWARE && flag != NET_MAC_AWARE_INHERIT && in setpflags() 308 if ((flag == NET_MAC_AWARE || flag == NET_MAC_AWARE_INHERIT) && in setpflags() 361 flag != NET_MAC_AWARE && flag != NET_MAC_AWARE_INHERIT && in getpflags()
|
/titanic_44/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 547 if (setpflags(NET_MAC_AWARE, 1) != 0) in privupdate_self() 656 { NET_MAC_AWARE, "NET_MAC_AWARE" },
|
/titanic_44/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 134 (void) setpflags(NET_MAC_AWARE, 1); in main()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 260 getpflags(NET_MAC_AWARE, cr) != 0) { in lo_mount()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 995 getpflags(NET_MAC_AWARE, cr) != 0)) { in smbfs_mount_label_policy()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 306 (void) setpflags(NET_MAC_AWARE, 1);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | priv_defs | 227 Allows a process to set NET_MAC_AWARE process flag by using 230 The NET_MAC_AWARE process flag and the SO_MAC_EXEMPT socket
|
H A D | exec.c | 623 CR_FLAGS(cred) &= ~NET_MAC_AWARE; in gexec() 1080 if ((CR_FLAGS(cr) & NET_MAC_AWARE) || in execsetid()
|
H A D | cred.c | 228 CR_FLAGS(kcred) = NET_MAC_AWARE; in cred_init()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_subrs.c | 102 (void) setpflags(NET_MAC_AWARE, 1, cr); in smb_credinit()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_subr.c | 1054 (void) setpflags(NET_MAC_AWARE, 1, cr); in rfscall() 1605 (void) setpflags(NET_MAC_AWARE, 1, cr); in aclcall() 5191 getpflags(NET_MAC_AWARE, cr) != 0)) { in nfs_mount_label_policy()
|
H A D | nfs4_stub_vnops.c | 853 (void) setpflags(NET_MAC_AWARE, 1, mcred); in nfs4_trigger_mount()
|
H A D | nfs4_subr.c | 1250 (void) setpflags(NET_MAC_AWARE, 1, cr); in nfs4_rfscall()
|
/titanic_44/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 320 (void) setpflags(NET_MAC_AWARE, 1); in main()
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp.c | 1460 if (getpflags(NET_MAC_AWARE, credp) != 0) in sctp_create()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 2371 case NET_MAC_AWARE: s = "NET_MAC_AWARE"; break; in prt_pfl()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 2901 if (getpflags(NET_MAC_AWARE, credp) != 0) in conn_inherit_parent()
|
H A D | icmp.c | 1759 if (getpflags(NET_MAC_AWARE, credp) != 0) in rawip_do_open()
|
H A D | ip.c | 6083 if (getpflags(NET_MAC_AWARE, credp) != 0) in ip_open()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 2712 if (getpflags(NET_MAC_AWARE, credp) != 0) in tcp_create_common()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4618 if (getpflags(NET_MAC_AWARE, credp) != 0) in udp_do_open()
|