Searched refs:Device (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/xditview/
H A Ddevice.h15 } Device; typedef in typeref:struct:_Device
17 void device_destroy(Device *);
18 Device *device_load(const char *);
19 DeviceFont *device_find_font(Device *, const char *);
H A Ddevice.c42 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;
75 dev = XtNew(Device);
87 void device_destroy(Device *dev)
104 Device *device_load(const char *name)
106 Device *de
[all...]
H A DDviP.h155 Device *device;
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/events/
H A Devxfregn.c60 * PARAMETERS: Device - Handle for the device
80 ACPI_HANDLE Device,
95 if (!Device)
108 Node = AcpiNsValidateHandle (Device);
172 * PARAMETERS: Device - Handle for the device
184 ACPI_HANDLE Device,
201 if (!Device)
214 Node = AcpiNsValidateHandle (Device);
236 HandlerObj = ObjDesc->Device.Handler;
237 LastObjPtr = &ObjDesc->Device
79 AcpiInstallAddressSpaceHandler( ACPI_HANDLE Device, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context) argument
[all...]
H A Devxface.c312 * PARAMETERS: Device - The device for which notifies will be handled
328 ACPI_HANDLE Device,
344 if ((!Device) ||
359 Node = AcpiNsValidateHandle (Device);
372 if (Device == ACPI_ROOT_OBJECT)
446 Status = AcpiNsAttachObject (Device, ObjDesc, Node->Type);
501 * PARAMETERS: Device - The device for which notifies will be handled
516 ACPI_HANDLE Device,
531 if ((!Device) ||
546 Node = AcpiNsValidateHandle (Device);
[all...]
H A Devxfgpe.c73 * Device has been added or if any new GPE methods have been added via a
117 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
161 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
206 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
276 * PARAMETERS: WakeDevice - Device associated with the GPE (via _PRW)
277 * GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
285 * Each _PRW appears under a Device Object (The WakeDevice), and
328 /* Validate WakeDevice is of type Device */
371 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
456 * PARAMETERS: GpeDevice - Parent GPE Device
[all...]
H A Devgpe.c304 * PARAMETERS: GpeDevice - Device node. NULL for GPE0/GPE1
351 /* A Non-NULL GpeDevice means this is a GPE Block Device */
355 !ObjDesc->Device.GpeBlock)
360 return (AcpiEvLowGetGpeInfo (GpeNumber, ObjDesc->Device.GpeBlock));
703 * PARAMETERS: GpeDevice - Device node. NULL for GPE0/GPE1
H A Devregion.c199 HandlerObj = ObjDesc->Device.Handler;
744 * of type Region or Device.
746 * If the Object is a Device, and the device has a handler of
813 /* Check if this Device already has a handler for this address space */
815 NextHandlerObj = ObjDesc->Device.Handler;
980 HandlerObj = ObjDesc->Device.Handler;
1017 "Creating object on Device %p while installing handler\n", Node));
1056 "Installing address handler for region %s(%X) on Device %4.4s %p(%p)\n",
1083 /* Install at head of Device.AddressSpace list */
1085 HandlerObj->AddressSpace.Next = ObjDesc->Device
[all...]
/netbsd-6-1-5-RELEASE/games/trek/
H A Dcheck_out.c72 printf(" Using starbase %s\n", Device[dev].name);
H A Dout.c46 ** Announce Device Out
54 d = &Device[dev];
H A Dexterns.c47 const struct device Device[NDEV] = { variable in typeref:struct:device
H A Ddamage.c46 ** Schedule Ship.damages to a Device
48 ** Device `dev1' is damaged in an amount `dam'. Dam is measured
73 printf("\t%s damaged\n", Device[dev].name);
H A Ddcrept.c92 Device[e->systemname].name, x * m1 + 0.005,
H A Dphaser.c134 printf("%s", Device[COMPUTER].name);
137 printf("%s", Device[SRSCAN].name);
H A Dtrek.h130 extern const struct device Device[NDEV];
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/
H A DMakefile45 -DFREEBSDMOUSEDEV='\# Option "Device" "/dev/mse0"' \
46 -DNETBSDNEWMOUSEDEV='Option "Device" "/dev/lms0"' \
47 -DNETBSDOLDMOUSEDEV='\# Option "Device" "/dev/mms0"' \
48 -DLINUXMOUSEDEV='\# Option "Device" "/dev/mouse"' \
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/hardware/
H A Dhwpci.c68 ACPI_HANDLE Device; member in struct:acpi_pci_device
114 * consisting of a Segment number, Bus number, Device number,
121 * the Bus/Device/Function numbers in the PciId with the actual
127 * will make any necessary modifications to the Bus, Device, or
236 ListElement->Device = ParentDevice;
250 * ListHead - Device list created by
277 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
291 Status = AcpiHwGetPciDeviceInfo (PciId, Info->Device,
304 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
315 * PARAMETERS: ListHead - Device lis
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Dacpixf.h348 ACPI_HANDLE Device,
355 ACPI_HANDLE Device,
361 ACPI_HANDLE Device,
369 ACPI_HANDLE Device,
504 ACPI_HANDLE Device,
511 ACPI_HANDLE Device,
516 ACPI_HANDLE Device,
521 ACPI_HANDLE Device,
528 ACPI_HANDLE Device,
533 ACPI_HANDLE Device,
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daehandlers.c53 ACPI_HANDLE Device,
59 ACPI_HANDLE Device,
185 ACPI_HANDLE Device,
223 AcpiUtGetNodeName (Device), Device, Value,
230 (void) AcpiEvaluateObject (Device, "_NOT", NULL, NULL);
244 * DESCRIPTION: Device notify handler for AcpiExec utility. Used by the ASL
252 ACPI_HANDLE Device,
257 printf ("[AcpiExec] Received a Device Notify on [%4.4s] %p Value 0x%2.2X (%s)\n",
258 AcpiUtGetNodeName (Device), Devic
184 AeNotifyHandler( ACPI_HANDLE Device, UINT32 Value, void *Context) argument
251 AeDeviceNotifyHandler( ACPI_HANDLE Device, UINT32 Value, void *Context) argument
445 AeGlobalEventHandler( UINT32 Type, ACPI_HANDLE Device, UINT32 EventNumber, void *Context) argument
[all...]
H A Daetables.h218 Device (OEM1)
222 Device (OEM2)
287 Device (DEV0)
292 Device (\GPE2)
/netbsd-6-1-5-RELEASE/sys/dev/acpi/acpica/
H A DOsdHardware.c210 if (PciId->Bus >= 256 || PciId->Device >= 32 || PciId->Function >= 8)
213 tag = pci_make_tag(acpi_softc->sc_pc, PciId->Bus, PciId->Device,
251 tag = pci_make_tag(acpi_softc->sc_pc, PciId->Bus, PciId->Device,
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config/
H A DMakefile9 SRCS= DRI.c Device.c Extensions.c Files.c Flags.c Input.c Layout.c \
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/xf86config/
H A DMakefile17 SRCS= DRI.c Device.c Files.c Flags.c Input.c Keyboard.c Layout.c Module.c \
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/debugger/
H A Ddbstats.c230 AcpiDbEnumerateObject (ObjDesc->Device.SystemNotify);
231 AcpiDbEnumerateObject (ObjDesc->Device.DeviceNotify);
232 AcpiDbEnumerateObject (ObjDesc->Device.Handler);
499 AcpiOsPrintf ("Device %3d\n", sizeof (ACPI_OBJECT_DEVICE));
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/namespace/
H A Dnseval.c417 ParentNode->Object->Device.Handler;

Completed in 204 milliseconds

12