OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ascii
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/sys/external/bsd/gnu-efi/dist/lib/
boxdraw.c
25
CHAR8
Ascii
;
32
//
ASCII
. The
ASCII
mapping we just made up.
108
OUT CHAR8 *
Ascii
OPTIONAL
122
Asci - Optional pointer to return
Ascii
equivalent of Graphic.
145
if (
Ascii
) {
146
*
Ascii
= Table->
Ascii
;
156
IN CHAR16
Ascii
159
if ((
Ascii
>= 0x20) && (Ascii <= 0x7f))
[
all
...]
print.c
57
BOOLEAN
Ascii
;
226
ps.fmt.
Ascii
= TRUE;
798
ps.fmt.
Ascii
= TRUE;
824
function that takes an
ascii
format string
828
fmt -
ascii
format string
858
Prints a formatted
ascii
string to a buffer using a va_list
877
// Use UnicodeVSPrint() and convert back to
ASCII
895
// The strings are
ASCII
so just do a plain Unicode conversion
967
c = p->
Ascii
? p->pc[p->Index] : p->pw[p->Index];
1057
a -
ascii
strin
[
all
...]
/src/sys/external/bsd/acpica/dist/tables/
tbxfload.c
288
!ACPI_COMPARE_NAMESEG (Table->Signature.
Ascii
, ACPI_SIG_DSDT) ||
347
(!ACPI_COMPARE_NAMESEG (Table->Signature.
Ascii
, ACPI_SIG_SSDT) &&
348
!ACPI_COMPARE_NAMESEG (Table->Signature.
Ascii
, ACPI_SIG_PSDT) &&
349
!ACPI_COMPARE_NAMESEG (Table->Signature.
Ascii
, ACPI_SIG_OSDT)) ||
363
Table->Signature.
Ascii
, Table->Pointer->OemTableId));
369
Table->Signature.
Ascii
, Table->Pointer->OemTableId));
606
AcpiGbl_RootTableList.Tables[i].Signature.
Ascii
,
tbinstal.c
284
NewTableDesc.Signature.
Ascii
, ACPI_FORMAT_UINT64 (Address)));
409
OldTableDesc->Signature.
Ascii
,
tbdata.c
253
ACPI_MOVE_32_TO_32 (TableDesc->Signature.
Ascii
, Table->Signature);
733
AcpiUtValidNameseg (TableDesc->Signature.
Ascii
) ?
734
TableDesc->Signature.
Ascii
: "????",
752
AcpiUtValidNameseg (TableDesc->Signature.
Ascii
) ?
753
TableDesc->Signature.
Ascii
: "????",
/src/sys/external/bsd/acpica/dist/compiler/
asllookup.c
286
if ((Node->Name.
Ascii
[0] != '_') &&
340
Node->Name.
Ascii
, Next->Name.
Ascii
);
356
if (Node->Name.
Ascii
[0] == '_')
aslxrefout.c
605
if (Op->Asl.Node->Name.
Ascii
[0] == '_')
772
if (Op->Asl.Node->Name.
Ascii
[0] == '_')
aslnamesp.c
290
&Node->Name.
Ascii
[0], AcpiUtGetTypeName (Node->Type));
/src/sys/external/bsd/acpica/dist/utilities/
utdecode.c
407
* RETURN:
ASCII
name of the node
446
AcpiUtRepairName (Node->Name.
Ascii
);
450
return (Node->Name.
Ascii
);
/src/sys/external/bsd/acpica/dist/tools/acpiexec/
aehandlers.c
465
GpeNumber, GpeDevice ? DeviceNode->Name.
Ascii
: "FADT");
534
Node->Name.
Ascii
));
559
Node->Name.
Ascii
));
/src/sys/external/bsd/acpica/dist/executer/
exresnte.c
244
Node->Name.
Ascii
, Node));
exdebug.c
375
(SourceDesc->Reference.Node)->Name.
Ascii
);
exmutex.c
661
ObjDesc->Mutex.Node->Name.
Ascii
, ObjDesc->Mutex.SyncLevel,
exstore.c
601
AcpiUtGetTypeName (Node->Type), Node->Name.
Ascii
));
/src/sys/external/bsd/acpica/dist/dispatcher/
dspkginit.c
625
ResolvedNode->Name.
Ascii
, ScopeInfo.Scope.Node->Name.
Ascii
));
dsmethod.c
305
WalkState->MethodNode->Name.
Ascii
, WalkState->MethodNode,
748
MethodNode->Name.
Ascii
, NextWalkState));
1021
WalkState->MethodNode->Name.
Ascii
));
/src/sys/external/bsd/acpica/dist/debugger/
dbnames.c
380
((ACPI_NAMESPACE_NODE *) SubtreeEntry)->Name.
Ascii
, SubtreeEntry);
507
ObjHandle)->Name.
Ascii
[i]))
615
Predefined = AcpiUtMatchPredefinedMethod (Node->Name.
Ascii
);
715
Node->Name.
Ascii
, Node->Type);
1048
if (!AcpiUtValidNameseg (Node->Name.
Ascii
))
dbmethod.c
663
Predefined = AcpiUtMatchPredefinedMethod (Node->Name.
Ascii
);
717
if (!ACPI_COMPARE_NAMESEG (Node->Name.
Ascii
, Info->NameSeg))
dbtest.c
506
AcpiUtGetTypeName (Node->Type), Node->Name.
Ascii
);
1000
RegionObj->Region.Node->Name.
Ascii
);
1224
Predefined = AcpiUtMatchPredefinedMethod (Node->Name.
Ascii
);
/src/sys/dev/acpi/
acpi_dev.c
184
} else if (memcmp(tdesc->Signature.
Ascii
, ACPI_SIG_TCPA, 4)
/src/sys/external/bsd/acpica/dist/namespace/
nseval.c
245
Info->Predefined = AcpiUtMatchPredefinedMethod (Info->Node->Name.
Ascii
);
nspredef.c
371
ReturnObject->Node.Name.
Ascii
,
nsinit.c
654
if (!ACPI_COMPARE_NAMESEG (Node->Name.
Ascii
, METHOD_NAME__INI))
831
if (!ACPI_COMPARE_NAMESEG (DeviceNode->Name.
Ascii
, "_SB_") ||
/src/sys/external/bsd/acpica/dist/disassembler/
dmbuffer.c
262
/* Dump the
ASCII
equivalents within a comment */
453
* DESCRIPTION: Dump a buffer containing a UUID as a standard
ASCII
string.
563
* For each word, 1st byte must be printable
ascii
, and the
591
* RETURN: TRUE if buffer contains a
ASCII
string, FALSE otherwise
593
* DESCRIPTION: Determine if a buffer Op contains a
ASCII
string
648
/* Check all bytes for
ASCII
*/
653
* TBD: allow some escapes (non-
ascii
chars).
657
/* Not a string if not printable
ascii
*/
760
if (ACPI_COMPARE_NAMESEG (Node->Name.
Ascii
, METHOD_NAME__PLD))
794
if (ACPI_COMPARE_NAMESEG (Node->Name.
Ascii
, METHOD_NAME__PLD)
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
actbl.h
216
char Signature[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; /*
ASCII
table signature */
220
char OemId[ACPI_OEM_ID_SIZE] ACPI_NONSTRING; /*
ASCII
OEM identification */
221
char OemTableId[ACPI_OEM_TABLE_ID_SIZE] ACPI_NONSTRING; /*
ASCII
OEM table identification */
223
char AslCompilerId[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; /*
ASCII
ASL compiler vendor ID */
328
char Signature[4]; /*
ASCII
table signature */
502
char
Ascii
[4];
Completed in 63 milliseconds
1
2
Indexes created Thu Oct 02 14:10:14 GMT 2025