Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h352 const char *rnp_auth_string; /* authorization string */ member
H A Drc_node.c2747 out->rnp_auth_string = NULL; in rc_node_ptr_init()
2755 if (npp->rnp_auth_string != NULL) { in rc_node_ptr_free_mem()
2756 free((void *)npp->rnp_auth_string); in rc_node_ptr_free_mem()
2757 npp->rnp_auth_string = NULL; in rc_node_ptr_free_mem()
6802 if (txp->rnp_auth_string != NULL) in rc_node_setup_tx()
6803 free((void *)txp->rnp_auth_string); in rc_node_setup_tx()
6804 txp->rnp_auth_string = auth_string; in rc_node_setup_tx()
6988 (txp->rnp_auth_string != NULL)) { in rc_tx_commit()
6989 auth_string = strdup(txp->rnp_auth_string); in rc_tx_commit()