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

123

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.h29 __kmp_str_buf_print(buffer, " %s %s", KMP_I18N_STR(Device), name)
31 __kmp_str_buf_print(buffer, " %s %s='", KMP_I18N_STR(Device), x)
33 __kmp_str_buf_print(buffer, " %s %s='%s'\n", KMP_I18N_STR(Device), n, \
38 __kmp_str_buf_print(buffer, " %s %s='%d'\n", KMP_I18N_STR(Device), name, \
42 KMP_I18N_STR(Device), name, value);
44 __kmp_str_buf_print(buffer, " %s %s='%s'\n", KMP_I18N_STR(Device), name, \
/freebsd-13-stable/sys/contrib/dev/acpica/components/events/
H A Devxfregn.c168 * PARAMETERS: Device - Handle for the device
188 ACPI_HANDLE Device,
203 if (!Device)
216 Node = AcpiNsValidateHandle (Device);
249 * PARAMETERS: Device - Handle for the device
261 ACPI_HANDLE Device,
278 if (!Device)
291 Node = AcpiNsValidateHandle (Device);
333 "on Device %p(%p)\n",
187 AcpiInstallAddressSpaceHandler( ACPI_HANDLE Device, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context) argument
H A Devxface.c183 * PARAMETERS: Device - The device for which notifies will be handled
186 * ACPI_DEVICE_NOTIFY: Device Handler (80-FF)
187 * ACPI_ALL_NOTIFY: Both System and Device
193 * DESCRIPTION: Install a handler for notifications on an ACPI Device,
197 * type of notify (System/Device). Device/Thermal/Processor objects
205 ACPI_HANDLE Device,
210 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device);
222 if ((!Device) || (!Handler) || (!HandlerType) ||
241 if (Device
204 AcpiInstallNotifyHandler( ACPI_HANDLE Device, UINT32 HandlerType, ACPI_NOTIFY_HANDLER Handler, void *Context) argument
[all...]
H A Devxfgpe.c181 * Device has been added or if any new GPE methods have been added via a
234 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
299 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
344 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
428 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
478 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
532 * PARAMETERS: WakeDevice - Device associated with the GPE (via _PRW)
533 * GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
541 * Each _PRW appears under a Device Object (The WakeDevice), and
586 /* Validate WakeDevice is of type Device */
[all...]
H A Devgpe.c466 * PARAMETERS: GpeDevice - Device node. NULL for GPE0/GPE1
513 /* A Non-NULL GpeDevice means this is a GPE Block Device */
517 !ObjDesc->Device.GpeBlock)
522 return (AcpiEvLowGetGpeInfo (GpeNumber, ObjDesc->Device.GpeBlock));
813 * PARAMETERS: GpeDevice - Device node. NULL for GPE0/GPE1
953 * PARAMETERS: GpeDevice - Device node. NULL for GPE0/GPE1
H A Devrgnini.c440 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
480 * PARAMETERS: Node - Device node being examined
/freebsd-13-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c174 ACPI_HANDLE Device; member in struct:acpi_pci_device
220 * consisting of a Segment number, Bus number, Device number,
227 * the Bus/Device/Function numbers in the PciId with the actual
233 * will make any necessary modifications to the Bus, Device, or
348 ListElement->Device = ParentDevice;
362 * ListHead - Device list created by
389 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
403 Status = AcpiHwGetPciDeviceInfo (PciId, Info->Device,
416 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
427 * PARAMETERS: ListHead - Device lis
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h101 Device = 2, enumerator in enum:clang::SyncScope::AtomicScopeOpenCLModel::ID
113 case Device:
131 static_cast<unsigned>(WorkGroup), static_cast<unsigned>(Device),
/freebsd-13-stable/sys/dev/acpica/Osd/
H A DOsdHardware.c115 *(UINT64 *)Value = pci_cfgregread(PciId->Bus, PciId->Device,
137 pci_cfgregwrite(PciId->Bus, PciId->Device, PciId->Function, Register,
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacpixf.h920 ACPI_HANDLE Device,
928 ACPI_HANDLE Device,
935 ACPI_HANDLE Device,
944 ACPI_HANDLE Device,
1147 ACPI_HANDLE Device,
1155 ACPI_HANDLE Device,
1161 ACPI_HANDLE Device,
1180 ACPI_HANDLE Device,
1188 ACPI_HANDLE Device,
1194 ACPI_HANDLE Device,
[all...]
H A Dactypes.h1238 ACPI_HANDLE Device,
1257 ACPI_HANDLE Device,
1438 UINT16 Device; member in struct:acpi_pci_id
H A Dacobject.h508 UINT32 HandlerType; /* Type: Device/System/Both */
511 union acpi_operand_object *Next[2]; /* Device and System handler lists */
635 ACPI_OBJECT_DEVICE Device; member in union:acpi_operand_object
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh91 *:\ Device\ busy)
175 *:\ Device\ busy)
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c341 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[0]);
342 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[1]);
343 AcpiDbEnumerateObject (ObjDesc->Device.Handler);
603 AcpiOsPrintf ("Device %3d\n", (UINT32) sizeof (ACPI_OBJECT_DEVICE));
/freebsd-13-stable/usr.sbin/config/
H A Dconfig.y288 Dev_list COMMA Device
290 Device
299 Device: label
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h135 uint64_t Device; member in class:llvm::sys::fs::UniqueID
140 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} argument
143 return Device == Other.Device && File == Other.File;
147 return std::tie(Device, File) < std::tie(Other.Device, Other.File);
150 uint64_t getDevice() const { return Device; }
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h2 Provides library functions to construct and parse UEFI Device Paths.
456 If Device is a valid device handle that contains a device path protocol, then a device path for
458 handle Device. The allocated device path is returned. If Device is NULL or Device is a handle
467 @param Device A pointer to a device handle. This parameter is optional and
477 IN EFI_HANDLE Device, OPTIONAL
/freebsd-13-stable/sys/dev/hptmv/
H A Dvdevice.h77 Device disk;
83 #define DISK_VDEV_SIZE (offsetof(VDevice, u) + sizeof(Device))
H A Dglobal.h102 Device, *PDevice; typedef in typeref:struct:_Device
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp307 std::random_device Device; local
308 std::default_random_engine Engine(Device());
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c260 * Device object also may have a GPE block.
264 if (Object->Device.GpeBlock)
266 (void) AcpiEvDeleteGpeBlock (Object->Device.GpeBlock);
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_drv.c605 printf("(%d, %d)", path[i].Device, path[i].Function);
638 path[depth].Device = pci_get_slot(child);
668 if (path1[i].Device != path2[i].Device ||
857 path->Device, path->Function);
964 dev = pci_find_dbsf(segment, busno, path->Device,
967 busno = pci_cfgregread(busno, path->Device,
972 *rid = PCI_RID(busno, path->Device, path->Function);
/freebsd-13-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h862 UINT16 Device; member in struct:__anon9139
874 /// PCI Express Device AER Structure Definition
885 UINT16 Device; member in struct:__anon9140
907 UINT16 Device; member in struct:__anon9141
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h910 PXE_UINT8 Device; member in struct:pxe_device::__anon9566
1198 UINT8 Device; member in struct:s_pxe_pci_config_info
1224 PXE_UINT8 Device; member in struct:s_pxe_pcc_config_info
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c566 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,

Completed in 482 milliseconds

123