Lines Matching defs:priv_id
46 priv_t priv_id;
57 * Do sanity checking on priv_id's here to assure
61 priv_id = va_arg(ap, priv_t);
62 priv_name = (char *)priv_getbynum((int)(uintptr_t)priv_id);
97 priv_t priv_id;
108 * Do sanity checking on priv_id's here to assure
112 priv_id = va_arg(ap, priv_t);
113 if ((char *)priv_getbynum((int)(uintptr_t)priv_id) == NULL) {
118 (void) PRIV_ASSERT(priv_set, priv_id);
147 priv_t priv_id;
158 * Do sanity checking on priv_id's here to assure
162 priv_id = va_arg(ap, priv_t);
163 if ((char *)priv_getbynum((int)(uintptr_t)priv_id) == NULL) {
168 (void) PRIV_ASSERT(priv_set, priv_id);