Searched refs:rc_operation (Results 1 – 2 of 2) sorted by relevance
730 if (cp->rc_operation != NULL) in client_destroy()731 free((void *)cp->rc_operation); in client_destroy()1838 old_ptrs[0] = cp->rc_operation; in set_annotation()1842 cp->rc_operation = operation; in set_annotation()1920 if (cp->rc_operation == NULL) { in client_annotation_needed()1924 if (strlcpy(operation, cp->rc_operation, oper_sz) >= in client_annotation_needed()
543 const char *rc_operation; /* operation for audit annotation */ member