Home
last modified time | relevance | path

Searched refs:tempdev (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/fwflash/plugins/transport/common/
H A Dses.c516 struct devicelist *tempdev; in fw_identify() local
518 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
532 &tempdev, in fw_identify()
533 tempdev->access_devname, in fw_identify()
534 tempdev->drvname, newdev->classname, in fw_identify()
535 tempdev->ident->vid, in fw_identify()
536 tempdev->ident->pid, in fw_identify()
537 tempdev->ident->revid, in fw_identify()
538 tempdev->index, in fw_identify()
539 (tempdev->addresses[0] ? tempdev->addresses[0] : in fw_identify()
[all …]
H A Dsd.c789 struct devicelist *tempdev; in fw_identify() local
791 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
806 &tempdev, in fw_identify()
807 tempdev->access_devname, in fw_identify()
808 tempdev->drvname, newdev->classname, in fw_identify()
809 tempdev->ident->vid, in fw_identify()
810 tempdev->ident->pid, in fw_identify()
811 tempdev->ident->revid, in fw_identify()
812 tempdev->index, in fw_identify()
813 tempdev->addresses[0], in fw_identify()
[all …]
H A Dhermon.c359 struct devicelist *tempdev; in fw_identify() local
361 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
375 &tempdev, in fw_identify()
376 tempdev->access_devname, in fw_identify()
377 tempdev->drvname, newdev->classname, in fw_identify()
378 tempdev->ident->vid, in fw_identify()
379 tempdev->ident->pid, in fw_identify()
380 tempdev->ident->revid, in fw_identify()
381 tempdev->index, in fw_identify()
382 (tempdev->addresses[0] ? tempdev->addresses[0] : in fw_identify()
[all …]
H A Dtavor.c710 struct devicelist *tempdev; in fw_identify() local
712 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
726 &tempdev, in fw_identify()
727 tempdev->access_devname, in fw_identify()
728 tempdev->drvname, newdev->classname, in fw_identify()
729 tempdev->ident->vid, in fw_identify()
730 tempdev->ident->pid, in fw_identify()
731 tempdev->ident->revid, in fw_identify()
732 tempdev->index, in fw_identify()
733 (tempdev->addresses[0] ? tempdev->addresses[0] : in fw_identify()
[all …]
/titanic_44/usr/src/cmd/sa/
H A Dsadp.c1088 char tempdev[NAMESIZE]; in validate_device() local
1112 strncpy(tempdev, devnm[i], DRVNUM(devnm[i])-devnm[i]); in validate_device()
1113 tempdev[DRVNUM(devnm[i])-devnm[i]] = NULL; in validate_device()
1114 if (strcmp(device, tempdev) == 0) in validate_device()
1173 char tempdev[NAMESIZE]; in init_geom() local
1185 sprintf(tempdev, "%s%s%da", DEV_PREFIX, device, i); in init_geom()
1186 if ((fd = open(tempdev, O_RDONLY)) == -1) in init_geom()