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

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c399 zone_fsopt_t *optptr, *onext; local
439 while ((onext = optptr->zone_fsopt_next) != NULL) {
440 optptr->zone_fsopt_next = onext->zone_fsopt_next;
441 free(onext);

Completed in 92 milliseconds