Searched refs:_scf_set_annotation (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h357 int _scf_set_annotation(scf_handle_t *h, const char *operation,
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c8225 if (_scf_set_annotation(g_hndl, "svccfg import", filename) == 0) {
8239 bad_error("_scf_set_annotation", scf_error());
8247 warn(gettext("_scf_set_annotation() unexpectedly "
8446 (void) _scf_set_annotation(g_hndl, NULL, NULL);
8700 if (_scf_set_annotation(g_hndl, "svccfg apply", file) == 0) {
8712 bad_error("_scf_set_annotation", scf_error());
8720 warn(gettext("_scf_set_annotation() unexpectedly "
8924 (void) _scf_set_annotation(g_hndl, NULL, NULL);
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c7411 * _scf_set_annotation: a wrapper to set the annotation fields for SMF
7422 _scf_set_annotation(scf_handle_t *h, const char *operation, const char *file) function

Completed in 86 milliseconds