Home
last modified time | relevance | path

Searched refs:UtLocalCacheCalloc (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtcompilerparser.l226 s=UtLocalCacheCalloc (size + 1);
238 s=UtLocalCacheCalloc (size + 1);
240 DtCompilerParserlval.u = (DT_TABLE_UNIT *) UtLocalCacheCalloc (sizeof (DT_TABLE_UNIT));
253 s=UtLocalCacheCalloc (size - 1);
H A Dcvcompiler.c196 CommentString = UtLocalCacheCalloc (strlen (AslGbl_MsgBuffer) + 1); in CvProcessComment()
211 FinalLineToken = UtLocalCacheCalloc (strlen (LineToken) + 1); in CvProcessComment()
241 FinalLineToken = UtLocalCacheCalloc (strlen (LineToken) + 1); in CvProcessComment()
271 UtLocalCacheCalloc (strlen (CommentString) + in CvProcessComment()
316 CommentString = UtLocalCacheCalloc (strlen (AslGbl_MsgBuffer) + 1); in CvProcessCommentType2()
345 FinalCommentString = UtLocalCacheCalloc (CurrentState.SpacesBefore + in CvProcessCommentType2()
510 NewFilename = UtLocalCacheCalloc (strlen (Op->Asl.Filename)); in CgWriteAmlDefBlockComment()
947 Str = UtLocalCacheCalloc (Size + 1); in CvAppendInlineComment()
H A Daslfiles.c208 UtLocalCacheCalloc (sizeof (ASL_GLOBAL_FILE_NODE))); in FlInitOneFile()
524 UtLocalCacheCalloc (sizeof (ASL_INCLUDE_DIR))); in FlAddIncludeDirectory()
525 NewDir->Dir = UtLocalCacheCalloc (DirLength + 1 + NeedsSeparator); in FlAddIncludeDirectory()
592 Pathname = UtLocalCacheCalloc (strlen (FilePathname) + 1); in FlMergePathnames()
599 CommonPath = UtLocalCacheCalloc (strlen (PrefixDir) + 1); in FlMergePathnames()
635 Pathname = UtLocalCacheCalloc ( in FlMergePathnames()
H A Daslmapenter.c335 Buffer = UtLocalCacheCalloc (sizeof (ACPI_GPIO_INFO)); in MpCreateGpioInfo()
412 Buffer = UtLocalCacheCalloc (sizeof (ACPI_SERIAL_INFO)); in MpCreateSerialInfo()
H A Daslmaputils.c215 HidString = UtLocalCacheCalloc (ACPI_EISAID_STRING_SIZE); in MpGetHidFromParseTree()
280 HidString = UtLocalCacheCalloc (ACPI_EISAID_STRING_SIZE); in MpGetHidValue()
H A Daslsupport.l259 Filename = UtLocalCacheCalloc (strlen (Token) + 1); in AslDoLineDirective()
385 UtLocalCacheCalloc (strlen (Filename) + 1); in AslPushInputFileStack()
1016 CleanString = UtLocalCacheCalloc (strlen (AslGbl_MsgBuffer) + 1); in AslDoStringLiteral()
H A Ddtcompile.c418 AslGbl_Signature = UtLocalCacheCalloc (strlen (Signature) + 1); in DtCompileDataTable()
639 String = UtLocalCacheCalloc (Length); in DtCompileTable()
890 String = UtLocalCacheCalloc (Length); in DtCompilePadding()
H A Daslprintf.c296 NewString = UtLocalCacheCalloc (StringLength + 1); in OpcParsePrintf()
385 NewString = UtLocalCacheCalloc (StringLength + 1); in OpcParsePrintf()
H A Ddtfield.c770 strcpy (UtLocalCacheCalloc (strlen (FieldKey->Value) + 1), FieldKey->Value); in DtCreateField()
777 strcpy (UtLocalCacheCalloc (Field->StringLength + 1), FieldValue->Value); in DtCreateField()
H A Daslcompiler.l840 s = UtLocalCacheCalloc (ASL_ERROR_CODE_LENGTH + 1);
846 s=UtLocalCacheCalloc (ACPI_NAMESEG_SIZE + 1);
865 s=UtLocalCacheCalloc (strlen (AslCompilertext)+1);
H A Ddtsubtable.c188 String = UtLocalCacheCalloc (Length); in DtCreateSubtable()
H A Dasldebug.c359 OutString = UtLocalCacheCalloc (InStringLength + (EscapeCount * 3)); in UtCreateEscapeSequences()
H A Daslopt.c278 *NewPath = UtLocalCacheCalloc (ACPI_NAMESEG_SIZE + 1); in OptSearchToRoot()
409 UtLocalCacheCalloc (TargetPath->Length + NumCarats + 1); in OptBuildShortestPath()
H A Ddtio.c237 ReturnString = UtLocalCacheCalloc (1); in DtTrim()
285 ReturnString = UtLocalCacheCalloc (Length + 1); in DtTrim()
H A Daslcache.c178 UtLocalCacheCalloc ( in UtLocalCacheCalloc() function
H A Daslstartup.c451 UtLocalCacheCalloc (strlen (Filename) + 1); in AslDoOneFile()
H A Dasloperands.c1084 Filename = UtLocalCacheCalloc (strlen (AslGbl_DirectoryPath) + in OpnDoDefinitionBlock()
1171 AslGbl_TableId = UtLocalCacheCalloc (Length + 1); in OpnDoDefinitionBlock()
H A Dprutils.c748 UtLocalCacheCalloc (strlen (Filename) + 1); in PrPushInputFileStack()
H A Daslutils.c913 Info.InternalName = UtLocalCacheCalloc (Info.Length); in UtInternalizeName()
H A Dprscan.c1198 UtLocalCacheCalloc (sizeof (DIRECTIVE_INFO))); in PrPushDirective()
H A Daslpld.c731 Buffer = ACPI_CAST_PTR (UINT32, UtLocalCacheCalloc (ACPI_PLD_BUFFER_SIZE)); in OpcEncodePldBuffer()
H A Daslcompiler.h304 UtLocalCacheCalloc (
H A Daslerror.c855 Enode->Message = UtLocalCacheCalloc (strlen (ExtraMessage) + 1); in AslInitEnode()
/freebsd/sys/contrib/dev/acpica/common/
H A Dadfile.c317 NewFilename = UtLocalCacheCalloc ((ACPI_SIZE) in FlGenerateFilename()
361 NewString = UtLocalCacheCalloc ((ACPI_SIZE) strlen (String) + 1); in FlStrdup()