HomeSort by: relevance | last modified time | path
    Searched refs:Found (Results 1 - 11 of 11) 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/usr.bin/make/unit-tests/
deptgt-phony.exp 11 Found 'all' as '(not found)'
32 Found 'all' as '(not found)'
41 Found '.END' as '(not found)'
dir.exp 49 Found '.END' as '(not found)'
  /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);
asconvrt.c 110 /* Error if any slash-slash comments found */
114 AsPrint ("Non-ANSI // Comments Found", NonAnsiCommentCount, Filename);
607 AcpiOsPrintf ("Found multiple blank lines after copyright\n");
761 /* Do the actual replace if the target was found */
1347 VERBOSE_PRINT (("%u Lines longer than 80 found in %s\n",
1385 AsPrint ("Tabs found", TabCount, Filename);
1604 /* We found non-whitespace while traversing up to SubBuffer,
1766 AsPrint ("Short Comments found", ShortCommentCount, Filename);
  /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...]
  /src/bin/ksh/
exec.c 387 goto Found;
389 Found:
702 /* errno_ will be set if the named command was found
712 warningf(true, "%s: not found", cp);
786 * is created if none is found.
834 tp->flag &= ~DEFINED; /* ensure it won't be found */
899 int insert = Flag(FTRACKALL); /* insert if not found */
979 * searches FPATH if a command is not found, even
1017 int *errnop; /* set if candidate found, but not suitable */
1048 int *errnop; /* set if candidate found, but not suitable *
    [all...]

Completed in 27 milliseconds