Searched refs:getpflags (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dppriv.c32 #pragma weak _getpflags = getpflags
83 getpflags(uint_t flag) function
/illumos-gate/usr/src/head/
H A Dpriv.h50 extern uint_t getpflags(uint_t);
/illumos-gate/usr/src/cmd/pfexec/
H A Dpfexec.c104 oflag = getpflags(PRIV_PFEXEC);
/illumos-gate/usr/src/uts/common/sys/
H A Dpriv.h243 extern uint_t getpflags(uint_t, const cred_t *);
/illumos-gate/usr/src/man/man2/
H A DMakefile63 getpflags.2 \
329 setpflags.2 := LINKSRC = getpflags.2
/illumos-gate/usr/src/uts/common/syscall/
H A Dppriv.c48 * getpflags(2) - get process (privilege) flags
358 getpflags(uint_t flag, const cred_t *cr) function
394 retv = (int)getpflags((uint_t)op, CRED());
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_start.c459 getpflags(PRIV_PFEXEC, CRED()) != 0) {
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c260 getpflags(NET_MAC_AWARE, cr) != 0) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c999 getpflags(NET_MAC_AWARE, cr) != 0)) {
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1460 if (getpflags(NET_MAC_AWARE, credp) != 0)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c2901 if (getpflags(NET_MAC_AWARE, credp) != 0)
H A Dicmp.c1759 if (getpflags(NET_MAC_AWARE, credp) != 0)
H A Dip.c6083 if (getpflags(NET_MAC_AWARE, credp) != 0)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c5112 getpflags(NET_MAC_AWARE, cr) != 0)) {
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2712 if (getpflags(NET_MAC_AWARE, credp) != 0)
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4618 if (getpflags(NET_MAC_AWARE, credp) != 0)

Completed in 178 milliseconds