Home
last modified time | relevance | path

Searched refs:pidsp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c590 ctid_to_pids(uint64_t c, pid_t **pidsp, uint_t *np) in ctid_to_pids() argument
620 *pidsp = realloc(*pidsp, (*np + m) * sizeof (*pidsp)); in ctid_to_pids()
621 if (*pidsp == NULL) in ctid_to_pids()
624 bcopy(pids, *pidsp + *np, m * sizeof (*pids)); in ctid_to_pids()
631 propvals_to_pids(scf_propertygroup_t *pg, const char *pname, pid_t **pidsp, in propvals_to_pids() argument
664 ctid_to_pids(c, pidsp, np); in propvals_to_pids()