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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c149 static int *opt_sort = NULL; /* Indices into columns to sort. */ variable
3042 int j = opt_sort[i] & 0xff;
3045 columns[j].get_sortkey(cp, opt_sort[i] & ~0xff, wip);
3372 opt_sort = realloc(opt_sort, opt_snum * sizeof (*opt_sort));
3373 if (opt_sort == NULL)
3382 opt_sort[opt_snum - 1] = (reverse ? i | 0x100 : i);
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c228 boolean_t opt_sort = B_FALSE; variable
2321 opt_sort = B_TRUE;

Completed in 56 milliseconds