Searched defs:auth_string (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c3753 char *auth_string,
3795 audit_data.ed_auth = auth_string;
6655 char *auth_string = NULL; local
6780 ret = map_granted_status(granted, pcp, &auth_string);
6785 free(auth_string);
6810 txp->rnp_auth_string = auth_string;
6811 auth_string = NULL; /* Don't free until done with txp. */
6815 if (auth_string != NULL)
6816 free(auth_string);
6984 char *auth_string local
3750 generate_property_events( tx_commit_data_t *tx_data, char *pg_fmri, char *auth_string, int auth_status, int auth_ret_value) argument
[all...]

Completed in 56 milliseconds