OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Uid
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/utilities/
utids.c
3
* Module Name: utids - support for device IDs - HID,
UID
, CID, SUB, CLS
254
* ReturnId - Where the string
UID
is returned
259
* ID of the device. The
UID
is either a 64-bit Integer (NOT an
273
ACPI_PNP_DEVICE_ID *
Uid
;
299
/* Allocate a buffer for the
UID
*/
301
Uid
= ACPI_ALLOCATE_ZEROED (
303
if (!
Uid
)
311
Uid
->String = ACPI_ADD_PTR (char,
Uid
, sizeof (ACPI_PNP_DEVICE_ID));
317
AcpiExIntegerToString (
Uid
->String, ObjDesc->Integer.Value)
[
all
...]
/src/sys/external/bsd/acpica/dist/namespace/
nsxfname.c
404
ACPI_PNP_DEVICE_ID *
Uid
= NULL;
476
Status = AcpiUtExecute_UID (Node, &
Uid
);
479
InfoSize +=
Uid
->Length;
572
* Copy the HID,
UID
, and CIDs to the return buffer. The variable-length
588
if (
Uid
)
591
Uid
, NextIdString);
636
if (
Uid
)
638
ACPI_FREE (
Uid
);
/src/sys/arch/hppa/hppa/
db_disasm.c
854
#define
Uid
(i) BitfR(i,23,3,_b233)
979
#define Fpi(w) (
Uid
(w)>3)
1891
if ((fmt & 1) == 0 && (
Uid
(w) & 2))
1921
if ((fmt & 1) == 0 && (
Uid
(w) & 1))
1942
if ((dfmt & 1) == 0 && (
Uid
(w) & 1))
1962
if ((fmt & 1) == 0 && (
Uid
(w) & 1))
2065
u_int
uid
=
Uid
(w);
local in function:coprDasm
2067
const char *pfx =
uid
> 1 ? "c" : "f";
2071
if (
uid
) {
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
actbl1.h
789
UINT32
Uid
;
960
UINT32
Uid
;
1357
UINT32
Uid
; /* Unique ID - must be same as the EC _UID method */
actbl2.h
1577
UINT32
Uid
; /* Numeric
UID
- ACPI 3.0 */
1578
char UidString[]; /* String
UID
- ACPI 3.0 */
1611
UINT32
Uid
; /* ACPI processor
UID
*/
1622
UINT32
Uid
; /* ACPI processor
UID
*/
1636
UINT32
Uid
;
1899
UINT32
Uid
; /* ACPI processor
UID
*/
[
all
...]
Completed in 38 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025