Searched refs:list (Results 176 - 200 of 5196) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospfd.h168 list vlinks; /* Configured Virtual-Links. */
169 list areas; /* OSPF areas. */
173 list iflist; /* Zebra derived interfaces. */
174 list oiflist; /* ospf interfaces */
188 list opaque_lsa_self; /* Type-11 Opaque-LSAs */
207 list maxage_lsa; /* List of MaxAge LSA for deletion. */
215 struct thread *t_distribute_update; /* Distirbute list update timer. */
228 list oi_write_q;
234 struct access_list *list; member in struct:ospf::__anon7644
237 #define DISTRIBUTE_LIST(T) ospf_top->dlist[T].list
346 struct access_list *list; member in struct:ospf_area::__anon7648
355 struct access_list *list; member in struct:ospf_area::__anon7649
364 struct prefix_list *list; member in struct:ospf_area::__anon7650
372 struct prefix_list *list; member in struct:ospf_area::__anon7651
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlist.h11 * Simple doubly linked list implementation.
25 static inline void INIT_LIST_HEAD(struct list_head *list) argument
27 list->next = list;
28 list->prev = list;
34 * This is only for internal list manipulation where we know
56 * @head: list head to add it after
70 * @head: list head to add it before
81 * Delete a list entr
148 list_move(struct list_head *list, struct list_head *head) argument
159 list_move_tail(struct list_head *list, struct list_head *head) argument
171 list_is_last(const struct list_head *list, const struct list_head *head) argument
228 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
254 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
268 __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) argument
287 list_splice(const struct list_head *list, struct list_head *head) argument
299 list_splice_tail(struct list_head *list, struct list_head *head) argument
313 list_splice_init(struct list_head *list, struct list_head *head) argument
330 list_splice_tail_init(struct list_head *list, struct list_head *head) argument
[all...]
H A Dudp.h91 #define udp_portaddr_for_each_entry(__sk, node, list) \
92 hlist_nulls_for_each_entry(__sk, node, list, __sk_common.skc_portaddr_node)
94 #define udp_portaddr_for_each_entry_rcu(__sk, node, list) \
95 hlist_nulls_for_each_entry_rcu(__sk, node, list, __sk_common.skc_portaddr_node)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/testsuite/tests/
H A Ddsmark.t25 qdisc list dev $DEV
28 class list dev $DEV parent 10:0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A Dmixer_local.h27 struct list_head list; member in struct:_bag1
41 #define bag_iterator_entry(i) (list_entry((i), bag1_t, list)->ptr)
46 struct list_head list; member in struct:_snd_mixer_class
56 struct list_head list; /* links for list of all elems */ member in struct:_snd_mixer_elem
67 struct list_head slaves; /* list of all slaves */
68 struct list_head classes; /* list of all elem classes */
69 struct list_head elems; /* list of all elems */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dshmarea.c28 #include "list.h"
32 struct list_head list; member in struct:snd_shm_area
57 list_add_tail(&area->list, &shm_areas);
91 list_del(&area->list);
105 area = list_entry(pos, struct snd_shm_area, list);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dvolume.cpp99 // Purpose: Add a file to the list if it meets the filter requirement.
102 static bool FilteredAdd(wxArrayString& list, const wxChar* filename, argument
114 // Purpose: Generate and return a list of all volumes (drives) available.
119 wxArrayString list; local
134 list.Add(wxString::FromAscii(label));
142 return list;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dfds.h9 struct list_head list; member in struct:fds
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DPacketTracking.h31 #include <list>
68 typedef std::list<TrackedRequestIn_Struct> TrackedRequestList;
89 typedef std::list<TrackPackets_Struct> TrackedPacketList;
90 typedef std::list<TrackChallenge_Struct> TrackChallengeList;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewlistmodelnotifier.tex34 Called by owning list model.
46 Called by owning list model.
52 Called by owning list model.
58 Called by owning list model.
64 Called by owning list model.
70 Called by owning list model.
76 Called by owning list model.
89 Called by owning list model.
H A Dtimaglst.tex5 An image list is a list of images that may have transparent areas.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dled-core.c15 #include <linux/list.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dscan.h34 * @u: unions RB-tree or @list links
36 * @u.list: link in one of the eraseblock lists
49 struct list_head list; member in union:ubi_scan_leb::__anon12397
89 * @corr: list of corrupted physical eraseblocks
90 * @free: list of free physical eraseblocks
91 * @erase: list of physical eraseblocks which have to be erased
92 * @alien: list of physical eraseblocks which should not be used by UBI (e.g.,
95 * @corr_peb_count: count of PEBs in the @corr list
98 * @free_peb_count: count of PEBs in the @free list
99 * @erase_peb_count: count of PEBs in the @erase list
150 ubi_scan_move_to_list(struct ubi_scan_volume *sv, struct ubi_scan_leb *seb, struct list_head *list) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dstub.h21 #include <linux/list.h>
35 struct list_head list; member in struct:stub_device
49 * Any of these list operations should be locked by priv_lock.
67 struct list_head list; member in struct:stub_priv
76 struct list_head list; member in struct:stub_unlink
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dfid.h23 #include <linux/list.h>
28 * @fidlist: list of FIDs currently associated with this dentry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dzip.h19 struct list *zt_rt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dcore_priv.h15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
36 #include <linux/list.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dcapifunc.h25 struct list_head list; member in struct:_diva_card
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Ddistribute.h1 /* Distribute list functions header
25 /* Disctirubte list types. */
39 char *list[DISTRIBUTE_MAX]; member in struct:distribute
41 /* prefix-list name of `in' and `out' */
45 /* Prototypes for distribute-list. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dunwinder.h8 struct list_head list; member in struct:unwinder
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dnet_kern.h13 #include <linux/list.h>
17 struct list_head list; member in struct:uml_net
25 struct list_head list; member in struct:uml_net_private
54 struct list_head list; member in struct:transport
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dgang.c23 #include <linux/list.h>
39 INIT_LIST_HEAD(&gang->list);
50 WARN_ON(gang->contexts || !list_empty(&gang->list));
69 list_add(&ctx->gang_list, &gang->list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dxt_rateest.h12 struct hlist_node list; member in struct:xt_rateest
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netns/
H A Dx_tables.h4 #include <linux/list.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/windows/
H A Dmakedef120 list=""
122 list="${list}"'
132 echo "${list}" | sort | uniq | tail -n +2

Completed in 367 milliseconds

1234567891011>>