Searched defs:idsp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c735 parse(const char *str, int **idsp, int nids, int (*fp)(const char *fp)) argument
747 if (*idsp) {
748 (void) memcpy(array, *idsp, nids * sizeof (int));
749 free(*idsp);
754 *idsp = array;
762 * and append them to the array *idsp, growing it if necessary.
765 parse_ids(const char *arg, int **idsp, int nids) argument
767 return (parse(arg, idsp, nids, mystrtoul));
774 * str and append them to the array *idsp, growing it if necessary.
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c1317 struct svcptr *idsp, *spp, *copy; local
1334 for (idsp = uu_list_first(ip->impact_dependents);
1335 idsp != NULL;
1336 idsp = uu_list_next(ip->impact_dependents, idsp)) {
1337 if (determine_impact(idsp->svcp) != 0) {
1343 add_svcptr(ip->impact, idsp->svcp);
1345 for (spp = uu_list_first(idsp->svcp->impact);
1347 spp = uu_list_next(idsp->svcp->impact, spp)) {

Completed in 49 milliseconds