Home
last modified time | relevance | path

Searched refs:secpolicy_excl_open (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpolicy.h93 int secpolicy_excl_open(const cred_t *);
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c261 secpolicy_excl_open(cred) != 0) { in ptslopen()
H A Dvcons.c383 (secpolicy_excl_open(crp) != 0)) { in vt_open()
H A Dttcompat.c180 secpolicy_excl_open(crp) != 0) { in ttcompatopen()
H A Dasy.c1605 secpolicy_excl_open(cr) != 0) { in asyopen()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c444 secpolicy_excl_open(cr) != 0) { in xenconsopen()
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c1933 secpolicy_excl_open(const cred_t *cr) in secpolicy_excl_open() function
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c294 secpolicy_excl_open(credp) != 0)) { in tavor_open()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1417 secpolicy_excl_open(cr) != 0) { in usbser_open_setup()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c824 secpolicy_excl_open(cr) != 0) { in zsa_open()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c996 secpolicy_excl_open(cr) != 0) { in asyopen()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c325 secpolicy_excl_open(credp) != 0)) { in hermon_open()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c1958 if ((flag & FEXCL) != 0 && secpolicy_excl_open(cred) != 0) { in rsm_open()