Lines Matching refs:restarter_spec
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
2564 &restarter_spec, print_ctid_header, print_ctid_detailed); in print_detailed()
2565 if (restarter_spec == 1) { in print_detailed()