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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dprom.c547 static struct device_node * __init build_tree(struct device_node *parent, phandle node, struct device_node ***nextp) argument
553 *(*nextp) = dp;
554 *nextp = &dp->allnext;
560 dp->child = build_tree(dp, prom_getchild(node), nextp);
562 dp->sibling = build_tree(parent, prom_getsibling(node), nextp);
570 struct device_node **nextp; local
576 nextp = &allnodes->allnext;
579 &nextp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysacls.c2206 link = link->nextp;
2215 if(link->nextp == NULL)
2358 acl_entry_link->nextp = SMB_MALLOC_P(struct acl_entry_link);
2360 if(acl_entry_link->nextp == NULL) {
2367 acl_entry_link->nextp->prevp = acl_entry_link;
2368 acl_entry_link = acl_entry_link->nextp;
2376 acl_entry_link->nextp = NULL;
2428 acl_entry_link->nextp = SMB_MALLOC_P(struct acl_entry_link);
2429 if(acl_entry_link->nextp == NULL) {
2436 acl_entry_link->nextp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
114 *nextp = pos;
127 *nextp = pos;
130 *nextp = candidate;
257 struct list_head *p, *nextp; local
273 for (; p != &emu->mapped_order_link_head; p = nextp) {
274 nextp = p->next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dfatent.c191 u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); local
197 if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) {
198 ent12_p[0] = nextp - 1;
199 ent12_p[1] = nextp;
205 ent12_p[0] = nextp - 1;
206 ent12_p[1] = nextp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsmb_acls.h205 struct acl_entry_link *nextp; member in struct:acl_entry_link
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprom.c1637 static struct device_node * __init build_tree(struct device_node *parent, phandle node, struct device_node ***nextp) argument
1654 *(*nextp) = dp;
1655 *nextp = &dp->allnext;
1660 dp->child = build_tree(dp, prom_getchild(node), nextp);
1819 struct device_node **nextp; local
1825 nextp = &allnodes->allnext;
1828 &nextp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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);
H A Dtcl_db.c60 DBTCL_INFO *nextp, *p; local
65 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
66 nextp = LIST_NEXT(p, entries);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-dbg.c350 char **nextp,
360 char *next = *nextp;
436 *nextp = next;
347 qh_lines( struct ehci_hcd *ehci, struct ehci_qh *qh, char **nextp, unsigned *sizep ) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Ddict.c664 xmlDictStringsPtr pool, nextp; local
707 nextp = pool->next;
709 pool = nextp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c1568 xfs_buf_cancel_t *nextp; local
1617 nextp = *bucket;
1618 while (nextp != NULL) {
1619 if (nextp->bc_blkno == blkno && nextp->bc_len == len) {
1620 nextp->bc_refcount++;
1623 prevp = nextp;
1624 nextp = nextp->bc_next;
H A Dxfs_rtalloc.c217 xfs_rtblock_t *nextp, /* out: next block to try */
309 * Allocation failed. Set *nextp to the next block to try.
311 *nextp = next;
210 xfs_rtallocate_extent_block( xfs_mount_t *mp, xfs_trans_t *tp, xfs_rtblock_t bbno, xfs_extlen_t minlen, xfs_extlen_t maxlen, xfs_extlen_t *len, xfs_rtblock_t *nextp, xfs_buf_t **rbpp, xfs_fsblock_t *rsb, xfs_extlen_t prod, xfs_rtblock_t *rtblock) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_xtree.c487 * nextp - address of next extent (if any) for search miss
497 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, argument
625 if (nextp)
626 *nextp = next;
735 if (nextp)
736 *nextp = next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dmksquashfs.c434 int nextp; local
438 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
442 queue->writep = nextp;

Completed in 350 milliseconds

12