Searched refs:thisdev (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | sd.c | 66 #define FW_SD_FREE_DEVICELIST(thisdev, devpath) { \ argument 67 free((thisdev)); \ 70 #define FW_SD_FREE_DRV_NAME(thisdev, devpath) { \ argument 71 free((thisdev)->drvname); \ 72 FW_SD_FREE_DEVICELIST((thisdev), (devpath)) \ 74 #define FW_SD_FREE_CLS_NAME(thisdev, devpath) { \ argument 75 free((thisdev)->classname); \ 76 FW_SD_FREE_DRV_NAME((thisdev), (devpath)) \ 78 #define FW_SD_FREE_ACC_NAME(thisdev, devpath) { \ argument 79 free((thisdev)->access_devname); \ [all …]
|
H A D | hermon.c | 71 static int cnx_identify(struct devicelist *thisdev); 399 fw_devinfo(struct devicelist *thisdev) in fw_devinfo() argument 405 encap = (ib_cnx_encap_ident_t *)thisdev->ident->encap_ident; in fw_devinfo() 408 "for device %s! \n"), thisdev->access_devname); in fw_devinfo() 414 thisdev->index, thisdev->access_devname); in fw_devinfo() 415 fprintf(stdout, gettext("Class [%s]\n"), thisdev->classname); in fw_devinfo() 421 thisdev->addresses[3]); in fw_devinfo() 423 thisdev->addresses[0]); in fw_devinfo() 425 thisdev->addresses[1]); in fw_devinfo() 427 thisdev->addresses[2]); in fw_devinfo() [all …]
|
H A D | tavor.c | 97 static int tavor_identify(struct devicelist *thisdev); 751 fw_devinfo(struct devicelist *thisdev) in fw_devinfo() argument 757 encap = (struct ib_encap_ident *)thisdev->ident->encap_ident; in fw_devinfo() 760 thisdev->index, thisdev->access_devname, thisdev->classname); in fw_devinfo() 767 thisdev->addresses[3]); in fw_devinfo() 770 thisdev->addresses[0]); in fw_devinfo() 773 thisdev->addresses[1]); in fw_devinfo() 776 thisdev->addresses[2]); in fw_devinfo() 783 thisdev->ident->revid, in fw_devinfo() 791 "device\n"), thisdev->ident->revid); in fw_devinfo() [all …]
|
H A D | ses.c | 148 int fw_devinfo(struct devicelist *thisdev); 553 fw_devinfo(struct devicelist *thisdev) in fw_devinfo() argument 557 thisdev->index, thisdev->access_devname, thisdev->classname); in fw_devinfo() 565 thisdev->ident->vid, in fw_devinfo() 566 thisdev->ident->pid, in fw_devinfo() 567 thisdev->ident->revid, in fw_devinfo() 568 (thisdev->addresses[0] ? thisdev->addresses[0] : in fw_devinfo() 570 (thisdev->addresses[1] ? thisdev->addresses[1] : in fw_devinfo()
|
/titanic_41/usr/src/cmd/fwflash/common/ |
H A D | fwflash.c | 86 static int confirm_target(struct devicelist *thisdev, char *file); 1098 struct devicelist *thisdev; in fwflash_intr() local 1123 TAILQ_FOREACH(thisdev, fw_devices, nextdev) { in fwflash_intr() 1124 if (thisdev->plugin->fw_cleanup != NULL) { in fwflash_intr() 1129 thisdev->plugin->fw_cleanup(thisdev); in fwflash_intr() 1132 free(thisdev->access_devname); in fwflash_intr() 1133 free(thisdev->drvname); in fwflash_intr() 1134 free(thisdev->classname); in fwflash_intr() 1135 if (thisdev->ident != NULL) in fwflash_intr() 1136 free(thisdev->ident); in fwflash_intr() [all …]
|
H A D | fwflash.h | 122 int (*fw_devinfo)(struct devicelist *thisdev); 132 void (*fw_cleanup)(struct devicelist *thisdev);
|
/titanic_41/usr/src/cmd/stmsboot/ |
H A D | stmsboot_util.c | 664 nvlist_t *thisdev; in report_map() local 749 if (nvlist_lookup_nvlist(mapnvl, thisdevid, &thisdev) != 0) { in report_map() 767 (void) nvlist_lookup_boolean_value(thisdev, NVL_MPXEN, &mpxenp); in report_map() 770 (void) nvlist_lookup_string(thisdev, NVL_PHYSPATH, &mpxpath); in report_map() 780 (void) nvlist_lookup_string(thisdev, NVL_PHYSPATH, &mpxpath); in report_map() 790 (void) nvlist_lookup_string(thisdev, in report_map() 1447 nvlist_t *thisdev; in update_vfstab() local 1484 thisdev = NULL; in update_vfstab() 1517 &thisdev); in update_vfstab() 1518 (void) nvlist_lookup_boolean_value(thisdev, in update_vfstab() [all …]
|