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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.h111 /* column number definitions for table hmDiskTable */
128 } hmDiskTable; typedef in typeref:struct:HmDiskEntry
136 hmDiskTable* get_first_node();
H A DhealthMonitor.c92 * of hmDiskTable objects "head" points to the first memeber of the linked
96 hmDiskTable *head;
480 /** Initialize the hmDiskTable table by defining its contents and how it's structured */
497 my_handler = netsnmp_create_handler_registration("hmDiskTable",
526 "Registering table hmDiskTable as a table iterator\n"));
1457 hmDiskTable *
1463 /** returns the first data point within the hmDiskTable table data.
1489 hmDiskTable *firstNode = get_first_node();
1521 hmDiskTable *nextNode = (hmDiskTable *) * my_loop_contex
[all...]

Completed in 18 milliseconds