Searched refs:new (Results 1 - 25 of 38) sorted by relevance

12

/openwrt/package/libs/libnl-tiny/src/
H A Dobject.c38 * Allocate a new object of kind specified by the operations handle
40 * @return The new object or NULL
44 struct nl_object *new; local
46 if (ops->oo_size < sizeof(*new))
49 new = calloc(1, ops->oo_size);
50 if (!new)
53 new->ce_refcnt = 1;
54 nl_init_list_head(&new->ce_list);
56 new->ce_ops = ops;
58 ops->oo_constructor(new);
77 struct nl_object *new; local
[all...]
H A Dcache.c160 struct nl_object *new; local
166 new = nl_object_clone(obj);
167 if (!new)
171 new = obj;
174 return __cache_add(cache, new);
337 * and adds the new element to the cache.
H A Dmsg.c98 * // Various methods exist to create/allocate a new netlink
281 NL_DBG(2, "msg %p: Allocated new message, maxlen=%zu\n", nm, len);
290 * Allocate a new netlink message with the default maximum payload size.
292 * Allocates a new netlink message without any further payload. The
304 * Allocate a new netlink message with maximum payload size specified.
312 * Allocate a new netlink message and inherit netlink message header
315 * Allocates a new netlink message and inherits the original message
327 struct nlmsghdr *new = nm->nm_nlh; local
329 new->nlmsg_type = hdr->nlmsg_type;
330 new
[all...]
/openwrt/package/system/mtd/src/
H A Dfis.h11 int fis_validate(struct fis_part *old, int n_old, struct fis_part *new, int n_new);
12 int fis_remap(struct fis_part *old, int n_old, struct fis_part *new, int n_new);
H A Dfis.c93 fis_validate(struct fis_part *old, int n_old, struct fis_part *new, int n_new) argument
105 if (!new[i].size) {
140 fis_remap(struct fis_part *old, int n_old, struct fis_part *new, int n_new) argument
242 for (part = new, desc = first; desc < first + n_new; desc++, part++) {
/openwrt/target/linux/ar71xx/image/
H A Dnand.mk5 -o $@.new
6 @mv $@.new $@
/openwrt/package/network/services/ead/src/
H A Dlist.h45 * Insert a new entry between two known consecutive entries.
50 static inline void __list_add(struct list_head *new, argument
54 next->prev = new;
55 new->next = next;
56 new->prev = prev;
57 prev->next = new;
61 * list_add - add a new entry
62 * @new: new entry to be added
65 * Insert a new entr
68 list_add(struct list_head *new, struct list_head *head) argument
82 list_add_tail(struct list_head *new, struct list_head *head) argument
121 list_replace(struct list_head *old, struct list_head *new) argument
130 list_replace_init(struct list_head *old, struct list_head *new) argument
[all...]
/openwrt/target/linux/ar71xx/base-files/etc/uci-defaults/
H A D04_led_migration24 local new=${tuple#*=}
27 new_sysfs=$(echo ${sysfs} | sed "s/${old}/${new}/")
/openwrt/target/linux/bcm53xx/image/
H A DMakefile27 $(STAGING_DIR_HOST)/bin/lzma e $@ -d16 $(1) $@.new
28 mv $@.new $@
33 -o $@.new \
37 mv $@.new $@
46 -o $@.new \
51 mv $@.new $@
56 -p $(PRODUCTID) -i $@ -o $@.new
57 mv $@.new $@
/openwrt/target/linux/ramips/image/
H A Drt288x.mk6 mkheader_gemtek $@ $@.new $(1) && mv $@.new $@
13 -o $@.new && mv $@.new $@
H A Dmt7620.mk7 -o $@.new -k $@ && mv $@.new $@
12 && dd if=$@.tmp of=$@.new bs=64k conv=sync && truncate -s -64 $@.new \
13 && cat ex2700-fakeroot.uImage >> $@.new && rm $@.tmp && mv $@.new $@
19 -o $@.new && mv $@.new $@
25 -o $@.new; \
26 mv $@.new
[all...]
/openwrt/toolchain/uClibc/
H A Dcommon.mk76 $(GEN_CONFIG) > $(HOST_BUILD_DIR)/.config.new
84 $(HOST_BUILD_DIR)/.config.new
85 cmp -s $(HOST_BUILD_DIR)/.config.new $(HOST_BUILD_DIR)/.config.last || { \
86 cp $(HOST_BUILD_DIR)/.config.new $(HOST_BUILD_DIR)/.config && \
89 cp $(HOST_BUILD_DIR)/.config.new $(HOST_BUILD_DIR)/.config.last; \
/openwrt/target/linux/ath25/image/
H A DMakefile41 -o $@.new && \
42 mv $@.new $@
49 "$@.new" && \
50 mv $@.new $@
57 $@.new && \
58 mv $@.new $@
63 dd if=$@ of=$@.new bs=65536 conv=sync
64 mv $@.new $@
/openwrt/include/
H A Dimage.mk306 -n '$(call toupper,$(LINUX_KARCH)) OpenWrt Linux-$(LINUX_VERSION)' -d $@ $@.new
307 @mv $@.new $@
312 -o $@.new \
316 mv $@.new $@
324 -i $@ -o $@.new
325 mv $@.new $@
334 -o $@.new \
337 $(if $(findstring sysupgrade,$(word 1,$(1))),-S) && mv $@.new $@ || rm -f $@
346 PATH=$(LINUX_DIR)/scripts/dtc:$(PATH) mkimage -f $@.its $@.new
347 @mv $@.new
[all...]
/openwrt/target/linux/brcm47xx/image/
H A DMakefile64 -o $@.new \
68 mv $@.new $@
80 $(STAGING_DIR_HOST)/bin/asustrx -p "$(PRODUCTID)" -i $@ -o $@.new
81 mv $@.new $@
85 $(STAGING_DIR_HOST)/bin/trx2edips $@ $@.new
86 mv $@.new $@
90 dd if=/dev/zero of=$@.new bs=92 count=1
91 echo -ne 'HDR0\x08\x00\x00\x00' >> $@.new
92 cat $@ >> $@.new
93 mv $@.new
[all...]
/openwrt/target/linux/lantiq/image/
H A Dtp-link.mk3 -k $@ -o $@.new
4 mv $@.new $@
/openwrt/tools/firmware-utils/src/
H A Dencode_crc.c39 int make_crc16(int crc, char new) argument
42 crc = crc ^ (((int)new) << 8);
44 for(i=0; i<8; i++) { // work on 8 bits in "new"
/openwrt/package/network/ipv6/thc-ipv6/
H A DMakefile24 address6 alive6 covert_send6 covert_send6d denial6 detect-new-ip6 \
25 detect_sniffer6 dnsdict6 dnsrevenum6 dos-new-ip6 \
/openwrt/package/kernel/linux/modules/
H A Dfirewire.mk12 TITLE:=Support for FireWire (new stack)
19 Kernel support for FireWire (new stack)
/openwrt/package/kernel/mac80211/scripts/
H A Dimport-backports.sh92 quilt new "$CUR-$NAME" || exit 1
/openwrt/package/network/config/swconfig/src/
H A Dswlib.c561 struct switch_attr *new; local
567 new = swlib_alloc(sizeof(struct switch_attr));
568 if (!new)
571 new->dev = arg->dev;
572 new->atype = arg->atype;
574 arg->prev->next = new;
578 *arg->head = new;
579 arg->head = &new->next;
582 new->id = nla_get_u32(tb[SWITCH_ATTR_OP_ID]);
584 new
[all...]
/openwrt/scripts/
H A Denv13 new <name> Create a new environment
216 new) env_new "$@";;
/openwrt/docs/
H A Dworking.tex54 patches maintenance when migrating over new versions of the software.
56 Quilt intends to replace an old workflow, where you would download the new
66 Assuming that you have everything setup for your new kernel version:
H A Dbugs.tex27 \item new package to be included in OpenWrt
29 \item new features that can be added by modifying existing OpenWrt files
H A Dbuild.tex5 The embedded device represents an entirely new hardware platform, which is
7 cross compiling you need to produce a new compiler capable of generating code for
30 As an example, if a new kernel is released, a simple change to one of the Makefiles
32 a new firmware image -- there is no work to be done trying to track down an unmodified
67 The result of this is three new directories, \texttt{build\_dir/host}, which is a temporary
72 add a new version of one of the components above.
80 is an \texttt{.ipk}, a software package which can be added to the firmware to provide new
384 After you have created your \texttt{package/\textit{<name>}/Makefile}, the new package
482 After you have created your \texttt{package/kernel/modules/\textit{<name>}.mk}, the new kernel modules package
553 To create a new environmen
[all...]

Completed in 185 milliseconds

12