Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c3747 char *auth_string, in generate_property_events() argument
3789 audit_data.ed_auth = auth_string; in generate_property_events()
6649 char *auth_string = NULL; in rc_node_setup_tx() local
6779 free(auth_string); in rc_node_setup_tx()
6804 txp->rnp_auth_string = auth_string; in rc_node_setup_tx()
6809 if (auth_string != NULL) in rc_node_setup_tx()
6810 free(auth_string); in rc_node_setup_tx()
6978 char *auth_string = NULL; in rc_tx_commit() local
6989 auth_string = strdup(txp->rnp_auth_string); in rc_tx_commit()
6990 if (auth_string == NULL) in rc_tx_commit()
[all …]