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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Ddsr.c449 mk_list_of_disks(nms_t *list, disk_list_t **hd) argument
453 list->devtype, hd);
468 int devtype, disk_list_t ** hd)
476 stuff = *hd;
509 if (*hd != (disk_list_t *)NULL) {
511 stuff = *hd;
542 if (stuff == *hd) {
544 *hd = entry;
558 *hd = entry;
467 insert_dlist_ent(const char *nm, const int dn, const char *dty, int devtype, disk_list_t ** hd) argument

Completed in 13 milliseconds