Home
last modified time | relevance | path

Searched refs:device_type (Results 1 – 25 of 75) sorted by relevance

123

/titanic_41/usr/src/cmd/cdrw/
H A Ddevice.c705 ((device_type != DVD_PLUS_W) && in check_device()
706 (device_type != DVD_PLUS))) in check_device()
737 if ((device_type == DVD_PLUS) || (device_type == in write_next_track()
768 if (device_type != DVD_PLUS_W) { in write_next_track()
822 device_type = CD_RW; in get_media_type()
828 device_type = CD_RW; in get_media_type()
840 device_type = DVD_PLUS_W; in get_media_type()
846 device_type = CD_RW; in get_media_type()
852 device_type = DVD_MINUS; in get_media_type()
859 device_type = CD_RW; in get_media_type()
[all …]
H A Dwrite_image.c52 if (device_type != DVD_PLUS_W) { in write_image()
68 if (simulation && (device_type == DVD_PLUS_W || in write_image()
69 device_type == DVD_PLUS)) { in write_image()
115 if (device_type == CD_RW) { in write_image()
140 if (device_type == CD_RW) in write_image()
151 if (device_type == DVD_MINUS) { in write_image()
170 } else if (device_type == DVD_PLUS_W) { in write_image()
H A Dcopycd.c143 if (device_type == CD_RW) { in ensure_media_space()
313 if (target && (src != target) && (device_type != DVD_PLUS) && in copy_cd()
314 (device_type != DVD_PLUS_W) && (!check_device(target, in copy_cd()
372 ((device_type == DVD_PLUS_W)? check_device(target, CHECK_NO_MEDIA): in copy_cd()
378 if ((device_type != DVD_PLUS) && (device_type != DVD_PLUS_W)) { in copy_cd()
390 if (simulation && (device_type == DVD_PLUS_W || in copy_cd()
391 device_type == DVD_PLUS)) { in copy_cd()
396 if (device_type == DVD_PLUS_W) { in copy_cd()
432 if (device_type != CD_RW) { in copy_cd()
444 if ((device_type == DVD_MINUS) || in copy_cd()
[all …]
H A Dtransport.c79 if ((device_type != CD_RW) && ((scmd->uscsi_cdb[0] == WRITE_10_CMD) || in uscsi()
179 if ((device_type != CD_RW) && in uscsi()
201 (device_type == DVD_PLUS || in uscsi()
202 device_type == DVD_PLUS_W)) { in uscsi()
H A Dmisc_scsi.c174 if (device_type != CD_RW) { in build_track_info()
530 if (device_type == CD_RW) { in prepare_for_write()
618 if (device_type == DVD_PLUS) { in finalize()
637 if (device_type == DVD_MINUS) { in finalize()
650 if (device_type == CD_RW) { in finalize()
724 if (device_type == DVD_PLUS) { in get_last_possible_lba()
774 if (device_type == DVD_MINUS) in eject_media()
1055 if (device_type == DVD_MINUS) { in write_init()
1060 if ((mode == TRACK_MODE_AUDIO) && (device_type != CD_RW)) { in write_init()
1067 device_type != DVD_PLUS_W) { in write_init()
[all …]
H A Dmmc.c155 if (device_type == CD_RW) { in read_track_info()
340 if ((close_session) || (device_type == DVD_PLUS) || in close_track()
341 (device_type == DVD_PLUS_W)) { in close_track()
356 if (device_type == DVD_PLUS) { in close_track()
566 if (device_type != CD_RW) { in flush_cache()
H A Dmain.h55 extern int device_type;
/titanic_41/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_pci.c31 HalDevice *devinfo_pci_add (HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
42 HalDevice *devinfo_pci_add (HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) in devinfo_pci_add() argument
49 if ((device_type == NULL) || in devinfo_pci_add()
50 ((strcmp (device_type, "pci") != 0) && in devinfo_pci_add()
51 (strcmp (device_type, "pci-ide") != 0))) { in devinfo_pci_add()
H A Ddevinfo_misc.c73 devinfo_computer_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) in devinfo_computer_add() argument
128 char *device_type) in devinfo_keyboard_add() argument
165 char *device_type) in devinfo_mouse_add() argument
199 devinfo_default_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) in devinfo_default_add() argument
H A Ddevinfo_cpu.c45 devinfo_cpu_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) in devinfo_cpu_add() argument
68 if (device_type == NULL) { in devinfo_cpu_add()
109 } else if (strcmp (device_type, "cpu") == 0) { in devinfo_cpu_add()
H A Ddevinfo_ieee1394.c36 …vice *devinfo_ieee1394_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
49 devinfo_ieee1394_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) in devinfo_ieee1394_add() argument
H A Ddevinfo_acpi.c39 char *devfs_path, char *device_type);
63 char *device_type) in devinfo_acpi_add() argument
132 char *device_type) in devinfo_power_button_add() argument
H A Ddevinfo_storage.c58 HalDevice *devinfo_ide_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
62 HalDevice *devinfo_scsi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
64 …Device *devinfo_blkdev_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
66 …Device *devinfo_floppy_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
68 …alDevice *devinfo_lofi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
149 devinfo_ide_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) in devinfo_ide_add() argument
153 if ((device_type != NULL) && (strcmp(device_type, "ide") == 0)) { in devinfo_ide_add()
247 devinfo_scsi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) in devinfo_scsi_add() argument
372 devinfo_blkdev_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) in devinfo_blkdev_add() argument
440 devinfo_floppy_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) in devinfo_floppy_add() argument
[all …]
H A Ddevinfo_usb.h23 HalDevice *devinfo_usb_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
H A Ddevinfo_storage.h25 char *device_type, gboolean rescan, HalDevice *lofi_d);
H A Ddevinfo.c154 char *device_type = NULL; in devinfo_add_node() local
161 &device_type); in devinfo_add_node()
165 d = handler->add (parent, node, devfs_path, device_type); in devinfo_add_node()
H A Ddevinfo_acpi.h32 char *devfs_path, char *device_type, gboolean rescan, HalDevice *battery_d);
/titanic_41/usr/src/cmd/rmformat/
H A Drmf_misc.c1123 int device_type = 0; in find_device() local
1204 device_type = DK_DVDR; in find_device()
1207 device_type = DK_DVDROM; in find_device()
1210 device_type = DK_CDR; in find_device()
1212 device_type = DK_CDROM; in find_device()
1215 device_type = ioctl(t_dev->d_fd, in find_device()
1217 if (device_type < 0) in find_device()
1218 device_type = 0; in find_device()
1220 device_type = mediainfo.dki_media_type; in find_device()
1259 switch (device_type) { in find_device()
[all …]
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_phy.h105 u32 device_type, u16 *phy_data);
107 u32 device_type, u16 phy_data);
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Data.conf31 device_type="ide";
/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dse.conf39 device_type="serial";
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c269 char *device_type = "cpu"; in add_device_type() local
271 add_md_prop(pnode, strlen(device_type) + 1, "device_type", device_type, in add_device_type()
/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dinquiry.h389 uchar_t device_type : 4, member
393 device_type : 4;
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c1276 char *device_type; in pcie_is_pci_device() local
1282 "device_type", &device_type) != DDI_PROP_SUCCESS) in pcie_is_pci_device()
1285 if (strcmp(device_type, "pciex") != 0 && in pcie_is_pci_device()
1286 strcmp(device_type, "pci") != 0) { in pcie_is_pci_device()
1287 ddi_prop_free(device_type); in pcie_is_pci_device()
1291 ddi_prop_free(device_type); in pcie_is_pci_device()
2010 char *device_type; in pcie_dev() local
2015 DDI_PROP_DONTPASS, "device_type", &device_type) in pcie_dev()
2020 if (strcmp(device_type, "pciex") == 0) in pcie_dev()
2025 ddi_prop_free(device_type); in pcie_dev()
/titanic_41/usr/src/uts/common/sys/contract/
H A Ddevice_impl.h72 extern ct_type_t *device_type;

123