Home
last modified time | relevance | path

Searched refs:dmalloc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c184 (indicator_t *)dmalloc(sizeof (indicator_t)); in new_indicator()
228 ind_action_t *lap = (ind_action_t *)dmalloc(sizeof (ind_action_t)); in new_indaction()
270 indrule_t *lrp = (indrule_t *)dmalloc(sizeof (indrule_t)); in new_indrule()
334 diskmon_t *dmp = (diskmon_t *)dmalloc(sizeof (diskmon_t)); in new_diskmon()
456 buf = dmalloc(len); in check_indactions()
508 buf = dmalloc(len); in check_inds()
599 buf = dmalloc(len); in check_consistent_ind_indrules()
612 buf = dmalloc(len); in check_consistent_ind_indrules()
729 char *buf = dmalloc(len); in print_ap()
744 char *buf = dmalloc(len); in print_disks()
H A Dutil.c172 dmalloc(size_t sz) in dmalloc() function
249 qu_t *newqp = (qu_t *)dmalloc(sizeof (qu_t)); in new_queue()
H A Dutil.h101 extern void *dmalloc(size_t sz);
H A Dschg_mgr.c62 (disk_statechg_t *)dmalloc(sizeof (disk_statechg_t)); in new_statechange()
470 g_schg_queue = new_queue(B_TRUE, dmalloc, dfree, free_statechange); in init_state_change_manager()
H A Ddm_platform.c348 proto = (char *)dmalloc(len + 1); in extract_protocol()
H A Dhotplug_mgr.c212 devices_app = dmalloc(len); in disk_ap_state_to_hotplug_state()