HomeSort by: relevance | last modified time | path
    Searched refs:Device (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/FileSystem/
UniqueID.h 24 uint64_t Device;
29 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {}
32 return Device == Other.Device && File == Other.File;
37 if (Device < Other.Device)
39 if (Other.Device < Device)
    [all...]
  /src/external/gpl2/groff/dist/src/devices/xditview/
device.h 1 /* $NetBSD: device.h,v 1.1.1.1 2016/01/13 18:41:49 christos Exp $ */
15 } Device;
17 void device_destroy(Device *);
18 Device *device_load(const char *);
19 DeviceFont *device_find_font(Device *, const char *);
device.c 1 /* $NetBSD: device.c,v 1.1.1.1 2016/01/13 18:41:49 christos Exp $ */
3 /* device.c */
17 #include "device.h"
25 searching for device and font description files. */
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)
73 Device *dev
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evxfregn.c 60 * PARAMETERS: Device - Handle for the device
83 ACPI_HANDLE Device,
99 if (!Device)
110 /* Convert and validate the device handle */
112 Node = AcpiNsValidateHandle (Device);
142 ACPI_HANDLE Device,
148 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE);
155 ACPI_HANDLE Device,
161 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, FALSE)
    [all...]
evxface.c 75 * PARAMETERS: Device - The device for which notifies will be handled
78 * ACPI_DEVICE_NOTIFY: Device Handler (80-FF)
79 * ACPI_ALL_NOTIFY: Both System and Device
85 * DESCRIPTION: Install a handler for notifications on an ACPI Device,
89 * type of notify (System/Device). Device/Thermal/Processor objects
90 * may have one device notify handler, and multiple system notify
97 ACPI_HANDLE Device,
102 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device);
    [all...]
evxfgpe.c 66 * device _PRW methods (this indicates that these GPEs are
67 * generally intended for system or device wakeup. Such GPEs
73 * Device has been added or if any new GPE methods have been added via a
126 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
191 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
236 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
320 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
370 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
379 * there won't be any notify handlers installed for device wake notifications
424 * PARAMETERS: WakeDevice - Device associated with the GPE (via _PRW
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aehandlers.c 54 ACPI_HANDLE Device,
60 ACPI_HANDLE Device,
66 ACPI_HANDLE Device,
72 ACPI_HANDLE Device,
137 ACPI_HANDLE Device,
141 AeCommonNotifyHandler (Device, Value, 1);
146 ACPI_HANDLE Device,
150 AeCommonNotifyHandler (Device, Value, 2);
155 ACPI_HANDLE Device,
162 Type = "Device";
    [all...]
  /src/games/trek/
check_out.c 45 ** CHECK IF A DEVICE IS OUT
47 ** The indicated device is checked to see if it is disabled. If
48 ** it is, an attempt is made to use the starbase device. If both
49 ** of these fails, it returns non-zero (device is REALLY out),
56 check_out(int device)
60 dev = device;
62 /* check for device ok */
72 printf(" Using starbase %s\n", Device[dev].name);
out.c 46 ** Announce Device Out
52 const struct device *d;
54 d = &Device[dev];
externs.c 47 const struct device Device[NDEV] = {
59 { "cloaking device", "Scotty" },
damage.c 46 ** Schedule Ship.damages to a Device
48 ** Device `dev1' is damaged in an amount `dam'. Dam is measured
53 ** Note that the repair of the device occurs on a DATE, meaning
56 ** dev1 -- device index
73 printf("\t%s damaged\n", Device[dev].name);
85 /* device already damaged -- add to existing damages */
dcrept.c 85 printf("device\t\t\tin flight docked\n");
92 Device[e->systemname].name, x * m1 + 0.005,
phaser.c 126 printf(" phasers with the cloaking device up.\n");
134 printf("%s", Device[COMPUTER].name);
137 printf("%s", Device[SRSCAN].name);
  /src/sys/rump/dev/lib/libpad/
Makefile 7 COMMENT=Pseudo Audio Device
  /src/sys/external/bsd/acpica/dist/hardware/
hwpci.c 3 * Module Name: hwpci - Obtain PCI bus, device, and function numbers
66 ACPI_HANDLE Device;
103 * RootPciDevice - A handle to a PCI device object. This
111 * DESCRIPTION: This function derives a full PCI ID for a PCI device,
112 * consisting of a Segment number, Bus number, Device number,
119 * the Bus/Device/Function numbers in the PciId with the actual
125 * will make any necessary modifications to the Bus, Device, or
132 * temporary device list.
159 /* Walk the list, updating the PCI device/function/bus numbers */
176 * PARAMETERS: RootPciDevice - A handle to a PCI device object. Thi
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SyncScope.h 101 Device = 2,
113 case Device:
131 static_cast<unsigned>(WorkGroup), static_cast<unsigned>(Device),
  /src/sys/rump/dev/lib/libdm/
Makefile 7 COMMENT=Device-mapper driver (for LVM)
10 SRCS= device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \
  /src/sys/external/bsd/acpica/dist/tests/misc/
badcode.asl 130 Device (H1)
134 Device (H2)
138 Device (H3)
142 Device (H4)
146 Device (H5)
150 Device (H6)
203 Device (EC)
  /src/sys/dev/acpi/acpica/
OsdHardware.c 52 #include <sys/device.h>
220 if (PciId->Bus >= 256 || PciId->Device >= 32 || PciId->Function >= 8)
223 pc = acpi_pcidev_get_tag(PciId->Segment, PciId->Bus, PciId->Device, PciId->Function);
225 tag = pci_make_tag(pc, PciId->Bus, PciId->Device, PciId->Function);
265 pc = acpi_pcidev_get_tag(PciId->Segment, PciId->Bus, PciId->Device, PciId->Function);
266 tag = pci_make_tag(pc, PciId->Bus, PciId->Device, PciId->Function);
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 822 ACPI_HANDLE Device,
830 ACPI_HANDLE Device,
837 ACPI_HANDLE Device,
846 ACPI_HANDLE Device,
855 ACPI_HANDLE Device,
861 ACPI_HANDLE Device,
1064 ACPI_HANDLE Device,
1072 ACPI_HANDLE Device,
1078 ACPI_HANDLE Device,
1097 ACPI_HANDLE Device,
    [all...]
  /src/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config/
Makefile 9 SRCS= DRI.c Device.c Extensions.c Files.c Flags.c Input.c Layout.c \
  /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/xf86config/
Makefile 9 SRCS= DRI.c Device.c Extensions.c Files.c Flags.c Input.c Layout.c \
  /src/sys/external/bsd/gnu-efi/dist/inc/
pci22.h 67 PCI_DEVICE_HEADER_TYPE_REGION Device;
120 UINT8 Device;
  /src/tests/kernel/
t_umountstress.sh 95 *:\ Device\ busy)
183 *:\ Device\ busy)
  /src/sys/external/bsd/acpica/dist/debugger/
dbstats.c 233 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[0]);
234 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[1]);
235 AcpiDbEnumerateObject (ObjDesc->Device.Handler);
495 AcpiOsPrintf ("Device %3d\n", (UINT32) sizeof (ACPI_OBJECT_DEVICE));

Completed in 95 milliseconds

1 2 3