| /src/sys/arch/mac68k/mac68k/ |
| H A D | locore.s | 1132 andw #7,%d0 | number of levels it found
|
| /src/sys/arch/hp300/hp300/ |
| H A D | machdep.c | 261 printf("bootinfo found at 0x%08lx\n", bootinfo_pa); 1017 int found; 1033 found = 1; 1055 * Getting here implies no fault was found. Should never happen. 1058 found = 0; 1065 return found; local in function:parityerrorfind
|
| /src/sys/dev/audio/ |
| H A D | audio.c | 6539 bool found; local in function:audio_softintr_wr 6543 found = false; 6566 found = true; 6580 if (found) { 7950 * If found, stores it to afp->fmt and returns 0. Otherwise return EINVAL.
|
| /src/sys/dev/hdaudio/ |
| H A D | hdafg.c | 447 int i, found = 0; local in function:hdafg_control_lookup 462 found++; 463 if (found == cnt || cnt <= 0) 1448 int done, found, i, j, k; local in function:hdafg_disable_useless 1520 found = 0; 1523 found = 1; 1526 if (found == 0) { 1537 found = 0; 1545 found = 1; 1550 if (found 2287 int i, found = 0; local in function:hdafg_control_amp_get [all...] |
| /src/sbin/fsck_udf/ |
| H A D | main.c | 125 #define FSCK_NODE_FLAG_PAR_NOT_FOUND (1<<12) /* parent node not found! */ 149 struct udf_fsck_file_stats found; member in struct:udf_fsck_node 435 inf_len = node->found.inf_len; 650 // pwarn("%s allocation OVERLAP found, type %d\n", 1320 pwarn("Anchor ADVP0 can't be found! Searching others\n"); 1324 pwarn("Anchor ADVP2 can't be found! Searching ADVP1\n"); 1329 pwarn("No valid anchors found!\n"); 1467 /* record this found lvint; it is one sector long */ 1899 * We have found our "VAT LVExtension attribute. BUT due to a 1928 pwarn("Heuristics found corrupte [all...] |
| /src/sys/kern/ |
| H A D | sysv_sem.c | 382 /* Not found. Attempt to free some structures. */ 730 SEM_PRINTF(("found public key\n")); 744 goto found; 796 found:
|
| H A D | sys_aio.c | 1331 struct aiocbp *found; local in function:aiocbp_insert 1339 TAILQ_FOREACH(found, &aiosp->aio_hash[hash], list) { 1340 if (found->uptr == uptr) { 1341 found->job = aiocbp->job; 1616 * Look for already existing job. If found the job is in-progress.
|
| H A D | uipc_socket2.c | 1622 int found = 0; local in function:sofindproc 1661 found++; 1670 if (all == 0 && found != 0) 1675 return found;
|
| /src/sys/dev/ic/ |
| H A D | bwi.c | 5341 int found, loop_count, adjust_state; local in function:bwi_rf_lo_measure_11g 5353 found = 0; 5390 found = 1; 5401 } while (loop_count-- && found); 6968 aprint_error_dev(sc->sc_dev, "no MAC was found\n"); 6975 aprint_error_dev(sc->sc_dev, "no bus regwin was found\n");
|
| H A D | sunscpal.c | 1051 printf("%s: select found SCSI bus busy, resetting...\n", 2165 goto found; 2168 found:
|
| /src/ |
| H A D | build.sh | 383 # Find a program in the PATH, and show the result. If not found, 493 bomb "usr.bin/make not found; build.sh must be run from" \ 778 local found= 794 found="$line" 799 found="$line" 804 found="$line" 812 case "$found" in 813 '') found="$line" ;; 814 *) found="MULTIPLE_MATCHES" ;; 820 case "$found" i [all...] |
| /src/sys/arch/i386/stand/efiboot/ |
| H A D | eficons.c | 245 bool found = false; local in function:efi_cons_show 265 found = true; 269 if (!found && com_is_console) {
|
| /src/sys/arch/x86/x86/ |
| H A D | x86_autoconf.c | 223 int found = 0; local in function:match_bootwedge 260 found = memcmp(biw->matchhash, hash, sizeof(hash)) == 0; 261 DPRINTF(("%s: %s found=%d\n", __func__, device_xname(dv), found)); 266 return found; 279 int found = 0; local in function:match_bootdisk 318 found = 1; 320 DPRINTF(("%s: %s found=%d\n", __func__, device_xname(dv), found)); 324 return found; [all...] |
| /src/sys/arch/riscv/riscv/ |
| H A D | riscv_machdep.c | 653 bool found, start, skipping; local in function:parse_mi_bootargs 691 found = optstr_get(args, "root", bootdevstr, sizeof(bootdevstr)); 692 if (found) {
|
| /src/sys/dev/usb/ |
| H A D | xhci.c | 3746 goto found; 3750 found:
|
| H A D | usb_subr.c | 548 DPRINTFN(4, "found idesc nendpt=%jd", nendpt, 0, 0, 0); 583 goto found; 586 printf("%s: no desc found\n", __func__); 588 found: 1286 DPRINTF("no device specific driver found", 0, 0, 0, 0); 1321 DPRINTF("no interface drivers found", 0, 0, 0, 0); 1470 goto found; 1474 found:
|
| /src/sys/dev/cardbus/ |
| H A D | cardbus.c | 164 int found = 0; local in function:cardbus_read_tuples 188 found++; 248 found++; 288 found++; 306 return (!found); 634 /* found */
|
| /src/sys/arch/sgimips/sgimips/ |
| H A D | autoconf.c | 70 panic("no mainbus found"); 180 static int found, initted, scsiboot, netboot; local in function:device_register 228 if (found) 251 * If we found the boot controller, if check disk/tape/cdrom device 265 found = 1; 277 found = 1;
|
| /src/sys/arch/arm/imx/ |
| H A D | imx23_ssp.c | 703 uint32_t newclk, found, reg; local in function:issp_set_sck 706 found = div = rate = 0; 712 found = newclk; 717 if (newclk < target && newclk > found) { 718 found = newclk;
|
| /src/usr.sbin/wgconfig/ |
| H A D | wgconfig.c | 543 errx(EXIT_FAILURE, "no ':' found in endpoint"); 605 errx(EXIT_FAILURE, "no '/' found in allowed-ip"); 684 int found = 0; local in function:handle_options 690 found = 1; 694 if (found == 0)
|
| /src/tools/compat/ |
| H A D | configure | 107 # in which case we are not to be found in the path. 268 printf "%s\n" "$0: the shells that I found on your system." 2622 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2668 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2727 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2778 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2786 # We found a bogon in the path, so make sure we never use it. 2838 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2888 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2950 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found [all...] |
| H A D | configure.ac | 81 AC_MSG_ERROR([standard system header file not found]))
|
| /src/usr.bin/man/ |
| H A D | man.c | 139 int ch, abs_section, found; local in function:main 401 for (found = 0; *argv; ++argv) 403 found = 1; 406 /* if nothing found, we're done. */ 407 if (!found) { 482 int found; local in function:manual_find_literalfile 487 found = 0; 508 found = 1; 513 return found; 521 int found; local in function:manual_find_buildkeyword 557 int anyfound, error, found; local in function:manual [all...] |
| /src/sys/arch/macppc/dev/ |
| H A D | adb_direct.c | 209 int ADBNumDevices; /* num. of ADB devices found with ADBReInit */ 1044 * found in 20 passes though the in use address list. (This probably 1074 /* found a device */ 1153 /* new device found */ 1163 printf_intr("new device found\n"); 1226 if (0 == ADBNumDevices) /* tell user if no devices found */ 1227 printf_intr("adb: no devices found\n"); 1392 int found; local in function:count_adbs 1394 found = 0; 1398 found [all...] |
| /src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
| H A D | asconvrt.c | 218 /* Error if any slash-slash comments found */ 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);
|