Lines Matching refs:auth_string
3747 char *auth_string, in generate_property_events() argument
3789 audit_data.ed_auth = auth_string; in generate_property_events()
6648 char *auth_string = NULL; in rc_node_setup_tx() local
6773 ret = map_granted_status(granted, pcp, &auth_string); in rc_node_setup_tx()
6778 free(auth_string); in rc_node_setup_tx()
6803 txp->rnp_auth_string = auth_string; in rc_node_setup_tx()
6804 auth_string = NULL; /* Don't free until done with txp. */ in rc_node_setup_tx()
6808 if (auth_string != NULL) in rc_node_setup_tx()
6809 free(auth_string); in rc_node_setup_tx()
6977 char *auth_string = NULL; in rc_tx_commit() local
6988 auth_string = strdup(txp->rnp_auth_string); in rc_tx_commit()
6989 if (auth_string == NULL) in rc_tx_commit()
7105 rc = map_granted_status(granted, pcp, &auth_string); in rc_tx_commit()
7106 if ((granted == PERM_DENIED) && auth_string) { in rc_tx_commit()
7153 generate_property_events(tx_data, pg_fmri, auth_string, in rc_tx_commit()
7278 generate_property_events(tx_data, pg_fmri, auth_string, in rc_tx_commit()
7284 free(auth_string); in rc_tx_commit()