Home
last modified time | relevance | path

Searched refs:getpflags (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dppriv.c30 #pragma weak _getpflags = getpflags
81 getpflags(uint_t flag) in getpflags() function
/illumos-gate/usr/src/head/
H A Dpriv.h50 extern uint_t getpflags(uint_t);
/illumos-gate/usr/src/uts/common/syscall/
H A Dppriv.c358 getpflags(uint_t flag, const cred_t *cr) in getpflags() function
394 retv = (int)getpflags((uint_t)op, CRED()); in privsys()
/illumos-gate/usr/src/man/man2/
H A DMakefile65 getpflags.2 \
338 setpflags.2 := LINKSRC = getpflags.2
/illumos-gate/usr/src/cmd/pfexec/
H A Dpfexec.c104 oflag = getpflags(PRIV_PFEXEC); in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dpriv.h243 extern uint_t getpflags(uint_t, const cred_t *);
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_start.c459 getpflags(PRIV_PFEXEC, CRED()) != 0) { in auditme()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c260 getpflags(NET_MAC_AWARE, cr) != 0) { in lo_mount()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc105 file path=usr/share/man/man2/getpflags.2
205 link path=usr/share/man/man2/setpflags.2 target=getpflags.2
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common365 getpflags
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c1128 getpflags(NET_MAC_AWARE, cr) != 0)) { in smbfs_mount_label_policy()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1460 if (getpflags(NET_MAC_AWARE, credp) != 0) in sctp_create()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c2961 if (getpflags(NET_MAC_AWARE, credp) != 0) in conn_inherit_parent()
H A Dicmp.c1766 if (getpflags(NET_MAC_AWARE, credp) != 0) in rawip_do_open()
H A Dip.c6129 if (getpflags(NET_MAC_AWARE, credp) != 0) in ip_open()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2733 if (getpflags(NET_MAC_AWARE, credp) != 0) in tcp_create_common()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers979 getpflags;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c5192 getpflags(NET_MAC_AWARE, cr) != 0)) { in nfs_mount_label_policy()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4761 if (getpflags(NET_MAC_AWARE, credp) != 0) in udp_do_open()