HomeSort by: relevance | last modified time | path
    Searched refs:Found (Results 1 - 13 of 13) 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/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)'
suff-transform-endless.mk 35 # XXX: Found 'all' as '(not found)'
varmod-hash.mk 6 # Test vectors for generating certain hashes. Found by a brute force
  /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/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/tools/acpisrc/
asfile.c 669 BOOLEAN Found = TRUE;
683 Found = FALSE;
687 return (Found);
asconvrt.c 218 /* Error if any slash-slash comments found */
222 AsPrint ("Non-ANSI // Comments Found", NonAnsiCommentCount, Filename);
715 AcpiOsPrintf ("Found multiple blank lines after copyright\n");
869 /* Do the actual replace if the target was found */
1455 VERBOSE_PRINT (("%u Lines longer than 80 found in %s\n",
1493 AsPrint ("Tabs found", TabCount, Filename);
1712 /* We found non-whitespace while traversing up to SubBuffer,
1874 AsPrint ("Short Comments found", ShortCommentCount, Filename);
  /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...]
  /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 19 milliseconds