Searched refs:AcpiUtSafeStrncpy (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | dtcompilerparser.l | 227 AcpiUtSafeStrncpy (s, DtCompilerParsertext, size + 1); 239 AcpiUtSafeStrncpy (s, DtCompilerParsertext, size + 1); 254 AcpiUtSafeStrncpy (s, DtCompilerParsertext + 1, size - 1);
|
H A D | asloptions.c | 467 AcpiUtSafeStrncpy ((char *) AcpiGbl_CDAT, ACPI_SIG_CDAT, 5); in AslDoOptions()
|
H A D | aslutils.c | 604 AcpiUtSafeStrncpy (Op->Asl.ParseOpName, UtGetOpName (Op->Asl.ParseOpcode), in UtSetParseOpName()
|
H A D | prscan.c | 1203 AcpiUtSafeStrncpy (Info->Argument, Argument, MAX_ARGUMENT_LENGTH); in PrPushDirective()
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbfileio.c | 221 AcpiUtSafeStrncpy (AcpiGbl_DbDebugFilename, Name, in AcpiDbOpenDebugFile()
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utnonansi.c | 349 AcpiUtSafeStrncpy ( in AcpiUtSafeStrncpy() function
|
H A D | uttrack.c | 560 AcpiUtSafeStrncpy (Allocation->Module, (char *) Module, ACPI_MAX_MODULE_NAME); in AcpiUtTrackAllocation()
|
/freebsd/sys/contrib/dev/acpica/components/parser/ |
H A D | psutils.c | 216 ACPI_DISASM_ONLY_MEMBERS (AcpiUtSafeStrncpy (Op->Common.AmlOpName, in AcpiPsInitOp()
|
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/ |
H A D | osgendbg.c | 217 AcpiUtSafeStrncpy (AcpiGbl_DbLineBuf, Cmd, ACPI_DB_LINE_BUFFER_SIZE); in AcpiDbRunRemoteDebugger()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acutils.h | 1096 AcpiUtSafeStrncpy (
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 2240 AcpiUtSafeStrncpy function. 2282 strncpy: AcpiUtSafeStrncpy. The intent is to at least prevent the
|