| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRDevices.td | 2 // AVR Device Definitions 225 class Device<string Name, Family Fam, ELFArch Arch, 233 def : Device<"avr1", FamilyAVR1, ELFArchAVR1>; 234 def : Device<"avr2", FamilyAVR2, ELFArchAVR2>; 235 def : Device<"avr25", FamilyAVR25, ELFArchAVR25>; 236 def : Device<"avr3", FamilyAVR3, ELFArchAVR3>; 237 def : Device<"avr31", FamilyAVR31, ELFArchAVR31>; 238 def : Device<"avr35", FamilyAVR35, ELFArchAVR35>; 239 def : Device<"avr4", FamilyAVR4, ELFArchAVR4>; 240 def : Device<"avr5", FamilyAVR5, ELFArchAVR5>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/FileSystem/ |
| H A D | UniqueID.h | 24 uint64_t Device; variable 29 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() argument 32 return Device == Other.Device && File == Other.File; 37 if (Device < Other.Device) 39 if (Other.Device < Device) 44 uint64_t getDevice() const { return Device; } in getDevice()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| H A D | aehandlers.c | 54 ACPI_HANDLE Device, 60 ACPI_HANDLE Device, 66 ACPI_HANDLE Device, 72 ACPI_HANDLE Device, 137 ACPI_HANDLE Device, in AeNotifyHandler1() argument 141 AeCommonNotifyHandler (Device, Value, 1); in AeNotifyHandler1() 146 ACPI_HANDLE Device, in AeNotifyHandler2() argument 150 AeCommonNotifyHandler (Device, Value, 2); in AeNotifyHandler2() 155 ACPI_HANDLE Device, in AeCommonNotifyHandler() argument 210 HandlerId, Type, AcpiUtGetNodeName (Device), Device, Value, in AeCommonNotifyHandler() [all …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/events/ |
| H A D | evxfregn.c | 83 ACPI_HANDLE Device, in AcpiInstallAddressSpaceHandlerInternal() argument 99 if (!Device) in AcpiInstallAddressSpaceHandlerInternal() 112 Node = AcpiNsValidateHandle (Device); in AcpiInstallAddressSpaceHandlerInternal() 142 ACPI_HANDLE Device, in AcpiInstallAddressSpaceHandler() argument 148 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE); in AcpiInstallAddressSpaceHandler() 155 ACPI_HANDLE Device, in ACPI_EXPORT_SYMBOL() 161 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, FALSE); in ACPI_EXPORT_SYMBOL() 183 ACPI_HANDLE Device, in ACPI_EXPORT_SYMBOL() 200 if (!Device) in ACPI_EXPORT_SYMBOL() 213 Node = AcpiNsValidateHandle (Device); in ACPI_EXPORT_SYMBOL() [all …]
|
| H A D | evxface.c | 97 ACPI_HANDLE Device, in AcpiInstallNotifyHandler() argument 102 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device); in AcpiInstallNotifyHandler() 114 if ((!Device) || (!Handler) || (!HandlerType) || in AcpiInstallNotifyHandler() 133 if (Device == ACPI_ROOT_OBJECT) in AcpiInstallNotifyHandler() 184 Status = AcpiNsAttachObject (Device, ObjDesc, Node->Type); in AcpiInstallNotifyHandler() 274 ACPI_HANDLE Device, in ACPI_EXPORT_SYMBOL() 278 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device); in ACPI_EXPORT_SYMBOL() 291 if ((!Device) || (!Handler) || (!HandlerType) || in ACPI_EXPORT_SYMBOL() 299 if (Device == ACPI_ROOT_OBJECT) in ACPI_EXPORT_SYMBOL()
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpidevs | 39 PNP0308 General Input Device Emulation Interface (GIDEI) legacy 68 PNP0603 Generic IDE supporting Microsoft Device Bay Specification 70 PNP0701 Standard floppy controller supporting MS Device Bay Spec 112 PNP0A05 Generic Container Device 113 PNP0A06 Generic Container Device 132 PNP0C0C ACPI Power Button Device 133 PNP0C0D ACPI Lid Device 134 PNP0C0E ACPI Sleep Button Device 135 PNP0C0F PCI Interrupt Link Device 136 PNP0C10 ACPI System Indicator Device [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
| H A D | device.c | 42 Device *dev; 60 static DeviceFont *load_font(Device *, const char *); 61 static Device *new_device(const char *); 62 static DeviceFont *new_font(const char *, Device *); 71 Device *new_device(const char *name) in new_device() 73 Device *dev; in new_device() 75 dev = XtNew(Device); in new_device() 87 void device_destroy(Device *dev) in device_destroy() 104 Device *device_load(const char *name) in device_load() 106 Device *dev; in device_load() [all …]
|
| H A D | device.h | 15 } Device; typedef 17 void device_destroy(Device *); 18 Device *device_load(const char *); 19 DeviceFont *device_find_font(Device *, const char *);
|
| /netbsd-src/sys/external/bsd/acpica/dist/hardware/ |
| H A D | hwpci.c | 66 ACPI_HANDLE Device; member 240 ListElement->Device = ParentDevice; in AcpiHwBuildPciList() 281 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function)); in AcpiHwProcessPciList() 295 Status = AcpiHwGetPciDeviceInfo (PciId, Info->Device, in AcpiHwProcessPciList() 308 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function, in AcpiHwProcessPciList() 405 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
|
| /netbsd-src/external/gpl2/dtc/dist/Documentation/ |
| H A D | dt-object-internal.txt | 1 Device Tree Dynamic Object format internals 4 The Device Tree for most platforms is a static representation of 6 that need to dynamically insert Device Tree fragments into the 9 This document explains the the Device Tree object format and 10 modifications made to the Device Tree compiler, which make it possible. 15 Assume we have a platform which boots using following simplified Device Tree. 35 should result in different Device Tree configuration. 97 2. Device Tree Object Format Requirements 100 Since the Device Tree is used for booting a number of very different hardware 103 2.a) No changes to the Device Tree binary format for the base tree. We cannot [all …]
|
| /netbsd-src/sys/dev/acpi/acpica/ |
| H A D | OsdHardware.c | 220 if (PciId->Bus >= 256 || PciId->Device >= 32 || PciId->Function >= 8) in AcpiOsReadPciConfiguration() 223 pc = acpi_pcidev_get_tag(PciId->Segment, PciId->Bus, PciId->Device, PciId->Function); in AcpiOsReadPciConfiguration() 225 tag = pci_make_tag(pc, PciId->Bus, PciId->Device, PciId->Function); in AcpiOsReadPciConfiguration() 265 pc = acpi_pcidev_get_tag(PciId->Segment, PciId->Bus, PciId->Device, PciId->Function); in AcpiOsWritePciConfiguration() 266 tag = pci_make_tag(pc, PciId->Bus, PciId->Device, PciId->Function); in AcpiOsWritePciConfiguration()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | draft-ietf-ipsec-isakmp-hybrid-auth-05.txt | 47 entity, typically an Edge Device (e.g. firewall), authenticates using 123 stages. The first stage is used to authenticate the Edge Device and 158 participants in the IKE is a User, while the other is an Edge Device 184 consists of three messages: a challenge by the Edge Device; a 186 success/failure) sent by the Edge Device. However, in many cases the 192 authenticate the Edge Device and to establish an IKE SA. In the 211 In some scenarios, security policy on the Edge Device might call for 212 authentication of both the User and the User's Device. In such a case 219 User and an Edge Device. The participants start to negotiate, using 231 is used by the Edge Device to start a Transaction Exchange [CFG] in [all …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | acpixf.h | 816 ACPI_HANDLE Device, 824 ACPI_HANDLE Device, 831 ACPI_HANDLE Device, 840 ACPI_HANDLE Device, 849 ACPI_HANDLE Device, 855 ACPI_HANDLE Device, 1058 ACPI_HANDLE Device, 1066 ACPI_HANDLE Device, 1072 ACPI_HANDLE Device, 1091 ACPI_HANDLE Device, [all...] |
| /netbsd-src/external/mit/xorg/etc/etc.hpc/ |
| H A D | xorg.conf.800x600-us | 32 Option "Device" "/dev/wsmouse0" 49 Option "Device" "/dev/wsmouse" 53 Section "Device" 68 Device "Wsdisplay0"
|
| H A D | xorg.conf.640x240-us | 32 Option "Device" "/dev/wsmouse0" 48 Option "Device" "/dev/wsmouse" 52 Section "Device" 67 Device "Wsdisplay0"
|
| H A D | xorg.conf.640x480-us | 32 Option "Device" "/dev/wsmouse0" 48 Option "Device" "/dev/wsmouse" 52 Section "Device" 67 Device "Wsdisplay0"
|
| H A D | xorg.conf.640x240-jp | 32 Option "Device" "/dev/wsmouse0" 48 Option "Device" "/dev/wsmouse" 52 Section "Device" 67 Device "Wsdisplay0"
|
| H A D | xorg.conf.800x600-jp | 32 Option "Device" "/dev/wsmouse0" 49 Option "Device" "/dev/wsmouse" 53 Section "Device" 68 Device "Wsdisplay0"
|
| H A D | xorg.conf.640x480-jp | 32 Option "Device" "/dev/wsmouse0" 48 Option "Device" "/dev/wsmouse" 52 Section "Device" 67 Device "Wsdisplay0"
|
| /netbsd-src/external/mit/xorg/etc/etc.hpcarm/ |
| H A D | xorg.conf.ws011sh | 33 Option "Device" "/dev/wsmouse0" 49 Option "Device" "/dev/wsmouse" 53 Section "Device" 68 Device "Wsdisplay0"
|
| H A D | xorg.conf.ws003sh | 33 Option "Device" "/dev/wsmouse0" 49 Option "Device" "/dev/wsmouse" 53 Section "Device" 68 Device "Wsdisplay0"
|
| H A D | xorg.conf.ws007sh | 33 Option "Device" "/dev/wsmouse0" 49 Option "Device" "/dev/wsmouse" 53 Section "Device" 68 Device "Wsdisplay0"
|
| H A D | xorg.conf.ws020sh | 33 Option "Device" "/dev/wsmouse0" 49 Option "Device" "/dev/wsmouse" 53 Section "Device" 68 Device "Wsdisplay0"
|
| /netbsd-src/external/mit/xorg/etc/etc.dreamcast/ |
| H A D | xorg.conf.uskbd | 23 Option "Device" "/dev/wskbd0" 36 Section "Device" 47 Device "Wsdisplay0"
|
| H A D | xorg.conf.jpkbd | 23 Option "Device" "/dev/wskbd0" 36 Section "Device" 47 Device "Wsdisplay0"
|