Searched refs:zone_pfexecd (Results 1 – 3 of 3) sorted by relevance
747 pfx = klpd_link(pfx, &myzone->zone_pfexecd, B_TRUE); in pfexec_reg()768 pfd = myzone->zone_pfexecd; in pfexec_unreg()859 if ((pfd = myzone->zone_pfexecd) != NULL) in pfexec_call()1002 if ((pfd = myzone->zone_pfexecd) != NULL) in get_forced_privs()1091 if ((pfd = myzone->zone_pfexecd) != NULL) in check_user_privs()
2307 if (zone->zone_pfexecd != NULL) in zone_free()2308 klpd_freelist(&zone->zone_pfexecd); in zone_free()5140 if (zone->zone_pfexecd != NULL) { in zone_destroy()5141 klpd_freelist(&zone->zone_pfexecd); in zone_destroy()5142 zone->zone_pfexecd = NULL; in zone_destroy()
557 struct klpd_reg *zone_pfexecd; member