Home
last modified time | relevance | path

Searched refs:Actual (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslfileio.c275 UINT32 Actual; in FlReadFile() local
280 Actual = fread (Buffer, 1, Length, AslGbl_Files[FileId].Handle); in FlReadFile()
281 if (Actual < Length) in FlReadFile()
319 UINT32 Actual; in FlWriteFile() local
325 if (Actual != Length) in FlWriteFile()
335 Actual = fwrite ((char *) Buffer, 1, Length, in FlWriteFile()
337 if (Actual != Length) in FlWriteFile()
367 INT32 Actual; in FlPrintFile() local
372 Actual = vfprintf (AslGbl_Files[FileId].Handle, Format, Args); in FlPrintFile()
375 if (Actual == -1) in FlPrintFile()
[all …]
H A Ddttemplate.c495 int Actual; in DtCreateOneTemplate() local
572 Actual = DtEmitDefinitionBlock ( in DtCreateOneTemplate()
574 if (Actual < 0) in DtCreateOneTemplate()
584 Actual = DtEmitDefinitionBlock ( in DtCreateOneTemplate()
586 if (Actual < 0) in DtCreateOneTemplate()
595 Actual = DtEmitDefinitionBlock ( in DtCreateOneTemplate()
597 if (Actual < 0) in DtCreateOneTemplate()
605 Actual = DtEmitDefinitionBlock ( in DtCreateOneTemplate()
607 if (Actual < 0) in DtCreateOneTemplate()
H A Daslhex.c241 UINT32 Actual; in HxReadAmlOutputFile() local
244 Actual = fread (Buffer, 1, HEX_TABLE_LINE_SIZE, in HxReadAmlOutputFile()
253 return (Actual); in HxReadAmlOutputFile()
H A Daslerror.c468 int Actual; in AePrintErrorSourceLine() local
538 Actual = fseek (SourceFile, in AePrintErrorSourceLine()
540 if (Actual) in AePrintErrorSourceLine()
/f-stack/freebsd/contrib/dev/acpica/common/
H A Dadfile.c236 ACPI_SIZE Actual; in AdWriteBuffer() local
246 Actual = fwrite (Buffer, 1, (size_t) Length, File); in AdWriteBuffer()
247 if (Actual != Length) in AdWriteBuffer()
253 return ((INT32) Actual); in AdWriteBuffer()
H A Dacfileio.c543 ACPI_SIZE Actual; in AcValidateTableHeader() local
557 Actual = fread (&TableHeader, 1, sizeof (ACPI_TABLE_HEADER), File); in AcValidateTableHeader()
560 if (Actual < sizeof (ACPI_TABLE_HEADER)) in AcValidateTableHeader()
/f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3670-hikey970.dts320 "[GPIO_188_I2C1_SCL]", /* Actual SoC I2C1_SCL */
321 "[GPIO_189_I2C1_SDA]", /* Actual SoC I2C1_SDA */
H A Dhi3660-hikey960.dts454 "[I2C1_SCL]", /* Actual SoC I2C1 */
455 "[I2C1_SDA]", /* Actual SoC I2C1 */
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dxpedite5301.dts139 * Actual part could be ST Micro NAND08GW3B2A (1 GB),
H A Dxpedite5370.dts137 * Actual part could be ST Micro NAND08GW3B2A (1 GB),
H A Dxcalibur1501.dts139 * Actual part could be ST Micro NAND08GW3B2A (1 GB),
H A Dxpedite5330.dts175 * Actual part could be ST Micro NAND08GW3B2A (1 GB),
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst1468 Actual Drop Probability
1501 Initial Drop Probability (pb), Actual Drop probability (pa) Computed Using
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt5741 3) Use test of (Actual != Requested) after all fwrite, and most fread