Home
last modified time | relevance | path

Searched refs:rpcbind_superuser (Results 1 – 4 of 4) sorted by relevance

/src/usr.sbin/rpcbind/
H A Drpcbind.h89 extern const char rpcbind_superuser[];
H A Drpcbind.c125 const char rpcbind_superuser[] = "superuser"; variable
798 rbl->rpcb_map.r_owner = strdup(rpcbind_superuser); in rbllist_add()
H A Dpmap_svc.c197 rpcbreg.r_owner = __UNCONST(rpcbind_superuser); in pmapproc_change()
H A Drpcb_svc_com.c255 if (strcmp(owner, rpcbind_superuser) && in map_unset()
300 (void)map_unset(&reg, rpcbind_superuser); in delete_prog()
1389 strlcpy(owner, rpcbind_superuser, ownersize); in getowner()