Searched refs:device_type (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.h23 HalDevice *devinfo_usb_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
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) argument
49 if ((device_type == NULL) ||
50 ((strcmp (device_type, "pci") != 0) &&
51 (strcmp (device_type, "pci-ide") != 0))) {
H A Ddevinfo_storage.h25 char *device_type, gboolean rescan, HalDevice *lofi_d);
H A Ddevinfo_ieee1394.c36 HalDevice *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) argument
H A Ddevinfo_acpi.h32 char *devfs_path, char *device_type, gboolean rescan, HalDevice *battery_d);
H A Ddevinfo_misc.c73 devinfo_computer_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
128 char *device_type)
165 char *device_type)
199 devinfo_default_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
127 devinfo_keyboard_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
164 devinfo_mouse_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
H A Ddevinfo_cpu.c61 devinfo_cpu_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
80 * device_type information which is the one passed above. If it is
81 * NULL, check if the node has a PROM entry, and check the device_type
84 if (device_type == NULL) {
117 * check a CPU device instead of device_type in PROM
161 "device_type", &prom_device_type) == -1) {
183 } else if (strcmp (device_type, "cpu") == 0) {
186 * has the device_type entry for cpu. The "reg" property
H A Ddevinfo_acpi.c39 char *devfs_path, char *device_type);
63 char *device_type)
132 char *device_type)
62 devinfo_acpi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
131 devinfo_power_button_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
H A Ddevinfo.c154 char *device_type = NULL; local
160 (void) di_prop_lookup_strings (DDI_DEV_T_ANY, node, "device_type",
161 &device_type);
165 d = handler->add (parent, node, devfs_path, device_type);
H A Ddevinfo.h25 HalDevice *(*add) (HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
H A Ddevinfo_storage.c57 HalDevice *devinfo_ide_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
61 HalDevice *devinfo_scsi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
63 HalDevice *devinfo_pcata_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
65 HalDevice *devinfo_blkdev_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
67 HalDevice *devinfo_floppy_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
69 static HalDevice *devinfo_lofi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
158 devinfo_ide_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
162 if ((device_type != NULL) && (strcmp(device_type, "ide") == 0)) {
256 devinfo_scsi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
381 devinfo_pcata_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
448 devinfo_blkdev_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
516 devinfo_floppy_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
665 devinfo_lofi_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
671 devinfo_lofi_add_major(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type, gboolean rescan, HalDevice *lofi_d) argument
[all...]
H A Dsysevent.c622 char *device_type = NULL; local
628 (void) di_prop_lookup_strings (DDI_DEV_T_ANY, node, "device_type",
629 &device_type);
631 dh->add (NULL, node, devfs_path, device_type);
H A Ddevinfo_usb.c123 devinfo_usb_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_impl.h196 uint16_t device_type; member in struct:uefi_bios_device_path
H A Dlibuefi_rt_path.c2906 if (bios->device_type < 7) {
2907 (void) strcpy(type, type_str[bios->device_type]);
2909 (void) sprintf(type, "0x%x", bios->device_type);
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dgfc.h305 uchar_t device_type; /* disk or tape (Peripheral Device Type) */ member in struct:wwn_list_struct
/osnet-11/usr/src/lib/efcode/engine/
H A Dproperties.c502 device_type(fcode_env_t *env) function
506 make_special_property(env, "device_type");
702 { "device_type", print_string },
791 P1275(0x11a, 0, "device-type", device_type);
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h215 FNPROTO(device_type); variable
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c715 (unsigned) bios.device_type,
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h727 grub_efi_uint16_t device_type; member in struct:grub_efi_bios_device_path
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c371 new_wwn->device_type =
372 wwn_list_found->device_type;
5649 l2->device_type = devtype;

Completed in 92 milliseconds