Searched defs:match_auth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1581 char **match_auth)
1585 *match_auth = NULL;
1588 *match_auth = strdup(pcp->pc_auth_string);
1589 if (*match_auth == NULL)
1595 *match_auth = strdup(pcp->pc_auth_string);
1596 if (*match_auth == NULL)
3341 * The string returned to *match_auth must be freed.
3344 rc_node_modify_permission_check(char **match_auth) argument
3350 *match_auth = NULL;
3372 *match_auth
1580 map_granted_status(perm_status_t status, permcheck_t *pcp, char **match_auth) argument
[all...]

Completed in 69 milliseconds