Searched refs:force (Results 1 - 17 of 17) sorted by relevance

/openwrt/package/network/services/dnsmasq/files/
H A Ddnsmasq.init51 "refusing to start, use 'option force 1' to override"
244 config_get_bool force "$cfg" force 0
246 dhcp_option_add "$cfg" "$networkid" "$force"
260 config_get_bool force "$cfg" force 0
262 dhcp_option_add "$cfg" "$networkid" "$force"
276 config_get_bool force "$cfg" force 0
278 dhcp_option_add "$cfg" "$networkid" "$force"
[all...]
/openwrt/scripts/
H A Ddeptest.sh42 echo " --force Force a test, even if a success/blacklist stamp is available"
96 stamp_exists "$STAMP_SUCCESS" && [ $force -eq 0 ] && return
102 stamp_exists "$STAMP_BLACKLIST" && [ $force -eq 0 ] && {
128 force=0
139 --force)
140 force=1
H A Dfeeds461 my $force = shift;
494 !$force and is_core_package($src) and return 0;
504 my $override = 1 if ($force and is_core_package($src) and !$installed{$name}->{feed});
/openwrt/tools/firmware-utils/src/
H A Dedimax_fw_header.c34 unsigned char force; member in struct:edimax_header
56 static int force; variable
91 " -f set force flag\n"
291 hdr->force = force;
335 force = 1;
/openwrt/package/utils/usbreset/
H A DMakefile25 useful for debugging or to force re-detection of particular
/openwrt/package/
H A DMakefile72 --force-depends \
73 --force-overwrite \
74 --force-postinstall \
75 --force-maintainer \
/openwrt/target/imagebuilder/files/
H A DMakefile65 --force-depends \
66 --force-overwrite \
67 --force-postinstall \
/openwrt/package/base-files/files/sbin/
H A Dsysupgrade38 -F|--force) export FORCE=1;;
70 -F | --force
189 echo "Image check '$check' failed but --force given - will update anyway!"
/openwrt/toolchain/glibc/
H A Dcommon.mk90 autoconf --force && \
/openwrt/package/system/mtd/src/
H A Dmtd.c730 " -f force write without trx checks\n"
767 /* if we're still alive at this point, force the kernel to reboot */
773 int ch, i, boot, imagefd = 0, force, unlocked; local
791 force = 0;
803 force = 1;
925 if (!image_check(imagefd, device) && !force) {
/openwrt/target/linux/imx6/image/
H A DMakefile46 --space-fixup --force-compr=zlib --squash-uids \
/openwrt/include/
H A Dimage.mk230 $(if $(CONFIG_TARGET_UBIFS_COMPRESSION_NONE),--force-compr=none) \
231 $(if $(CONFIG_TARGET_UBIFS_COMPRESSION_LZO),--force-compr=lzo) \
232 $(if $(CONFIG_TARGET_UBIFS_COMPRESSION_ZLIB),--force-compr=zlib) \
H A Dautotools.mk92 $(STAGING_DIR)/host/bin/autopoint --force \
/openwrt/docs/
H A Dworking.tex84 \item quilt push -f (to force applying patches)
/openwrt/target/linux/oxnas/files/drivers/ata/
H A Dsata_oxnas.c1145 void sata_oxnas_set_mode(struct ata_host *ah, u32 mode, u32 force) argument
1268 DPRINTK("ENTER: mode:%d, force:%d\n", mode, force);
1270 if (force)
1751 static inline void sata_oxnas_reset_ucode(struct ata_host *ah, int force, argument
1760 sata_oxnas_set_mode(ah, UNKNOWN_MODE, force);
1766 sata_oxnas_set_mode(ah, OXNASSATA_NOTRAID, force);
1901 /* force to load u-code only once after reset */
2123 DPRINTK(" ####force error####\n");
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c780 dev->checkpoint_blocks_required = 0; /* force recalculation */
790 dev->checkpoint_blocks_required = 0; /* force recalculation */
1378 const YCHAR *new_name, int force, int shadows)
1404 if (!(unlink_op || del_op || force ||
1697 dev->checkpoint_blocks_required = 0; /* force recalculation */
1891 dev->checkpoint_blocks_required = 0; /* force recalculation */
2321 dev->alloc_block = -1; /* force it to get a new one */
3251 int yaffs_update_oh(struct yaffs_obj *in, const YCHAR *name, int force, argument
3271 if (in->fake && in != dev->root_dir && !force && !xmod)
4107 int force local
1376 yaffs_change_obj_name(struct yaffs_obj *obj, struct yaffs_obj *new_dir, const YCHAR *new_name, int force, int shadows) argument
[all...]
H A Dyaffs_guts.h961 int force, int is_shrink, int shadows,

Completed in 112 milliseconds