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 77 BOOLEAN Found = FALSE;
94 Found = TRUE;
106 Found = TRUE;
110 if (!Found && Name)
255 BOOLEAN Found = FALSE;
265 Found = TRUE;
272 Found = TRUE;
284 Found = TRUE;
288 if (!Found)
ahasl.c 81 BOOLEAN Found = FALSE;
91 Found = TRUE;
103 Found = TRUE;
107 if (!Found)
312 /* Found a keyword, display keyword information */
ahdecode.c 192 BOOLEAN Found;
227 Found = AhDisplayPredefinedName (Name, Length);
228 if (!Found)
343 BOOLEAN Found = FALSE;
354 Found = TRUE;
375 Found = TRUE;
387 return (Found);
484 BOOLEAN Found = FALSE;
524 Found = TRUE;
529 if (!Found)
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utpredef.c 107 * RETURN: Pointer to entry in predefined table. NULL indicates not found.
140 return (NULL); /* Not found */
241 * found.
277 return (NULL); /* Not found */
429 UINT32 Found;
434 Found = 0;
442 Found++;
448 return (Found);
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfeval.c 546 * references, but this support could be added later if found to be necessary.
614 * when an object of "Type" is found
616 * when an object of "Type" is found
627 * the type parameter is found. If the callback function returns
744 BOOLEAN Found;
773 * on all devices found here.
813 Found = FALSE;
818 /* Found a matching CID */
820 Found = TRUE;
826 if (!Found)
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c 561 BOOLEAN Found = TRUE;
575 Found = FALSE;
579 return (Found);
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oslinuxtbl.c 221 * AE_NOT_FOUND: A valid table was not found at the address
292 * AE_NOT_FOUND: A table with the signature was not found
369 BOOLEAN Found = FALSE;
393 Found = TRUE;
410 if (Found)
502 * RETURN: RSDP address if found
539 * RETURN: RSDP address if found
785 /* Add all tables found in the memory */
795 /* Add all tables found in the static directory */
914 * AE_NOT_FOUND: A table with the signature was not found
    [all...]

Completed in 25 milliseconds