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

/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dsdbc_stats.c44 static sdbcstat_t *sdbc_top; variable
96 for (cur = sdbc_top; cur; cur = cur->next) {
154 if (sdbc_top == NULL)
181 for (cur = sdbc_top; cur != NULL; cur = cur->next) {
250 if (sdbc_top == NULL)
253 for (cur = sdbc_top; cur != NULL; ) { /* CSTYLED */
287 cur = sdbc_top = next;
452 for (cur = sdbc_top; cur; ) { /* CSTYLED */
460 cur = sdbc_top = next;
492 if (sdbc_top
[all...]

Completed in 44 milliseconds