Searched refs:pidsp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 579 ctid_to_pids(uint64_t c, pid_t **pidsp, uint_t *np) in ctid_to_pids() argument 609 *pidsp = realloc(*pidsp, (*np + m) * sizeof (*pidsp)); in ctid_to_pids() 610 if (*pidsp == NULL) in ctid_to_pids() 613 bcopy(pids, *pidsp + *np, m * sizeof (*pids)); in ctid_to_pids() 620 propvals_to_pids(scf_propertygroup_t *pg, const char *pname, pid_t **pidsp, in propvals_to_pids() argument 653 ctid_to_pids(c, pidsp, np); in propvals_to_pids()
|