Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpolicy.h92 int secpolicy_excl_open(const cred_t *);
/titanic_41/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.c198 secpolicy_excl_open(crp) != 0) { in ttcompatopen()
H A Dasy.c1603 secpolicy_excl_open(cr) != 0) { in asyopen()
/titanic_41/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1965 secpolicy_excl_open(credp) != 0) { in sm_ok_to_open()
2148 if (secpolicy_excl_open(credp) != 0) in sm_open()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxencons.c444 secpolicy_excl_open(cr) != 0) { in xenconsopen()
/titanic_41/usr/src/uts/common/os/
H A Dpolicy.c1858 secpolicy_excl_open(const cred_t *cr) in secpolicy_excl_open() function
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c342 secpolicy_excl_open(credp) != 0)) { in tavor_open()
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c823 secpolicy_excl_open(cr) != 0) { in zsa_open()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1417 secpolicy_excl_open(cr) != 0) { in usbser_open_setup()
/titanic_41/usr/src/uts/sun4/io/
H A Dsu_driver.c996 secpolicy_excl_open(cr) != 0) { in asyopen()
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c325 secpolicy_excl_open(credp) != 0)) { in hermon_open()
/titanic_41/usr/src/uts/common/io/rsm/
H A Drsm.c1956 if ((flag & FEXCL) != 0 && secpolicy_excl_open(cred) != 0) { in rsm_open()