Searched defs:pidsp (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 577 * Returned pids are added to the end of the pidsp array. 580 ctid_to_pids(uint64_t c, pid_t **pidsp, uint_t *np) argument 610 *pidsp = realloc(*pidsp, (*np + m) * sizeof (*pidsp)); 611 if (*pidsp == NULL) 614 bcopy(pids, *pidsp + *np, m * sizeof (*pids)); 621 propvals_to_pids(scf_propertygroup_t *pg, const char *pname, pid_t **pidsp, argument 654 ctid_to_pids(c, pidsp, np);
|
Completed in 68 milliseconds