Home
last modified time | relevance | path

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

123456

/titanic_54/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 …]
/titanic_54/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 …]
/titanic_54/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dzedboard.dts49 device_type = "memory";
56 device_type = "soc";
119 device_type = "watchdog";
127 device_type = "watchdog";
139 device_type = "soc";
146 // device_type = "serial";
155 device_type = "serial";
173 // device_type = "network";
H A Dzybo.dts49 device_type = "memory";
56 device_type = "soc";
119 device_type = "watchdog";
127 device_type = "watchdog";
139 device_type = "soc";
146 // device_type = "serial";
155 device_type = "serial";
173 // device_type = "network";
H A Dmeson8b.dtsi42 device_type = "cpu";
49 device_type = "cpu";
56 device_type = "cpu";
63 device_type = "cpu";
H A Dannapurna-alpine.dts46 device_type = "cpu";
59 device_type = "cpu";
72 device_type = "cpu";
85 device_type = "cpu";
99 device_type = "memory";
169 device_type = "pci";
195 device_type = "pci";
220 device_type = "pci";
H A Darmada-380.dtsi63 device_type = "cpu";
79 device_type = "pci";
101 device_type = "pci";
119 device_type = "pci";
137 device_type = "pci";
H A Drpi2.dts42 device_type = "cpu";
48 device_type = "cpu";
54 device_type = "cpu";
60 device_type = "cpu";
67 device_type = "memory";
/titanic_54/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp2020ds.dts85 device_type = "cpu";
91 device_type = "cpu";
98 device_type = "memory";
213 device_type = "soc";
262 device_type = "serial";
272 device_type = "serial";
393 device_type = "network";
428 device_type = "tbi-phy";
437 device_type = "network";
457 device_type = "tbi-phy";
[all …]
H A Dmpc8555cds.dts85 device_type = "cpu";
99 device_type = "memory";
146 device_type = "soc";
236 device_type = "network";
257 device_type = "ethernet-phy";
263 device_type = "ethernet-phy";
267 device_type = "tbi-phy";
276 device_type = "network";
295 device_type = "tbi-phy";
302 device_type = "serial";
[all …]
H A Dmpc8572ds.dts87 device_type = "cpu";
100 device_type = "cpu";
114 device_type = "memory";
240 device_type = "soc";
394 device_type = "network";
436 device_type = "tbi-phy";
445 device_type = "network";
466 device_type = "tbi-phy";
475 device_type = "network";
496 device_type = "tbi-phy";
[all …]
H A Dp1020rdb.dts59 device_type = "cpu";
65 device_type = "cpu";
72 device_type = "memory";
195 device_type = "soc";
248 device_type = "serial";
258 device_type = "serial";
404 device_type = "tbi-phy";
411 device_type = "network";
439 device_type = "network";
468 device_type = "network";
[all …]
H A Dp3041si.dtsi107 device_type = "cpu";
116 device_type = "cpu";
124 device_type = "cpu";
132 device_type = "cpu";
461 device_type = "soc";
515 device_type = "open-pic";
732 device_type = "serial";
741 device_type = "serial";
750 device_type = "serial";
759 device_type = "serial";
[all …]
/titanic_54/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.h161 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
163 s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
166 u32 device_type, u16 *phy_data);
168 u32 device_type, u16 phy_data);
/titanic_54/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_54/usr/src/boot/sys/boot/fdt/dts/riscv/
H A Dspike.dts51 device_type = "cpu";
57 device_type = "cpu";
68 device_type = "memory";

123456