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

/osnet-11/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);
/osnet-11/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);
/osnet-11/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);
/osnet-11/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c263 priv_set_t *lPrivSet = NULL; local
292 if ((lPrivSet = priv_allocset()) == NULL) {
296 priv_emptyset(lPrivSet);
298 if (setppriv(PRIV_SET, PRIV_LIMIT, lPrivSet) != 0) {
302 priv_freeset(lPrivSet);
/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c373 priv_set_t *lPrivSet = NULL; local
403 if ((lPrivSet = priv_allocset()) == NULL) {
407 priv_emptyset(lPrivSet);
409 if (setppriv(PRIV_SET, PRIV_LIMIT, lPrivSet) != 0) {
413 priv_freeset(lPrivSet);
/osnet-11/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c974 priv_set_t *lPrivSet = NULL; local

Completed in 39 milliseconds