Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dconfigd.h353 const char *rnp_auth_string; /* authorization string */ member
H A Drc_node.c2757 out->rnp_auth_string = NULL; in rc_node_ptr_init()
2765 if (npp->rnp_auth_string != NULL) { in rc_node_ptr_free_mem()
2766 free((void *)npp->rnp_auth_string); in rc_node_ptr_free_mem()
2767 npp->rnp_auth_string = NULL; in rc_node_ptr_free_mem()
6808 if (txp->rnp_auth_string != NULL) in rc_node_setup_tx()
6809 free((void *)txp->rnp_auth_string); in rc_node_setup_tx()
6810 txp->rnp_auth_string = auth_string; in rc_node_setup_tx()
6994 (txp->rnp_auth_string != NULL)) { in rc_tx_commit()
6995 auth_string = strdup(txp->rnp_auth_string); in rc_tx_commit()