Searched refs:done (Results 1 - 25 of 45) sorted by relevance

12

/openwrt/package/network/services/ead/src/tinysrp/
H A Dt_truerand.c68 , done = 0 variable
95 ++done;
116 done = 0;
124 while(done == 0)
/openwrt/package/utils/nvram/src/
H A Dcli.c139 int done = 0; local
162 done++;
167 done++;
187 done++;
192 done = 0;
199 done++;
204 done = 0;
230 else if( !done )
/openwrt/target/linux/at91/image/dfboot/src/
H A Dcom.c287 bool done = false; local
317 done = true;
321 done = true;
325 done = true;
330 done = true;
334 done = true;
338 done = true;
341 } while(!done);
H A D_umodsi3.S44 @ subtractions are done, we can fix them up afterwards...
62 @ Any subtractions that we should not have done will be recorded in
H A D_udivsi3.S43 @ are done in the result. On the final pass, this may subtract
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dswconfig.c322 goto done;
338 done:
517 goto done;
534 goto done;
537 goto done;
546 goto done;
549 goto done;
553 goto done;
557 goto done;
563 goto done;
[all...]
H A Dpsb6970.c10 * The switch programming done in this driver follows the
342 goto done;
348 goto done;
353 done:
/openwrt/scripts/config/lxdialog/
H A Dtextbox.c63 bool done = false; local
141 while (!done) {
150 done = true;
241 done = true;
252 done = true;
/openwrt/target/linux/cns3xxx/files/drivers/spi/
H A Dspi-cns3xxx.c75 struct completion done; member in struct:cns3xxx_spi
215 init_completion(&hw->done);
247 goto done;
270 done:
349 init_completion(&hw->done);
/openwrt/tools/firmware-utils/src/
H A Dwrt400n.c203 goto done;
212 goto done;
228 goto done;
237 goto done;
314 done:
H A Dbuffalo-lib.c436 size_t done; local
444 done = fread(buf, buflen, 1, f);
445 if (done != 1)
459 size_t done; local
467 done = fwrite(buf, buflen, 1, f);
468 if (done != 1)
H A Dseama.c428 int done = 0; local
491 done++;
504 if (done) break;
/openwrt/package/network/config/swconfig/src/
H A Dswlib.c70 goto done;
73 done:
313 goto done;
332 done:
565 goto done;
569 goto done;
590 done:
749 goto done;
752 goto done;
758 goto done;
[all...]
/openwrt/package/network/services/ead/src/
H A Dead.h99 uint8_t done; member in struct:ead_msg_cmd_data
/openwrt/package/system/mtd/src/
H A Djffs2.c300 goto done;
319 goto done;
332 goto done;
360 done:
H A Dfis.c108 goto done;
134 done:
/openwrt/include/
H A Dpackage-ipkg.mk72 done; \
186 done; $(Package/$(1)/extra_provides) \
188 $(if $(PROVIDES),@for pkg in $(PROVIDES); do cp $(PKG_INFO_DIR)/$(1).provides $(PKG_INFO_DIR)/$$$$pkg.provides; done)
218 done; \
221 for x in $$$$keepfiles; do echo $$$$x >> $$(IDIR_$(1))/lib/upgrade/keep.d/$(1); done; \
H A Dkernel.mk96 done; \
113 done; \
196 done;
H A Dquilt.mk38 ); done
107 done; \
161 done; ! $(QUILT_CMD) next 2>/dev/null >/dev/null
H A Dprereq.mk103 done; \
/openwrt/target/linux/adm5120/files-3.18/drivers/net/
H A Dadm5120sw.c396 unsigned int done = 0; local
401 while (done < limit) {
454 done++;
468 cur_rxl, dirty_rxl, done);
470 return done;
513 int done; local
522 done = adm5120_switch_rx(limit);
525 if ((done < limit) && (!status)) {
532 SW_DBG("%s still in polling mode, done=%d, status=%x\n",
533 dev->name, done, statu
[all...]
/openwrt/target/linux/generic/files/drivers/leds/
H A Dledtrig-netdev.c274 goto done;
285 goto done;
291 goto done;
299 done:
/openwrt/target/linux/adm8668/files-3.18/drivers/mtd/maps/
H A Dadm8668.c107 static void erase_callback(struct erase_info *done) argument
109 wait_queue_head_t *wait_q = (wait_queue_head_t *)done->priv;
/openwrt/target/linux/adm5120/files-3.18/drivers/usb/host/
H A Dadm5120-pm.c40 goto done;
44 goto done;
92 done:
/openwrt/scripts/
H A Dmetadata.pl681 my %done;
697 if (!defined($done{$pkg->{src}}) or $pkg->{variant_default}) {
705 next if $done{$pkg->{src}};
706 $done{$pkg->{src}} = 1;

Completed in 117 milliseconds

12