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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c198 * im_perror_item() is the heart of this message printing subsystem. It is
200 * im_perror_item() prints a single item of error information. If svccfg
201 * is running in interactive mode, im_perror_item() prints each item on a
1282 * Flags for use by im_perror_item.
1296 * flags Used by im_perror_item to keep track of where it
1301 im_perror_item(FILE *out, const char *desc, void *item, scf_type_t type, function
1380 im_perror_item(out, "FMRI", (void *)i->ite_entity->sc_fmri,
1392 im_perror_item(out, gettext("Property group"),
1425 im_perror_item(out, gettext("Template source"),
1429 im_perror_item(ou
[all...]

Completed in 86 milliseconds