Searched defs:secpolicy_net_config (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c68 extern int secpolicy_net_config(const cred_t *, boolean_t);
70 #pragma weak secpolicy_net_config macro
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h343 extern int secpolicy_net_config(const cred_t *, boolean_t);
349 #pragma weak secpolicy_net_config macro
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c1940 secpolicy_net_config(const cred_t *cr, boolean_t checkonly) function
1963 return (secpolicy_net_config(cr, checkonly));
1981 return (secpolicy_net_config(cr, B_FALSE));
1992 return (secpolicy_net_config(cr, B_FALSE));
2072 return (secpolicy_net_config(cr, NULL));
2594 return (secpolicy_net_config(cr, B_FALSE));

Completed in 68 milliseconds