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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Ddsr.c325 * Skip over any stuff at the beginning of the line before a leading
470 disk_list_t *stuff; local
476 stuff = *hd;
477 while (stuff) {
478 if (strcmp(nm, stuff->dsk) != 0)
479 stuff = stuff->next;
483 if (!stuff) {
511 stuff = *hd;
517 while (stuff) {
[all...]

Completed in 30 milliseconds