Searched refs:zone_pfexecd (Results 1 – 3 of 3) sorted by relevance
746 pfx = klpd_link(pfx, &myzone->zone_pfexecd, B_TRUE); in pfexec_reg()767 pfd = myzone->zone_pfexecd; in pfexec_unreg()858 if ((pfd = myzone->zone_pfexecd) != NULL) in pfexec_call()1001 if ((pfd = myzone->zone_pfexecd) != NULL) in get_forced_privs()1090 if ((pfd = myzone->zone_pfexecd) != NULL) in check_user_privs()
2219 if (zone->zone_pfexecd != NULL) in zone_free()2220 klpd_freelist(&zone->zone_pfexecd); in zone_free()4953 if (zone->zone_pfexecd != NULL) { in zone_destroy()4954 klpd_freelist(&zone->zone_pfexecd); in zone_destroy()4955 zone->zone_pfexecd = NULL; in zone_destroy()
530 struct klpd_reg *zone_pfexecd; member