Searched refs:curdev (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/fwflash/common/ |
H A D | fwflash.c | 843 struct devicelist *curdev; in fwflash_list_fw() local 846 TAILQ_FOREACH(curdev, fw_devices, nextdev) { in fwflash_list_fw() 850 ((strncmp(curdev->classname, "ALL", 3) == 0) || in fwflash_list_fw() 851 (strcmp(curdev->classname, class) == 0))) || in fwflash_list_fw() 866 rv += curdev->plugin->fw_devinfo(curdev); in fwflash_list_fw() 879 struct devicelist *curdev; in fwflash_update() local 939 TAILQ_FOREACH(curdev, fw_devices, nextdev) { in fwflash_update() 940 if (strcmp(curdev->access_devname, realfile) == 0) { in fwflash_update() 942 rv = fwflash_load_verifier(curdev->drvname, in fwflash_update() 943 curdev->ident->vid, filename); in fwflash_update() [all …]
|
/titanic_44/usr/src/cmd/stmsboot/ |
H A D | stmsboot_util.c | 1444 char *curdev = NULL; in update_vfstab() local 1481 curdev = NULL; in update_vfstab() 1523 &curdev); in update_vfstab() 1527 if ((prefixt != NULL) && (curdev != NULL) && in update_vfstab() 1528 (rv = (strncmp(prefixt, curdev, strlen(prefixt)) != 0))) { in update_vfstab() 1534 curdev, slice, fsckpass, mntboot, mntopt); in update_vfstab() 1539 curdev, slice, curdev, slice, in update_vfstab()
|
/titanic_44/usr/src/uts/i86pc/io/psm/ |
H A D | psm_common.c | 409 int curpin, curbus, curdev; in acpi_translate_pci_irq() local 418 if (get_bdf(curdip, &curbus, &curdev, NULL) != 0) in acpi_translate_pci_irq() 423 return (acpi_get_gsiv(curdip, pciobj, curdev, curpin, in acpi_translate_pci_irq() 438 curpin = (curdev + curpin) % PCI_INTD; in acpi_translate_pci_irq()
|