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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c51 static int get_mdbstr(uintptr_t addr, char *name);
553 get_mdbstr(uintptr_t addr, char *string_val) function
568 if (get_mdbstr(addr, string_val)) {
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c65 static int get_mdbstr(uintptr_t addr, char *name);
481 get_mdbstr(uintptr_t addr, char *string_val) function
554 if (!get_mdbstr((uintptr_t)value.svl_lun_wwn, string_val)) {
573 if (!get_mdbstr((uintptr_t)value.svl_active_pclass,
636 if (get_mdbstr(addr, string_val)) {

Completed in 247 milliseconds