HomeSort by: relevance | last modified time | path
    Searched defs:Found (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahaml.c 185 BOOLEAN Found = FALSE;
202 Found = TRUE;
214 Found = TRUE;
218 if (!Found && Name)
363 BOOLEAN Found = FALSE;
373 Found = TRUE;
380 Found = TRUE;
392 Found = TRUE;
396 if (!Found)
ahasl.c 189 BOOLEAN Found = FALSE;
199 Found = TRUE;
211 Found = TRUE;
215 if (!Found)
420 /* Found a keyword, display keyword information */
ahdecode.c 300 BOOLEAN Found;
335 Found = AhDisplayPredefinedName (Name, Length);
336 if (!Found)
451 BOOLEAN Found = FALSE;
462 Found = TRUE;
483 Found = TRUE;
495 return (Found);
592 BOOLEAN Found = FALSE;
632 Found = TRUE;
637 if (!Found)
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfeval.c 654 * references, but this support could be added later if found to be necessary.
722 * when an object of "Type" is found
724 * when an object of "Type" is found
735 * the type parameter is found. If the callback function returns
852 BOOLEAN Found;
881 * on all devices found here.
921 Found = FALSE;
926 /* Found a matching CID */
928 Found = TRUE;
934 if (!Found)
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utpredef.c 215 * RETURN: Pointer to entry in predefined table. NULL indicates not found.
248 return (NULL); /* Not found */
349 * found.
385 return (NULL); /* Not found */
537 UINT32 Found;
542 Found = 0;
550 Found++;
556 return (Found);
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c 669 BOOLEAN Found = TRUE;
683 Found = FALSE;
687 return (Found);
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oslinuxtbl.c 329 * AE_NOT_FOUND: A valid table was not found at the address
400 * AE_NOT_FOUND: A table with the signature was not found
477 BOOLEAN Found = FALSE;
501 Found = TRUE;
518 if (Found)
610 * RETURN: RSDP address if found
647 * RETURN: RSDP address if found
893 /* Add all tables found in the memory */
903 /* Add all tables found in the static directory */
1022 * AE_NOT_FOUND: A table with the signature was not found
    [all...]

Completed in 18 milliseconds