Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/ipmitopo/common/
H A Dipmitopo.c104 entity_print(ipmi_handle_t *ihp, ipmi_entity_t *ep, void *data) in entity_print() function
125 (void) ipmi_entity_iter_children(ihp, ep, entity_print, in entity_print()
197 if (ipmi_entity_iter(ihp, entity_print, NULL) != 0) { in main()