Searched refs:xpp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_power.c228 _nsc_power_t **xpp, *entry; local
236 for (xpp = &_power_clients; *xpp; xpp = &(*xpp)->next)
237 if (*xpp == entry)
240 if (*xpp == NULL) {
244 *xpp = entry->next;

Completed in 42 milliseconds