Searched refs:auth_string (Results 1 – 1 of 1) sorted by relevance
3747 char *auth_string, in generate_property_events() argument3789 audit_data.ed_auth = auth_string; in generate_property_events()6648 char *auth_string = NULL; in rc_node_setup_tx() local6773 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[all …]