Searched refs:restarter_spec (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 919 int restarter_spec; in instance_processes() local 922 ret = pids_by_restarter(inst, fmri, pids, np, &restarter_spec); in instance_processes() 923 if (restarter_spec == 1) in instance_processes() 1003 int restarter_spec; in sprint_ctid() local 1013 r = ctids_by_restarter(wip, &c, 0, MULTI_OK, &restarter_spec, in sprint_ctid() 1015 if (restarter_spec == 0) { in sprint_ctid() 1043 int restarter_spec; in sortkey_ctid() local 1053 r = ctids_by_restarter(wip, &c, 0, MULTI_OK, &restarter_spec, in sortkey_ctid() 1055 if (restarter_spec == 0) { in sortkey_ctid() 2423 int restarter_spec; in print_detailed() local [all …]
|