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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c435 char pce_auth[1]; member in struct:pc_elt
1366 if (strcmp(auth, ep->pce_auth) == 0) {
1367 pcp->pc_auth_string = ep->pce_auth;
1383 if (_auth_match(pattern, ep->pce_auth)) {
1384 pcp->pc_auth_string = ep->pce_auth;
1412 j = pc_hash(ep->pce_auth) & (new_bnum - 1);
1431 ep = uu_zalloc(offsetof(struct pc_elt, pce_auth) + strlen(auth) + 1);
1440 (void) strcpy(ep->pce_auth, auth);
1526 pcp->pc_auth_string = pcp->pc_specific->pce_auth;

Completed in 58 milliseconds