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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c2323 * 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...]
H A Ddsr.c41 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 DhealthMonitor.h77 void send_trap(u_char *host , u_char *mod , u_char* con, oid *asdf, int size, u_char *stat , u_char *desc , u_char* dvalue, int dtype);
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c128 static int pk11_RSA_verify(int dtype, const unsigned char *m,

Completed in 35 milliseconds