Home
last modified time | relevance | path

Searched refs:check_priv_entry (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.h44 int check_priv_entry(const char *, boolean_t);
H A Dupdate_drv.c223 (priv != NULL) && check_priv_entry(priv, a_flag) != 0) in main()
H A Dplcysubr.c678 check_priv_entry(const char *privlist, boolean_t add) in check_priv_entry() function
H A Dadd_drv.c281 priv != NULL && check_priv_entry(priv, 1) != 0) in main()