Searched refs:save (Results 1 - 25 of 26) sorted by relevance

12

/openwrt/package/network/utils/ebtables/
H A DMakefile35 TITLE:=ebtables save/restore utilities
67 $(INSTALL_BIN) $(PKG_BUILD_DIR)/ebtables-save $(1)/usr/sbin/
/openwrt/tools/firmware-utils/src/
H A Dmkdniimg.c44 int save = errno; \
47 progname, ## __VA_ARGS__, strerror(save)); \
H A Dmkmerakifw.c79 int save = errno; \
82 progname, ## __VA_ARGS__, strerror(save)); \
H A Dmkwrgimg.c30 int save = errno; \
33 progname, ## __VA_ARGS__, strerror(save)); \
H A Dfix-u-media-header.c78 int save = errno; \
81 progname, ## __VA_ARGS__, strerror(save)); \
H A Dedimax_fw_header.c72 int save = errno; \
75 progname, ## __VA_ARGS__, strerror(save)); \
H A Dmkcameofw.c76 int save = errno; \
79 progname, ## __VA_ARGS__, strerror(save)); \
H A Dmkplanexfw.c83 int save = errno; \
86 progname, ## __VA_ARGS__, strerror(save)); \
H A Dosbridge-crc.c52 int save = errno; \
55 progname, ## __VA_ARGS__, strerror(save)); \
H A Dmkzcfw.c101 int save = errno; \
104 progname, ## __VA_ARGS__, strerror(save)); \
H A Dpc1crypt.c209 int save = errno; \
212 progname, ## __VA_ARGS__, strerror(save)); \
H A Dmkporayfw.c253 int save = errno; \
256 progname, ## __VA_ARGS__, strerror(save)); \
H A Dmktplinkfw.c205 int save = errno; \
208 progname, ## __VA_ARGS__, strerror(save)); \
H A Dmkcasfw.c259 int save = errno; \
262 progname, ## __VA_ARGS__, strerror(save)); \
H A Dmkcsysimg.c200 int save = errno; \
203 , strerror(save)); \
H A Dmkmylofw.c173 int save = errno; local
179 fprintf(stderr, ": %s", strerror(save));
H A Dmkzynfw.c249 int save = errno; \
252 progname, ## __VA_ARGS__, strerror(save)); \
H A Dmktplinkfw2.c209 int save = errno; \
212 progname, ## __VA_ARGS__, strerror(save)); \
/openwrt/tools/padjffs2/src/
H A Dpadjffs2.c38 int save = errno; \
41 progname, ## __VA_ARGS__, strerror(save)); \
/openwrt/scripts/
H A Denv18 save [message] Save your changes to the environment, optionally using
20 revert Revert your changes since last save
127 if ask_bool 1 "Do you want to save your changes"; then
223 save) env_save "$@";;
/openwrt/package/base-files/files/sbin/
H A Dsysupgrade66 -n do not save configuration over reflash
144 echo "Cannot save config while running from ramdisk."
/openwrt/target/linux/adm5120/image/lzma-loader/src/
H A Dhead.S70 move t1, ra # save return address
/openwrt/package/network/config/qos-scripts/files/usr/lib/qos/
H A Dgenerate.sh448 $command -w -t mangle -A qos_${cg}_ct -j CONNMARK --save-mark --mask 0xff
458 $command -w -t mangle -A qos_${cg} -j CONNMARK --save-mark --mask 0xff
480 # Print rules in the mangle table, like iptables-save
/openwrt/docs/
H A Dbuild.tex81 features or removed to save space. Note that packages are also maintained outside of the main
145 After you've finished with the menu configuration, exit and when prompted, save your
566 If you want to save these changes, run:
568 ./scripts/env save
/openwrt/package/network/utils/iptables/
H A DMakefile497 $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables{,-restore,-save} $(1)/usr/sbin/
503 $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables{,-restore,-save} $(1)/usr/sbin/

Completed in 101 milliseconds

12