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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2015 #define DETAILED_WIDTH (11 + 2) macro
2024 (void) printf("%-*s", DETAILED_WIDTH, "contract_id");
2055 (void) printf("%-*s%lu", DETAILED_WIDTH, gettext("process"),
2367 (void) printf("%-*s", DETAILED_WIDTH, gettext("dependency"));
2452 (void) printf(fmt, DETAILED_WIDTH, "fmri", buf);
2460 (void) printf(fmt, DETAILED_WIDTH, gettext("name"),
2465 (void) printf(fmt, DETAILED_WIDTH, gettext("name"),
2469 (void) printf(fmt, DETAILED_WIDTH, gettext("zone"), g_zonename);
2482 DETAILED_WIDTH, gettext("enabled"),
2485 (void) printf(fmt, DETAILED_WIDTH,
[all...]

Completed in 51 milliseconds