Searched refs:link (Results 126 - 150 of 1066) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_bonding.h30 * - Added support for IEEE 802.3ad Dynamic link aggregation mode.
74 /* each slave's link has 4 states */
75 #define BOND_LINK_UP 0 /* link is up and running */
76 #define BOND_LINK_FAIL 1 /* link has just gone down */
77 #define BOND_LINK_DOWN 2 /* link has been down for too long time */
78 #define BOND_LINK_BACK 3 /* link is going back */
81 #define BOND_STATE_ACTIVE 0 /* link is active */
82 #define BOND_STATE_BACKUP 1 /* link is backup */
100 __s8 link; member in struct:ifslave
H A Dcycx_x25.h42 u16 link; /* values: 0 or 1 */ member in struct:cycx_x25_cmd
77 * @link - link number
95 u8 link; member in struct:cycx_x25_config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_atm.c75 struct atm_flow_data link; /* unclassified skbs go here */ member in struct:atm_qdisc_data
76 struct atm_flow_data *flows; /* NB: "link" is also on this
185 if (flow != &p->link) kfree(flow);
187 * If flow == &p->link, the qdisc no longer works at this point and
312 flow->next = p->link.next;
313 p->link.next = flow;
335 if (flow->filter_list || flow == &p->link) return -EBUSY;
374 return flow ? &flow->filter_list : &p->link.filter_list;
402 if (!flow) flow = &p->link;
449 if (flow == &p->link) {
[all...]
H A Dsch_cbq.c45 struct cbq_class *next; /* hash table link */
121 struct cbq_class link; member in struct:cbq_sched_data
186 it allows us to combine link sharing and priority scheduling
189 Namely, you can put link sharing rules (f.e. route based) at root of CBQ,
199 struct cbq_class *head = &q->link;
255 * Step 3+n. If classifier selected a link sharing class,
767 idle -= L2T(&q->link, len);
803 only if link is completely congested.
965 incr2 = L2T(&q->link, q->tx_len);
1003 q->link
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/
H A Dautogen.sh252 (cd autoconf-lib-link
259 ../build-aux/fixaclocal aclocal -I m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4
275 ../build-aux/fixaclocal aclocal -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
295 cp -p autoconf-lib-link/config.rpath build-aux/config.rpath
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/sc/
H A Dcard.h119 unsigned char link, unsigned char data_len,
123 unsigned int class, unsigned int code, unsigned int link,
H A Dmessage.c62 "link:%d stat:0x%x\n",
88 unsigned int link,
122 sndmsg.phy_link_no = link;
154 "link:%d\n ",
173 unsigned char link,
188 retval = sendmessage(card, procid, type, class, code, link,
211 (sc_adapter[card]->async_msg.phy_link_no == link)) {
83 sendmessage(int card, unsigned int procid, unsigned int type, unsigned int class, unsigned int code, unsigned int link, unsigned int data_len, unsigned int *data) argument
168 send_and_receive(int card, unsigned int procid, unsigned char type, unsigned char class, unsigned char code, unsigned char link, unsigned char data_len, unsigned char *data, RspMessage *mesgdata, int timeout) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm.h38 struct list_head link; member in struct:wf_control
88 struct list_head link; member in struct:wf_sensor
H A Dwindfarm_core.c203 list_for_each_entry(ct, &wf_controls, link) {
212 list_add(&new_ct->link, &wf_controls);
236 list_del(&ct->link);
250 list_for_each_entry(ct, &wf_controls, link) {
316 list_for_each_entry(sr, &wf_sensors, link) {
325 list_add(&new_sr->link, &wf_sensors);
349 list_del(&sr->link);
363 list_for_each_entry(sr, &wf_sensors, link) {
409 list_for_each_entry(ct, &wf_controls, link)
411 list_for_each_entry(sr, &wf_sensors, link)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/m4/
H A DMakefile.am1 EXTRA_DIST = inttypes-h.m4 lock.m4 visibility.m4 glibc2.m4 intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 ac_prog_cc_for_build.m4 nls.m4 po.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-peer.c85 INIT_LIST_HEAD(&peer->link);
134 list_for_each_entry(peer, &rxrpc_peers, link) {
161 list_for_each_entry(peer, &rxrpc_peers, link) {
175 list_add_tail(&peer->link, &rxrpc_peers);
221 list_for_each_entry(peer, &rxrpc_peers, link) {
280 list_del(&peer->link);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dhugetlb.c694 struct list_head link; member in struct:file_region
704 list_for_each_entry(rg, head, link)
714 list_for_each_entry_safe(rg, trg, rg->link.prev, link) {
715 if (&rg->link == head)
726 list_del(&rg->link);
741 list_for_each_entry(rg, head, link)
748 if (&rg->link == head || t < rg->from) {
754 INIT_LIST_HEAD(&nrg->link);
755 list_add(&nrg->link, r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcistpl.c457 u_char link[5]; local
461 /* Get indirect link from the MFC tuple */
463 tuple->LinkOffset, 5, link);
464 ofs = le32_to_cpu(*(__le32 *)(link+1));
465 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR);
466 /* Move to the next indirect link */
478 link offset incorrectly, so we check the right spot... */
479 read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link);
480 if ((link[0] == CISTPL_LINKTARGET) && (link[
497 u_char link[2], tmp; local
680 parse_longlink(tuple_t *tuple, cistpl_longlink_t *link) argument
690 parse_longlink_mfc(tuple_t *tuple, cistpl_longlink_mfc_t *link) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dcell.c59 INIT_LIST_HEAD(&cell->link);
158 list_add_tail(&cell->link, &afs_cells);
237 list_for_each_entry(cell, &afs_cells, link) {
275 if (cell && !list_empty(&cell->link))
319 * - cell->link should have been broken by the caller
326 ASSERT(list_empty(&cell->link));
388 struct afs_cell, link);
389 list_del_init(&cell->link);
H A Dserver.c81 INIT_LIST_HEAD(&server->link);
113 list_for_each_entry(server, &cell->servers, link) {
128 list_for_each_entry(server, &cell->servers, link) {
139 list_add_tail(&server->link, &cell->servers);
302 list_del_init(&server->link);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/debugfs/
H A Dinode.c276 * debugfs_create_symlink- create a symbolic link in the debugfs filesystem
277 * @name: a pointer to a string containing the name of the symbolic link to
279 * @parent: a pointer to the parent dentry for this symbolic link. This
281 * then the symbolic link will be created in the root of the debugfs
284 * symbolic link.
286 * This function creates a symbolic link with the given name in debugfs that
291 * link is to be removed (no automatic cleanup happens if your module is
302 char *link; local
304 link = kstrdup(target, GFP_KERNEL);
305 if (!link)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/m4/
H A DMakefile20 pkgdatadir = $(datadir)/autoconf-lib-link
21 pkglibdir = $(libdir)/autoconf-lib-link
22 pkgincludedir = $(includedir)/autoconf-lib-link
79 DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"autoconf-lib-link\" -DVERSION=\"0.17\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
109 PACKAGE = autoconf-lib-link
122 abs_builddir = ${TIMEMACHINE_PATH}/gettext-0.17/autoconf-lib-link/m4
123 abs_srcdir = ${TIMEMACHINE_PATH}/gettext-0.17/autoconf-lib-link/m4
124 abs_top_builddir = ${TIMEMACHINE_PATH}/gettext-0.17/autoconf-lib-link
125 abs_top_srcdir = ${TIMEMACHINE_PATH}/gettext-0.17/autoconf-lib-link
177 lib-link
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_incore.h98 } link; member in union:jfs_inode_info::__anon7480
107 #define i_inline u.link._inline
108 #define i_inline_ea u.link._inline_ea
123 COMMIT_Nolink, /* inode committed with zero link count */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dtimer.c116 LIST_INSERT_HEAD(&timer_head, newtimer, link);
161 tm_next = LIST_NEXT(tm, link);
163 LIST_REMOVE(tm, link);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-transaction.h109 struct list_head link; member in struct:fw_descriptor
160 struct list_head link; member in struct:fw_packet
168 struct list_head link; member in struct:fw_transaction
183 return list_entry(l, struct fw_packet, link);
191 struct list_head link; member in struct:fw_address_handler
253 struct list_head link; member in struct:fw_card
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A DMakefile.am21 ACLOCAL_AMFLAGS = -I m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/
H A Dautoclean.sh14 rm -f m4/lib-link.m4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/vms/
H A Dbuild_libxml.com10 $! After the library is built, you can link LIBXML routines into
59 $!- list of main modules to compile and link. Compare this list to the
64 $!- list of test modules to compile and link. Compare this list to the
237 $!- the BUILD subroutine. Compile then insert into library or link as required
254 $!- link module if command defined
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-q.c56 lqh->link = LINK_TO_QH(uhci->skel_term_qh);
63 /* Remove the link from the last async QH to the terminating
68 lqh->link = UHCI_PTR_TERM;
175 td->link = ltd->link;
177 ltd->link = LINK_TO_TD(td);
179 td->link = uhci->frame[framenum];
197 uhci->frame[td->frame] = td->link;
210 ptd->link = td->link;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dxargs.c86 struct xlist_t *link; member in struct:xlist_t
121 cur = cur->link;
179 cur->link = NULL;
185 prev->link = cur;
219 cur = cur->link;
248 cur->link = NULL;
254 prev->link = cur;
309 cur = cur->link;
330 cur->link = NULL;
336 prev->link
[all...]

Completed in 237 milliseconds

1234567891011>>