Searched refs:found (Results 1 - 25 of 34) sorted by relevance

12

/openwrt/scripts/
H A Dpatch-specs.sh29 local found=0
34 if [ $found -lt 1 ]; then
55 found=1
60 [ $found -gt 0 ]
H A Ddownload.pl58 $res =~ /not found/ and return undef;
68 my $cmd = which("md5sum") || which("md5") || die 'no md5 checksum program found, please install md5 or md5sum';
105 print("$. or more instances of $filename in $mirror found . Only one instance allowed.\n");
113 print("No instances of $filename found in $mirror.\n");
/openwrt/target/linux/rb532/src/
H A Dpatch-cmdline.c36 int fd, found = 0, len, ret = -1; local
57 found = 1;
62 if (!found) {
63 fprintf(stderr, "Command line marker not found!\n");
/openwrt/tools/patch-image/src/
H A Dpatch-cmdline.c36 int fd, found = 0, len, ret = -1; local
63 found = 1;
68 if (!found) {
69 fprintf(stderr, "Command line marker not found!\n");
H A Dpatch-dtb.c37 int fd, fddtb, found = 0, len, ret = -1; local
57 fprintf(stderr, "DTB not found\n");
81 found = 1;
86 if (!found) {
87 fprintf(stderr, "DTB marker not found!\n");
/openwrt/package/network/utils/linux-atm/files/
H A Dbr2684ctl47 found=
51 found=1
55 [ -n "$found" ] || return
/openwrt/package/kernel/mac80211/files/lib/wifi/
H A Dmac80211.sh39 echo "PHY for wifi device $1 not found"
58 [ "$phy" = "$dev" ] && found=1
75 found=0
77 [ "$found" -gt 0 ] && continue
/openwrt/package/libs/libnl-tiny/src/
H A Dgenl_mngt.c108 goto found;
114 found:
/openwrt/target/linux/mcs814x/profiles/
H A D100-dLAN-USB-Extender.mk17 device, these packages can be found in the following package feed:
/openwrt/target/linux/bcm53xx/files-4.1/drivers/firmware/broadcom/
H A Dbcm47xx_nvram.c76 goto found;
85 goto found;
91 goto found;
94 pr_err("no nvram found\n");
97 found:
/openwrt/tools/firmware-utils/src/
H A Dimagetag_cmdline.c352 int i, found, last; local
358 found = last = 0;
364 ++found;
371 if (found == 1) /* one match: OK */
374 return (found ? -2 : -1); /* return many values or none matched */
381 int found = -1; local
384 found = check_possible_values(arg, values);
386 if (found >= 0)
387 fprintf(outfile, "%s=\"%s\" # %s\n", opt, arg, values[found]);
661 int found; local
[all...]
/openwrt/target/linux/oxnas/
H A Dmodules.mk20 SATA support for OX934 core found in the OX82x/PLX782x SoCs
/openwrt/package/libs/libbsd/
H A DMakefile26 This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.
/openwrt/package/network/config/swconfig/src/
H A Duci.c139 goto found;
147 goto found;
150 /* not found */
153 found:
/openwrt/package/system/mtd/src/
H A Dfis.c97 int found = 0; local
120 found++;
129 if (found == n_old)
/openwrt/package/kernel/hostap-driver/files/lib/wifi/
H A Dhostap.sh19 echo "phy for wifi device $1 not found"
234 [ "$phy" = "$dev" ] && found=1
248 found=0
250 [ "$found" -gt 0 ] && continue
/openwrt/target/linux/adm8668/files-3.18/drivers/mtd/maps/
H A Dadm8668.c218 goto found;
227 found:
/openwrt/docs/
H A Ddebugging.tex24 Once found, you can easily check where is GND, which is connected to
36 Once found, just interface your level shifter with the device and the
H A Dbugs.tex49 longer able to trigger the bug, or found it invalid by himself.
H A Dworking.tex92 Note that generic (target/linux/generic-2.6/linux-2.6.x/) patches can be found in
H A Dadding.tex108 the firmware. Below there is an example with a binary firmware found other the Internet:
211 the linux kernel version that is used by your hardware, this can be found by
410 // Display that we found a flash map device
454 // If we found a MTD device before
/openwrt/package/kernel/broadcom-wl/src/
H A Dwlc.c1101 int found = 0, i = 0; local
1103 while (!found && (i < wlc_calls_size)) {
1105 found = 1;
1110 return (struct wlc_call *) (found ? &wlc_calls[i] : NULL);
1126 fprintf(stderr, "No Broadcom wl interface found!\n");
/openwrt/package/libs/libevent2/
H A DMakefile40 libevent is meant to replace the event loop found in event driven
/openwrt/package/boot/uboot-oxnas/files/drivers/block/
H A Dplxsata_ide.c281 /* Only permit accesses to disks found to be present during ide_preinit() */
397 /* Only permit accesses to disks found to be present during ide_preinit() */
782 /* Only permit accesses to disks found to be present during ide_preinit() */
872 /* Only permit accesses to disks found to be present during ide_preinit() */
949 #define PHY_LOOP_COUNT 25 /* Wait for upto 5 seconds for PHY to be found */
975 //printf("No SATA PHY found status:0x%x\n", scr_read(device, SATA_SCR_STATUS));
1100 int found = 0; local
1131 found = 1;
1134 printf("No SATA device %d found, PHY status = 0x%08x\n",
1145 disk_present[device] = found;
[all...]
/openwrt/include/
H A Dpackage.mk131 $(if $(wildcard $(USE_SOURCE_DIR)/*),,@echo "Error: USE_SOURCE_DIR=$(USE_SOURCE_DIR) path not found"; false)

Completed in 126 milliseconds

12