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

/illumos-gate/usr/src/cmd/sa/
H A Dsar.c84 static iodevinfo_t *nxio, *oxio, *axio, *dxio; variable
282 nxio = oxio = dxio = axio = NULL;
519 aio[i] = axio[j];
525 free(axio);
529 axio = aio;
582 * axio will not be allocated if the user specified -e or -s, and
585 if (axio) {
586 (void) memset(axio, 0, niodevs * sizeof (iodevinfo_t));
785 aio = axio;
1130 prt_d_opt(ii, axio);
[all...]

Completed in 2452 milliseconds