Searched refs:auth_string (Results 1 – 1 of 1) sorted by relevance
3753 char *auth_string, in generate_property_events() argument3795 audit_data.ed_auth = auth_string; in generate_property_events()6655 char *auth_string = NULL; in rc_node_setup_tx() local6780 ret = map_granted_status(granted, pcp, &auth_string); in rc_node_setup_tx()6785 free(auth_string); in rc_node_setup_tx()6810 txp->rnp_auth_string = auth_string; in rc_node_setup_tx()6811 auth_string = NULL; /* Don't free until done with txp. */ in rc_node_setup_tx()6815 if (auth_string != NULL) in rc_node_setup_tx()6816 free(auth_string); in rc_node_setup_tx()6984 char *auth_string = NULL; in rc_tx_commit() local[all …]