Searched refs:lPrivSet (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c271 priv_set_t *lPrivSet = NULL; local
294 if ((lPrivSet = priv_allocset()) == NULL) {
298 priv_emptyset(lPrivSet);
300 if (setppriv(PRIV_SET, PRIV_LIMIT, lPrivSet) != 0) {
304 priv_freeset(lPrivSet);
/illumos-gate/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c46 priv_set_t *lPrivSet = NULL; local
73 if ((lPrivSet = priv_allocset()) == NULL) {
77 priv_emptyset(lPrivSet);
79 if (setppriv(PRIV_SET, PRIV_LIMIT, lPrivSet) != 0) {
83 priv_freeset(lPrivSet);
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c273 priv_set_t *lPrivSet = NULL; local
300 if ((lPrivSet = priv_allocset()) == NULL) {
304 priv_emptyset(lPrivSet);
306 if (setppriv(PRIV_SET, PRIV_LIMIT, lPrivSet) != 0) {
310 priv_freeset(lPrivSet);
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c282 priv_set_t *lPrivSet = NULL; local
311 if ((lPrivSet = priv_allocset()) == NULL) {
315 priv_emptyset(lPrivSet);
317 if (setppriv(PRIV_SET, PRIV_LIMIT, lPrivSet) != 0) {
321 priv_freeset(lPrivSet);
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c374 priv_set_t *lPrivSet = NULL; local
404 if ((lPrivSet = priv_allocset()) == NULL) {
408 priv_emptyset(lPrivSet);
410 if (setppriv(PRIV_SET, PRIV_LIMIT, lPrivSet) != 0) {
414 priv_freeset(lPrivSet);
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c1307 priv_set_t *lPrivSet = NULL; local

Completed in 47 milliseconds