Searched refs:thisdevid (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/stmsboot/ |
H A D | stmsboot_util.c | 112 static void get_devid(di_node_t node, ddi_devid_t *thisdevid); 666 char *thisdevid; in report_map() local 733 rv = nvlist_lookup_string(mapnvl, stripdev, &thisdevid); in report_map() 747 logmsg(MSG_INFO, "device %s has devid %s\n", stripdev, thisdevid); in report_map() 749 if (nvlist_lookup_nvlist(mapnvl, thisdevid, &thisdev) != 0) { in report_map() 751 "not mapped!\n", thisdevid); in report_map() 1241 get_devid(di_node_t node, ddi_devid_t *thisdevid) in get_devid() argument 1263 if (devid_get(fd, thisdevid) != 0) { in get_devid() 1445 char *thisdevid = NULL; in update_vfstab() local 1483 thisdevid = NULL; in update_vfstab() [all …]
|