Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c425 char pce_auth[1]; member
1356 if (strcmp(auth, ep->pce_auth) == 0) { in pc_exists()
1357 pcp->pc_auth_string = ep->pce_auth; in pc_exists()
1373 if (_auth_match(pattern, ep->pce_auth)) { in pc_match()
1374 pcp->pc_auth_string = ep->pce_auth; in pc_match()
1402 j = pc_hash(ep->pce_auth) & (new_bnum - 1); in pc_grow()
1421 ep = uu_zalloc(offsetof(struct pc_elt, pce_auth) + strlen(auth) + 1); in pc_add()
1430 (void) strcpy(ep->pce_auth, auth); in pc_add()
1516 pcp->pc_auth_string = pcp->pc_specific->pce_auth; in auth_cb()