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

123

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h27 uint64_t Device; member in class:llvm::sys::fs::UniqueID
32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} argument
35 return Device == Other.Device && File == Other.File;
40 if (Device < Other.Device)
42 if (Other.Device < Device)
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.h31 __kmp_str_buf_print(buffer, " %s %s", KMP_I18N_STR(Device), name)
33 __kmp_str_buf_print(buffer, " %s %s='", KMP_I18N_STR(Device), x)
35 __kmp_str_buf_print(buffer, " %s %s='%s'\n", KMP_I18N_STR(Device), n, \
40 __kmp_str_buf_print(buffer, " %s %s='%d'\n", KMP_I18N_STR(Device), name, \
44 KMP_I18N_STR(Device), name, value);
46 __kmp_str_buf_print(buffer, " %s %s='%s'\n", KMP_I18N_STR(Device), name, \
/freebsd-current/sys/contrib/dev/acpica/components/events/
H A Devxfregn.c168 * PARAMETERS: Device - Handle for the device
191 ACPI_HANDLE Device,
207 if (!Device)
220 Node = AcpiNsValidateHandle (Device);
250 ACPI_HANDLE Device,
256 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE);
263 ACPI_HANDLE Device,
269 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, FALSE);
279 * PARAMETERS: Device - Handle for the device
291 ACPI_HANDLE Device,
190 AcpiInstallAddressSpaceHandlerInternal( ACPI_HANDLE Device, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context, BOOLEAN Run_Reg) argument
249 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.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
/freebsd-current/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-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h131 Device = 2, enumerator in enum:clang::SyncScope::AtomicScopeOpenCLModel::ID
143 case Device:
161 static_cast<unsigned>(WorkGroup), static_cast<unsigned>(Device),
229 Device = 1, enumerator in enum:clang::SyncScope::AtomicScopeGenericModel::ID
240 case Device:
262 static_cast<unsigned>(Device), static_cast<unsigned>(System),
H A DOpenACCKinds.h184 Device, member in class:clang::OpenACCClauseKind
297 case OpenACCClauseKind::Device:
/freebsd-current/contrib/llvm-project/clang/tools/nvptx-arch/
H A DNVPTXArch.cpp122 CUdevice Device; local
123 if (CUresult Err = cuDeviceGet(&Device, DeviceId))
128 &Major, CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MAJOR, Device))
131 &Minor, CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MINOR, Device))
/freebsd-current/sys/dev/acpica/Osd/
H A DOsdHardware.c113 *(UINT64 *)Value = pci_cfgregread(PciId->Segment, PciId->Bus, PciId->Device,
135 pci_cfgregwrite(PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
/freebsd-current/tools/test/stress2/tools/
H A Dfail.sh66 nfs15lockd.sh 20170330 unmount of /mnt failed: Device busy
67 nfs15lockd3.sh 20170330 unmount of /mnt failed: Device busy
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacpixf.h924 ACPI_HANDLE Device,
932 ACPI_HANDLE Device,
939 ACPI_HANDLE Device,
948 ACPI_HANDLE Device,
957 ACPI_HANDLE Device,
963 ACPI_HANDLE Device,
1166 ACPI_HANDLE Device,
1174 ACPI_HANDLE Device,
1180 ACPI_HANDLE Device,
1199 ACPI_HANDLE Device,
[all...]
/freebsd-current/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh91 *:\ Device\ busy)
175 *:\ Device\ busy)
/freebsd-current/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-current/usr.sbin/config/
H A Dconfig.y272 Dev_list COMMA Device
274 Device
283 Device: label
/freebsd-current/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-current/sys/dev/hptmv/
H A Dvdevice.h75 Device disk;
81 #define DISK_VDEV_SIZE (offsetof(VDevice, u) + sizeof(Device))
H A Dglobal.h100 Device, *PDevice; typedef in typeref:struct:_Device
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp306 std::random_device Device; local
307 std::default_random_engine Engine(Device());
/freebsd-current/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-current/sys/x86/iommu/
H A Dintel_drv.c616 printf("(%d, %d)", path[i].Device, path[i].Function);
649 path[depth].Device = pci_get_slot(child);
679 if (path1[i].Device != path2[i].Device ||
866 path->Device, path->Function);
976 dev = pci_find_dbsf(segment, busno, path->Device,
979 busno = pci_cfgregread(segment, busno, path->Device,
984 *rid = PCI_RID(busno, path->Device, path->Function);
/freebsd-current/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h862 UINT16 Device; member in struct:__anon9057
874 /// PCI Express Device AER Structure Definition
885 UINT16 Device; member in struct:__anon9058
907 UINT16 Device; member in struct:__anon9059
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h910 PXE_UINT8 Device; member in struct:pxe_device::__anon9484
1198 UINT8 Device; member in struct:s_pxe_pci_config_info
1224 PXE_UINT8 Device; member in struct:s_pxe_pcc_config_info
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h523 /// Device routines are specific to the
1377 /// \param Device Expression evaluated in device clause associated with the
1384 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
1465 /// \param Device Expression evaluated in device clause associated with the
1471 const Expr *IfCond, const Expr *Device,
1480 /// \param Device Expression evaluated in device clause associated with the
1485 const Expr *Device);
2181 /// \param Device Expression evaluated in device clause associated with the
2186 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
2231 /// \param Device Expressio
[all...]

Completed in 225 milliseconds

123