Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c732 if (cp->rc_operation != NULL) in client_destroy()
733 free((void *)cp->rc_operation); in client_destroy()
1842 old_ptrs[0] = cp->rc_operation; in set_annotation()
1846 cp->rc_operation = operation; in set_annotation()
1924 if (cp->rc_operation == NULL) { in client_annotation_needed()
1928 if (strlcpy(operation, cp->rc_operation, oper_sz) >= in client_annotation_needed()
H A Dconfigd.h542 const char *rc_operation; /* operation for audit annotation */ member