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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_iostat.c125 static struct diskinfo *snip = NULLDISK; variable in typeref:struct:diskinfo
636 * Patch the snip in the diskinfo list (see below)
638 if (snip)
639 lastdisk->next = snip;
703 * Put a snip in the linked list of diskinfos. The idea:
705 * disks, we snip the list and retain the tail, rather than
710 snip = disk->next;

Completed in 23 milliseconds