Searched refs:getpflags (Results 1 – 19 of 19) sorted by relevance
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | ppriv.c | 32 #pragma weak _getpflags = getpflags 83 getpflags(uint_t flag) in getpflags() function
|
/titanic_41/usr/src/head/ |
H A D | priv.h | 50 extern uint_t getpflags(uint_t);
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | ppriv.c | 358 getpflags(uint_t flag, const cred_t *cr) in getpflags() function 394 retv = (int)getpflags((uint_t)op, CRED()); in privsys()
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 63 getpflags.2 \ 329 setpflags.2 := LINKSRC = getpflags.2
|
/titanic_41/usr/src/cmd/pfexec/ |
H A D | pfexec.c | 104 oflag = getpflags(PRIV_PFEXEC); in main()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | priv.h | 243 extern uint_t getpflags(uint_t, const cred_t *);
|
/titanic_41/usr/src/uts/common/c2/ |
H A D | audit_start.c | 459 getpflags(PRIV_PFEXEC, CRED()) != 0) { in auditme()
|
/titanic_41/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 260 getpflags(NET_MAC_AWARE, cr) != 0) { in lo_mount()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 58 file path=usr/share/man/man2/getpflags.2 239 link path=usr/share/man/man2/setpflags.2 target=getpflags.2
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 365 getpflags
|
/titanic_41/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_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp.c | 1460 if (getpflags(NET_MAC_AWARE, credp) != 0) in sctp_create()
|
/titanic_41/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_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 699 getpflags;
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 2712 if (getpflags(NET_MAC_AWARE, credp) != 0) in tcp_create_common()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_subr.c | 5191 getpflags(NET_MAC_AWARE, cr) != 0)) { in nfs_mount_label_policy()
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4618 if (getpflags(NET_MAC_AWARE, credp) != 0) in udp_do_open()
|