Searched +defs:val +defs:entry (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Ddsr.c234 nms_t *entry; local
236 entry = (nms_t *)malloc(sizeof (nms_t));
237 if (entry != (nms_t *)NULL) {
244 entry->real = (char *)malloc(len);
245 if (entry->real) {
246 (void) strcpy(entry->real, nlnm);
249 entry->dsk = (char *)malloc(len);
250 if (entry->dsk) {
251 (void) strcpy(entry->dsk, shortnm);
252 entry
319 nms_t *entry; local
484 disk_list_t *entry; local
568 lookup_ks_name(char *dev_nm, void *val) argument
[all...]

Completed in 25 milliseconds