Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c112 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 …]
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_prv.c185 ddi_devid_t thisdevid, otherdevid; in checkdrive_onnode() local
221 &thisdevid, NULL); in checkdrive_onnode()
223 ret = devid_compare(thisdevid, in checkdrive_onnode()
225 devid_free(thisdevid); in checkdrive_onnode()