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

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c112 static void get_devid(di_node_t node, ddi_devid_t *thisdevid);
666 char *thisdevid; local
733 rv = nvlist_lookup_string(mapnvl, stripdev, &thisdevid);
747 logmsg(MSG_INFO, "device %s has devid %s\n", stripdev, thisdevid);
749 if (nvlist_lookup_nvlist(mapnvl, thisdevid, &thisdev) != 0) {
751 "not mapped!\n", thisdevid);
1241 get_devid(di_node_t node, ddi_devid_t *thisdevid) argument
1263 if (devid_get(fd, thisdevid) != 0) {
1445 char *thisdevid = NULL; local
1483 thisdevid
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_prv.c185 ddi_devid_t thisdevid, otherdevid; local
221 &thisdevid, NULL);
223 ret = devid_compare(thisdevid,
225 devid_free(thisdevid);

Completed in 182 milliseconds