Searched refs:list (Results 1 - 25 of 73) sorted by relevance

123

/openwrt/package/network/config/netifd/files/sbin/
H A Difstatus9 ubus -S list "network.interface.$INTERFACE" >/dev/null || {
H A Difdown40 for interface in `ubus -S list 'network.interface.*'`; do
46 ubus -S list "network.interface.$1" > /dev/null || {
H A Difup40 for interface in `ubus -S list 'network.interface.*'`; do
46 ubus -S list "network.interface.$1" > /dev/null || {
/openwrt/scripts/config/lxdialog/
H A Dchecklist.c29 * Print list item
114 * Display a dialog box with a list of options that can be turned on or off
122 WINDOW *dialog, *list; local
169 /* create new window for the list */
170 list = subwin(dialog, list_height, list_width, y + box_y + 1,
173 keypad(list, TRUE);
175 /* draw a box around the list items */
193 /* Print the list */
196 print_item(list, i, i == choice);
205 wnoutrefresh(list);
[all...]
/openwrt/package/network/services/ead/src/
H A Dlist.h20 * Simple doubly linked list implementation.
38 static inline void INIT_LIST_HEAD(struct list_head *list) argument
40 list->next = list;
41 list->prev = list;
47 * This is only for internal list manipulation where we know
63 * @head: list head to add it after
77 * @head: list head to add it before
89 * Delete a list entr
152 list_move(struct list_head *list, struct list_head *head) argument
163 list_move_tail(struct list_head *list, struct list_head *head) argument
175 list_is_last(const struct list_head *list, const struct list_head *head) argument
209 __list_splice(struct list_head *list, struct list_head *head) argument
228 list_splice(struct list_head *list, struct list_head *head) argument
241 list_splice_init(struct list_head *list, struct list_head *head) argument
[all...]
/openwrt/package/system/opkg/files/
H A Dopkg-key9 verify <sigfile> <list>: Check list file <list> against signature file <sigfile>
/openwrt/package/libs/libnl-tiny/src/include/netlink/genl/
H A Dmngt.h17 #include <netlink/list.h>
75 /* linked list of all genl cache operations */
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dutils.h16 #include <netlink/list.h>
/openwrt/package/libs/libnl-tiny/src/include/
H A Dnetlink-types.h15 #include <netlink/list.h>
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_allocator.c138 /* Now add this bunch of tnodes to a list for freeing up.
139 * NB If we can't add this to the management list it isn't fatal
145 "Could not add tnodes to management list");
182 /* FreeTnode frees up a tnode and puts it back on the free list */
202 * Free yaffs_objs are stored in a list using obj->siblings.
203 * The blocks of allocated objects are stored in a linked list.
247 struct yaffs_obj_list *list; local
259 list = kmalloc(sizeof(struct yaffs_obj_list), GFP_NOFS);
261 if (!new_objs || !list) {
264 kfree(list);
[all...]
H A Dyportenv.h45 #include <linux/list.h>
/openwrt/package/kernel/trelay/src/
H A Dtrelay.c17 #include <linux/list.h>
27 struct list_head list; member in struct:trelay
61 list_del(&tr->list);
79 list_for_each_entry(tr, &trelay_devs, list) {
143 list_for_each_entry(tr1, &trelay_devs, list) {
170 list_add_tail(&tr->list, &trelay_devs);
263 list_for_each_entry_safe(tr, tmp, &trelay_devs, list)
/openwrt/package/network/services/ead/src/tinysrp/
H A DMakefile.in200 @list='$(lib_LIBRARIES)'; for p in $$list; do \
207 @list='$(lib_LIBRARIES)'; for p in $$list; do \
216 list='$(lib_LIBRARIES)'; for p in $$list; do \
256 @list='$(bin_PROGRAMS)'; for p in $$list; do \
265 list='$(bin_PROGRAMS)'; for p in $$list; d
[all...]
/openwrt/package/system/fstools/files/
H A Dsnapshot43 opkg list-upgradable
46 UPDATES=`opkg list-upgradable | cut -d" " -f1`
/openwrt/tools/firmware-utils/src/
H A Dmktitanimg.h49 extern int cmdline_getarg_count(void* list);
51 extern int cmdline_getarg(void* list, int num);
/openwrt/include/
H A Dfeeds.mk10 FEEDS_AVAILABLE:=$(shell $(SCRIPT_DIR)/feeds list -n)
/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_deu.h182 * @list: crypto queue API list
194 struct crypto_queue list; member in struct:__anon35
208 * @list: crypto queue API list
219 struct crypto_queue list; member in struct:__anon36
H A Difxmips_async_aes.c51 #include <linux/list.h>
432 err = ablkcipher_enqueue_request(&aes_queue->list, &aes_con->arequest);
489 areq = ablkcipher_dequeue_request(&aes_queue->list);
494 areq = ablkcipher_dequeue_request(&aes_queue->list);
499 areq = ablkcipher_dequeue_request(&aes_queue->list);
542 //printk("debug line - %d, func: %s, qlen: %d\n", __LINE__, __func__, aes_queue->list.qlen);
547 if (aes_queue->list.qlen > 0) {
630 aes_queue->list.qlen > 0) {
633 err = ablkcipher_enqueue_request(&aes_queue->list, &aes_con->arequest);
652 err = ablkcipher_enqueue_request(&aes_queue->list,
[all...]
/openwrt/target/linux/lantiq/base-files/sbin/
H A Ddsl_notify.sh31 local interfaces=`ubus list network.interface.\* | cut -d"." -f3`
/openwrt/package/base-files/files/sbin/
H A Dsysupgrade36 -l|--list-backup) export CONF_BACKUP_LIST=1; break;;
85 -l | --list-backup
86 list the files that would be backed up when calling
109 opkg list-changed-conffiles ) | sort -u > "$file"
149 ask_bool 0 "Edit config file list" && vi "$CONFFILES"
/openwrt/package/network/config/netifd/files/lib/network/
H A Dconfig.sh9 for ifobj in `ubus list network.interface.\*`; do
/openwrt/scripts/config/
H A Dmenu.c44 last_entry_ptr = &rootmenu.list;
72 last_entry_ptr = &current_entry->list;
290 if (parent->list) {
295 for (menu = parent->list; menu; menu = menu->next) {
303 for (menu = parent->list; menu; menu = menu->next) {
314 for (menu = parent->list; menu; menu = menu->next) {
339 for (menu = parent->list; menu; menu = menu->next)
368 parent->list = parent->next;
375 for (menu = parent->list; menu; menu = menu->next) {
415 if (menu->list
[all...]
H A Dconf.c273 for (child = menu->list; child; child = child->next) {
332 for (child = menu->list; child; child = child->next) {
345 for (child = child->list; child; child = child->next) {
414 for (child = menu->list; child; child = child->next)
445 for (child = menu->list; child; child = child->next)
/openwrt/package/firmware/b43legacy-firmware/
H A DMakefile45 This is a comma seperated list of core revision numbers.
/openwrt/package/kernel/broadcom-wl/src/
H A Dwlc.c282 struct maclist *list = (struct maclist *) wlbuf; local
290 list->count = limit;
294 while (list->count) {
296 str += my_ether_ntoa((unsigned char *) &list->ea[list->count-- - 1], str);
307 list->count = limit;
319 if (list->count >= limit)
323 memcpy(&list->ea[list->count++], addr, sizeof(struct ether_addr));
876 .desc = "MAC filter list"
[all...]

Completed in 201 milliseconds

123