Searched defs:dtype (Results 1 - 2 of 2) sorted by relevance
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/ |
H A D | dsr.c | 41 char *dtype; member in struct:list_of_disks 88 (void) free(p->dtype); 492 entry->dtype = (char *)dty; 518 if ((mv = strcmp(entry->dtype, 519 stuff->dtype)) < 0) { 527 if (strcmp(entry->dtype, 528 stuff->dtype) != 0) 613 if ((mv = strcmp(cmpbuf, list->dtype)) < 0)
|
H A D | healthMonitor.c | 2323 * trap; dvalue - value of the node on which trap occured; dtype - data type of 2328 send_trap(u_char * hostname, u_char * modulename, u_char * moduleContext, oid * trapoid, int size, u_char * status, u_char * description, u_char * dvalue, int dtype) argument 2539 (u_char *) & dtype, 2543 sizeof(dtype)); 2600 /* The value of dtype is 1 here becuase swapavail_data is of "int" type */ 2601 int dtype = 1; local 2631 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, description, dvalue, dtype); 2644 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, description, dvalue, dtype); 2653 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, description, dvalue, dtype); 2681 * dtype i 2684 int dtype = 1; local 2782 int dtype = 1; local 2884 int dtype = 1; local 2980 int dtype = 1; local 3079 int dtype = 1; local 3190 int dtype = 1; local 3274 int dtype = 12; local [all...] |
Completed in 1073 milliseconds