Searched refs:Actual (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslfileio.c | 275 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 D | dttemplate.c | 495 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 D | aslhex.c | 241 UINT32 Actual; in HxReadAmlOutputFile() local 244 Actual = fread (Buffer, 1, HEX_TABLE_LINE_SIZE, in HxReadAmlOutputFile() 253 return (Actual); in HxReadAmlOutputFile()
|
| H A D | aslerror.c | 468 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 D | adfile.c | 236 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 D | acfileio.c | 543 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 D | hi3670-hikey970.dts | 320 "[GPIO_188_I2C1_SCL]", /* Actual SoC I2C1_SCL */ 321 "[GPIO_189_I2C1_SDA]", /* Actual SoC I2C1_SDA */
|
| H A D | hi3660-hikey960.dts | 454 "[I2C1_SCL]", /* Actual SoC I2C1 */ 455 "[I2C1_SDA]", /* Actual SoC I2C1 */
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | xpedite5301.dts | 139 * Actual part could be ST Micro NAND08GW3B2A (1 GB),
|
| H A D | xpedite5370.dts | 137 * Actual part could be ST Micro NAND08GW3B2A (1 GB),
|
| H A D | xcalibur1501.dts | 139 * Actual part could be ST Micro NAND08GW3B2A (1 GB),
|
| H A D | xpedite5330.dts | 175 * Actual part could be ST Micro NAND08GW3B2A (1 GB),
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | qos_framework.rst | 1468 Actual Drop Probability 1501 Initial Drop Probability (pb), Actual Drop probability (pa) Computed Using
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 5741 3) Use test of (Actual != Requested) after all fwrite, and most fread
|