Searched refs:nextp (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_auto.c27 __repmgr_handshake_unmarshal(env, argp, bp, max, nextp)
32 u_int8_t **nextp;
39 if (nextp != NULL)
40 *nextp = bp;
69 __repmgr_ack_unmarshal(env, argp, bp, max, nextp)
74 u_int8_t **nextp;
82 if (nextp != NULL)
83 *nextp = bp;
112 __repmgr_version_proposal_unmarshal(env, argp, bp, max, nextp)
117 u_int8_t **nextp;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_auto.c48 __rep_bulk_unmarshal(env, argp, bp, max, nextp)
53 u_int8_t **nextp;
70 if (nextp != NULL)
71 *nextp = bp;
116 __rep_control_unmarshal(env, argp, bp, max, nextp)
121 u_int8_t **nextp;
135 if (nextp != NULL)
136 *nextp = bp;
173 __rep_egen_unmarshal(env, argp, bp, max, nextp)
178 u_int8_t **nextp;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprom_common.c29 void (*prom_build_more)(struct device_node *dp, struct device_node ***nextp);
257 struct device_node ***nextp)
274 *(*nextp) = dp;
275 *nextp = &dp->allnext;
280 dp->child = prom_build_tree(dp, prom_getchild(node), nextp);
283 prom_build_more(dp, nextp);
295 struct device_node **nextp; local
301 nextp = &allnodes->allnext;
304 &nextp);
255 prom_build_tree(struct device_node *parent, phandle node, struct device_node ***nextp) argument
H A Dleon_kernel.c214 void __initdata (*prom_amba_init)(struct device_node *dp, struct device_node ***nextp) = 0;
216 void __init leon_node_init(struct device_node *dp, struct device_node ***nextp) argument
221 prom_amba_init(dp, nextp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dtsearch.c269 node *nextp; local
281 nextp = rootp;
282 while (*nextp != NULL)
294 nextp = r < 0 ? &root->left : &root->right;
295 if (*nextp == NULL)
300 rootp = nextp;
309 *nextp = q; /* link new node to old */
314 if (nextp != rootp)
317 maybe_split_for_insert (nextp, rootp, parentp, r, p_r, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dprom.h70 extern void (*prom_build_more)(struct device_node *dp, struct device_node ***nextp);
H A Dleon.h339 extern void leon_node_init(struct device_node *dp, struct device_node ***nextp);
H A Dleon_amba.h181 void _amba_init(struct device_node *dp, struct device_node ***nextp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Dmemory.c98 * in nextp
101 static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp) argument
115 *nextp = pos;
128 *nextp = pos;
131 *nextp = candidate;
258 struct list_head *p, *nextp; local
274 for (; p != &emu->mapped_order_link_head; p = nextp) {
275 nextp = p->next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfatent.c202 u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); local
208 if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) {
209 ent12_p[0] = nextp - 1;
210 ent12_p[1] = nextp;
216 ent12_p[0] = nextp - 1;
217 ent12_p[1] = nextp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dht-internal.h226 struct type **p, **nextp, *next; \
232 nextp = &(*p)->field.hte_next; \
233 next = *nextp; \
238 p = nextp; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsxwindow.h196 PCHAN nextp; /* 0x2E Offset from window base of next channel structure */ member in struct:_SXCHANNEL
198 WORD nextp; /* 0x2E Define as WORD if not compiling into download */ member in struct:_SXCHANNEL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Ddict.c501 xmlDictStringsPtr pool, nextp; local
544 nextp = pool->next;
546 pool = nextp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_lock.c690 DBTCL_INFO *p, *nextp; local
693 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
695 nextp = LIST_NEXT(p, entries);
H A Dtcl_txn.c35 DBTCL_INFO *nextp, *p; local
37 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
42 nextp = LIST_NEXT(p, entries);
H A Dtcl_mp.c45 DBTCL_INFO *nextp, *p; local
47 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
52 nextp = LIST_NEXT(p, entries);
H A Dtcl_env.c1200 DBTCL_INFO *nextp, *p; local
1210 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
1243 nextp = LIST_NEXT(p, entries);
1247 nextp = LIST_NEXT(p, entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Ddict.c501 xmlDictStringsPtr pool, nextp; local
544 nextp = pool->next;
546 pool = nextp;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinterface.c352 struct interface *ife, **nextp, *new; local
365 nextp = ife ? &ife->next : &int_list;
367 new->next = *nextp;
372 *nextp = new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log_recover.c1612 xfs_buf_cancel_t *nextp; local
1663 nextp = *bucket;
1664 while (nextp != NULL) {
1665 if (nextp->bc_blkno == blkno && nextp->bc_len == len) {
1666 nextp->bc_refcount++;
1670 prevp = nextp;
1671 nextp = nextp->bc_next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Ddict.c664 xmlDictStringsPtr pool, nextp; local
707 nextp = pool->next;
709 pool = nextp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Ddict.c664 xmlDictStringsPtr pool, nextp; local
707 nextp = pool->next;
709 pool = nextp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-dbg.c428 char **nextp,
438 char *next = *nextp;
513 *nextp = next;
425 qh_lines( struct ehci_hcd *ehci, struct ehci_qh *qh, char **nextp, unsigned *sizep ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c2819 unsigned char const *nextp; local
2823 nextp = p;
2824 s = transit_state(d, s, &nextp);
2825 p = nextp;
2884 unsigned char const *nextp; local
2885 nextp = p;
2886 s = transit_state(d, s, &nextp);
2887 p = nextp;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c162 int nextp; local
166 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
170 queue->writep = nextp;

Completed in 389 milliseconds

12