Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c1853 cp->rc_annotate = (operation != NULL) || (file != NULL); in set_annotation()
1876 if (cp->rc_annotate) { in set_annotation()
1922 if (cp->rc_annotate) { in client_annotation_needed()
1955 cp->rc_annotate = 0; in client_annotation_finished()
H A Dconfigd.h541 int rc_annotate; /* generate annotation event if set */ member