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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/repmgr/
H A Drepmgr_auto.c28 __repmgr_handshake_unmarshal(env, argp, bp, max, nextp)
33 u_int8_t **nextp;
41 if (nextp != NULL)
42 *nextp = bp;
70 __repmgr_v2handshake_unmarshal(env, argp, bp, max, nextp)
75 u_int8_t **nextp;
82 if (nextp != NULL)
83 *nextp = bp;
112 __repmgr_ack_unmarshal(env, argp, bp, max, nextp)
117 u_int8_t **nextp;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/repmgr/
H A Drepmgr_auto.c28 __repmgr_handshake_unmarshal(env, argp, bp, max, nextp)
33 u_int8_t **nextp;
41 if (nextp != NULL)
42 *nextp = bp;
70 __repmgr_v2handshake_unmarshal(env, argp, bp, max, nextp)
75 u_int8_t **nextp;
82 if (nextp != NULL)
83 *nextp = bp;
112 __repmgr_ack_unmarshal(env, argp, bp, max, nextp)
117 u_int8_t **nextp;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/repmgr/
H A Drepmgr_auto.c28 __repmgr_handshake_unmarshal(env, argp, bp, max, nextp)
33 u_int8_t **nextp;
41 if (nextp != NULL)
42 *nextp = bp;
70 __repmgr_v2handshake_unmarshal(env, argp, bp, max, nextp)
75 u_int8_t **nextp;
82 if (nextp != NULL)
83 *nextp = bp;
112 __repmgr_ack_unmarshal(env, argp, bp, max, nextp)
117 u_int8_t **nextp;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/init/
H A Dinit.c471 struct init_action *a, **nextp; local
484 nextp = &init_action_list;
485 while ((a = *nextp) != NULL) {
493 *nextp = a->next;
495 while (*nextp != NULL)
496 nextp = &(*nextp)->next;
500 nextp = &a->next;
506 *nextp = a;
770 struct init_action *a, **nextp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/init/
H A Dinit.c471 struct init_action *a, **nextp; local
484 nextp = &init_action_list;
485 while ((a = *nextp) != NULL) {
493 *nextp = a->next;
495 while (*nextp != NULL)
496 nextp = &(*nextp)->next;
500 nextp = &a->next;
506 *nextp = a;
770 struct init_action *a, **nextp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/init/
H A Dinit.c471 struct init_action *a, **nextp; local
484 nextp = &init_action_list;
485 while ((a = *nextp) != NULL) {
493 *nextp = a->next;
495 while (*nextp != NULL)
496 nextp = &(*nextp)->next;
500 nextp = &a->next;
506 *nextp = a;
770 struct init_action *a, **nextp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Ddnsd.c96 struct dns_entry **nextp; local
99 nextp = &conf_data;
117 *nextp = m;
118 nextp = &m->next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dprom.h70 extern void (*prom_build_more)(struct device_node *dp, struct device_node ***nextp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Ddnsd.c96 struct dns_entry **nextp; local
99 nextp = &conf_data;
117 *nextp = m;
118 nextp = &m->next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Ddnsd.c96 struct dns_entry **nextp; local
99 nextp = &conf_data;
117 *nextp = m;
118 nextp = &m->next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dredblack.h76 const struct RB_ENTRY(node) *nextp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dredblack.h76 const struct RB_ENTRY(node) *nextp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dredblack.h76 const struct RB_ENTRY(node) *nextp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;

Completed in 157 milliseconds

123