Searched refs:nxt (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_realm.c51 char *cur, *nxt; local
70 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) ? 10 : 16);
71 if ((nxt == cur) || errno)
77 cur = nxt;
85 nxt = cur;
86 while ((*nxt != 0) && !isspace(*nxt))
87 nxt++;
88 if (nxt == cur)
98 newnm->len = nxt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_archive.c366 u_int array_size, last, n, nxt; local
457 for (last = nxt = 0; nxt < n;) {
460 * to return to the user, nxt is the next slot that we're
463 if (last != nxt) {
464 array[last] = array[nxt];
465 array[nxt] = NULL;
467 for (++nxt; nxt < n &&
468 strcmp(array[last], array[nxt])
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dsystem.h88 #define SWITCH_DO_LAZY_FPU(nxt) \
90 if (last_task_used_math != (nxt)) \
91 (nxt)->thread.kregs->psr&=~PSR_EF; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dtblcmp.c309 nxt = reallocate_integer_array( nxt, current_max_xpairs );
340 * consecutive unused records in the chk and nxt arrays.
347 * nxt and chk.
352 * chk/nxt, which should be 1.
358 * chk/nxt arrays.
409 /* Check to see if all elements in chk (and therefore nxt)
479 nxt[tblend] = end_of_buffer_state;
484 nxt[tblend + i] = 0;
498 /* mkentry - create base/def and nxt/ch
[all...]
H A Dgen.c144 * is. The offset is base[nxt[i]] - (base of current state)]. That's
153 /* We need to have room in nxt/chk for two more slots: One for the
156 * nxt/chk pair with is EOB, i.e., 0, so we don't have to make sure
167 nxt[tblend + 1] = end_of_buffer_action;
172 nxt[tblend + 2] = 0;
184 nxt[offset - 1] = anum; /* action number */
193 transition_struct_out( 0, nxt[i] );
200 base[nxt[i]] - (i - chk[i]) );
205 transition_struct_out( chk[tblend + 1], nxt[tblend + 1] );
206 transition_struct_out( chk[tblend + 2], nxt[tblen
[all...]
H A Dmain.c89 int lastdfa, *nxt, *chk, *tnxt; variable
536 _( " %d/%d (peak %d) nxt-chk entries created\n" ),
539 _( " %d/%d (peak %d) template nxt-chk entries created\n" ),
1093 nxt = allocate_integer_array( current_max_xpairs );
H A Dflexdef.h223 /* Maximum number of nxt/chk pairs for non-templates. */
227 /* Maximum number of nxt/chk pairs needed for templates. */
282 * fit the transition table into "holes" inside the nxt/chk table.
576 * nxt - state to enter upon reading character
577 * chk - check value to see if "nxt" applies
578 * tnxt - internal nxt table for templates
579 * base - offset into "nxt" for given state
580 * def - where to go if "chk" disallows "nxt" entry
583 * tblend - last "nxt/chk" table entry being used
584 * firstfree - first empty entry in "nxt/ch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_lblc.c267 struct ip_vs_lblc_entry *en, *nxt; local
271 list_for_each_entry_safe(en, nxt, &tbl->bucket[i], list) {
284 struct ip_vs_lblc_entry *en, *nxt; local
290 list_for_each_entry_safe(en, nxt, &tbl->bucket[j], list) {
310 struct ip_vs_lblc_entry *en, *nxt; local
334 list_for_each_entry_safe(en, nxt, &tbl->bucket[j], list) {
H A Dip_vs_lblcr.c453 struct ip_vs_lblcr_entry *en, *nxt; local
457 list_for_each_entry_safe(en, nxt, &tbl->bucket[i], list) {
470 struct ip_vs_lblcr_entry *en, *nxt; local
476 list_for_each_entry_safe(en, nxt, &tbl->bucket[j], list) {
496 struct ip_vs_lblcr_entry *en, *nxt; local
520 list_for_each_entry_safe(en, nxt, &tbl->bucket[j], list) {
H A Dip_vs_ctl.c596 struct ip_vs_dest *dest, *nxt; local
601 list_for_each_entry_safe(dest, nxt, &ip_vs_dest_trash, n_list) {
648 struct ip_vs_dest *dest, *nxt; local
650 list_for_each_entry_safe(dest, nxt, &ip_vs_dest_trash, n_list) {
1200 struct ip_vs_dest *dest, *nxt; local
1221 list_for_each_entry_safe(dest, nxt, &svc->destinations, n_list) {
1278 struct ip_vs_service *svc, *nxt; local
1284 list_for_each_entry_safe(svc, nxt, &ip_vs_svc_table[idx], s_list) {
1300 list_for_each_entry_safe(svc, nxt,
H A Dip_vs_app.c210 struct ip_vs_app *inc, *nxt; local
214 list_for_each_entry_safe(inc, nxt, &app->incs_list, a_list) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_split.c1164 __bam_copy(dbp, pp, cp, nxt, stop)
1167 u_int32_t nxt, stop;
1177 for (off = 0; nxt < stop; ++nxt, ++NUM_ENT(cp), ++off) {
1180 if (off == 0 && nxt != 0)
1183 GET_BINTERNAL(dbp, pp, nxt)->type) == B_KEYDATA)
1185 GET_BINTERNAL(dbp, pp, nxt)->len);
1194 if (off != 0 && (nxt % P_INDX) == 0 &&
1195 pinp[nxt] == pinp[nxt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.h206 struct list_head *pos, *nxt; local
210 list_for_each_safe(pos, nxt, &ucontext->mmaps) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtoptions.c1074 char *cur, *nxt; local
1090 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) == 0 ? 16 : 10);
1091 if (nxt == cur || errno != 0)
1097 cur = nxt;
1105 nxt = cur;
1106 while (*nxt != '\0' && !isspace(*nxt))
1107 ++nxt;
1108 if (nxt == cur)
1110 *nxt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_common.c1155 struct list_head *nxt; local
1159 nxt = irlans.next;
1161 nxt = ((struct irlan_cb *)v)->dev_list.next;
1163 return (nxt == &irlans) ? NULL
1164 : list_entry(nxt, struct irlan_cb, dev_list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Ddlci.c547 struct dlci_local *dlp, *nxt; local
553 list_for_each_entry_safe(dlp, nxt, &dlci_devs, list) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_if.c508 struct net_device *dev, *nxt; local
511 for_each_netdev_safe(dev, nxt)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_teql.c492 struct teql_master *master, *nxt; local
494 list_for_each_entry_safe(master, nxt, &master_dev_list, master_list) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/8021q/
H A Dvlan.c120 struct net_device *dev, *nxt; local
123 for_each_netdev_safe(dev, nxt) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c2707 struct list_head *nxt; local
2715 nxt = pt->list.next;
2717 if (nxt != &ptype_all)
2720 nxt = ptype_base[0].next;
2724 while (nxt == &ptype_base[hash]) {
2727 nxt = ptype_base[hash].next;
2730 return list_entry(nxt, struct packet_type, list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_sysfs.c115 struct bonding *nxt; local
127 list_for_each_entry_safe(bond, nxt, &bond_dev_list, bond_list)
148 list_for_each_entry_safe(bond, nxt, &bond_dev_list, bond_list)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dll_rw_blk.c1275 struct bio *nxt)
1280 if (!BIOVEC_PHYS_MERGEABLE(__BVEC_END(bio), __BVEC_START(nxt)))
1282 if (bio->bi_size + nxt->bi_size > q->max_segment_size)
1286 * bio and nxt are contigous in memory, check if the queue allows
1289 if (BIO_SEG_BOUNDARY(q, bio, nxt))
1296 struct bio *nxt)
1300 if (unlikely(!bio_flagged(nxt, BIO_SEG_VALID)))
1301 blk_recount_segments(q, nxt);
1302 if (!BIOVEC_VIRT_MERGEABLE(__BVEC_END(bio), __BVEC_START(nxt)) ||
1305 if (bio->bi_size + nxt
1274 blk_phys_contig_segment(request_queue_t *q, struct bio *bio, struct bio *nxt) argument
1295 blk_hw_contig_segment(request_queue_t *q, struct bio *bio, struct bio *nxt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtun.c883 struct tun_struct *tun, *nxt; local
888 list_for_each_entry_safe(tun, nxt, &tun_dev_list, list) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dtree.c1347 int skip, nextindex, half, left, nxt, off, si; local
1513 * <nxt> traces the next entry to move to rp
1518 for (nxt = off = 0; nxt < nextindex; ++off) {
1523 si = stbl[nxt];
1543 ++nxt; /* advance to next entry to move in sp */
1551 /* <nxt> poins to the 1st entry to move */
1567 dtMoveEntry(sp, nxt, rp, &sdtlck, &rdtlck, DO_INDEX(ip));
1569 sp->header.nextindex = nxt;
1619 skip -= nxt;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfirestream.c1813 struct FS_BPENTRY *fp, *nxt; local
1836 !(fp->flags & FP_FLAGS_EPI);fp = nxt) {
1839 nxt = bus_to_virt (fp->next);

Completed in 343 milliseconds

12