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

/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c61 list_t **nextp; local
63 for (nextp = list; *nextp; nextp = &((*nextp)->l_next)) {
64 if (cmp((*nextp)->l_data, data) > 0)
68 list_add(nextp, data);
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dutil-internal.h152 struct type *elm1, *elm2, **nextp; \
171 nextp = &LIST_FIRST((dlist)); \
174 EVUTIL_ASSERT(*nextp == elm1); \
175 EVUTIL_ASSERT(nextp == elm1->field.le_prev); \
176 nextp = &LIST_NEXT(elm1, field); \
177 elm1 = *nextp; \
188 struct type *elm1, *elm2, **nextp; \
207 nextp = &TAILQ_FIRST((tailq)); \
210 EVUTIL_ASSERT(*nextp == elm1); \
211 EVUTIL_ASSERT(nextp
[all...]
H A Dht-internal.h230 struct type **p, **nextp, *next; \
236 nextp = &(*p)->field.hte_next; \
237 next = *nextp; \
242 p = nextp; \
/freebsd-10.1-release/lib/libc/db/hash/
H A Dpage.h87 BUFHEAD *nextp; member in struct:__anon5547
H A Dhash_bigkey.c573 if (!(ret->nextp =
577 ret->nextp = NULL;
H A Dhash_page.c315 bufp = ret.nextp;
320 last_bfp = ret.nextp;
/freebsd-10.1-release/sbin/dmesg/
H A Ddmesg.c79 char *bp, *ep, *memf, *nextp, *nlistf, *p, *q, *visbp; local
183 for (; p < ep; p = nextp) {
184 nextp = memchr(p, '\n', ep - p);
185 nextp++;
199 (void)strvisx(visbp, p, nextp - p, 0);
/freebsd-10.1-release/usr.bin/w/
H A Dw.c113 } *ep, *ehead = NULL, **nextp = &ehead; variable in typeref:struct:entry
233 *nextp = ep;
234 nextp = &ep->next;
334 for (nextp = &ehead;
335 (*nextp) && from->idle >= (*nextp)->idle;
336 nextp = &(*nextp)->next)
340 save->next = *nextp;
341 *nextp
[all...]
/freebsd-10.1-release/contrib/less/
H A Dlinenum.c130 register struct linenum_info *nextp; local
142 nextp = p;
167 new->next = nextp;
172 nextp->prev = new;
179 calcgap(nextp);
/freebsd-10.1-release/bin/date/
H A Dvary.c85 struct vary *result, **nextp; local
91 nextp = &v->next;
93 nextp = &result;
95 if ((*nextp = (struct vary *)malloc(sizeof(struct vary))) == NULL)
97 (*nextp)->arg = arg;
98 (*nextp)->next = NULL;
/freebsd-10.1-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp653 glyph *nextp; local
658 for (p = g; p; delete p, p = nextp) {
659 nextp = p->next;
664 if (nextp && p->hpos == nextp->hpos) {
666 nextp->draw_mode() == VDRAW_MODE) {
668 nextp->code =
670 + ((nextp->mode & (START_LINE|END_LINE)) >> 6)];
672 nextp->code = '+';
675 if (p->draw_mode() != 0 && p->draw_mode() == nextp
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dvar-tracking.c748 location_chain *nextp; local
751 nextp = &new_var->var_part[i].loc_chain;
760 *nextp = new_lc;
761 nextp = &new_lc->next;
854 attrs *nextp; local
858 nextp = &set->regs[REGNO (loc)];
859 for (node = *nextp; node; node = next)
866 *nextp = next;
871 nextp = &node->next;
1236 location_chain *nextp; local
2106 location_chain *nextp; local
2289 location_chain *nextp; local
[all...]
H A Dc-parser.c2697 tree list = NULL_TREE, *nextp = &list;
2701 *nextp = build_tree_list (NULL_TREE,
2703 nextp = & TREE_CHAIN (*nextp);
2695 tree list = NULL_TREE, *nextp = &list; local
/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf_if.c692 struct pfi_kif *p, *nextp; local
695 for (p = RB_MIN(pfi_ifhead, &V_pfi_ifs); p; p = nextp) {
696 nextp = RB_NEXT(pfi_ifhead, &V_pfi_ifs, p);
704 nextp = RB_NEXT(pfi_ifhead, &V_pfi_ifs, p);
/freebsd-10.1-release/usr.sbin/syslogd/
H A Dsyslogd.c1542 struct filed *f, *next, **nextp; local
1599 nextp = &Files;
1604 *nextp = (struct filed *)calloc(1, sizeof(*f));
1605 if (*nextp == NULL) {
1609 cfline("*.ERR\t/dev/console", *nextp, "*", "*");
1610 (*nextp)->f_next = (struct filed *)calloc(1, sizeof(*f));
1611 if ((*nextp)->f_next == NULL) {
1615 cfline("*.PANIC\t*", (*nextp)->f_next, "*", "*");
1693 *nextp = f;
1694 nextp
[all...]
/freebsd-10.1-release/sys/dev/ixl/
H A Dixl_txrx.c1370 int i, nextp, processed = 0; local
1437 nextp = i + 1;
1438 if (nextp == que->num_desc)
1439 nextp = 0;
1440 nbuf = &rxr->buffers[nextp];
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Ddfa.c2835 unsigned char const *nextp; local
2839 nextp = p;
2840 s = transit_state(d, s, &nextp);
2841 p = nextp;
2896 unsigned char const *nextp; local
2897 nextp = p;
2898 s = transit_state(d, s, &nextp);
2899 p = nextp;
/freebsd-10.1-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c3430 mchunkptr nextp; /* next chunk to consolidate */ local
3469 nextp = p->fd;
3508 } while ( (p = nextp) != 0);
/freebsd-10.1-release/sys/dev/ixgbe/
H A Dixv.c3301 int i, nextp, processed = 0; local
3356 nextp = i + 1;
3357 if (nextp == adapter->num_rx_desc)
3358 nextp = 0;
3359 nbuf = &rxr->rx_buffers[nextp];
H A Dixgbe.c4414 int i, nextp, processed = 0; local
4496 nextp = ((staterr &
4500 nextp = i + 1;
4501 if (nextp == adapter->num_rx_desc)
4502 nextp = 0;
4504 nbuf = &rxr->rx_buffers[nextp];
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c334 getcomponent(const char *path, char *component, const char **nextp) argument
379 *nextp = p;
H A Dzfs_ctldir.c1153 offset_t *offp, offset_t *nextp, void *data, int flags)
1189 *nextp = cookie;
1152 zfsctl_snapdir_readdir_cb(vnode_t *vp, void *dp, int *eofp, offset_t *offp, offset_t *nextp, void *data, int flags) argument
/freebsd-10.1-release/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2158 goto nextp;
2166 goto nextp;
2187 goto nextp;
2205 nextp:
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c7861 dtrace_probe_t **nextp, **prevp;
7880 nextp = DTRACE_HASHNEXT(hash, new);
7881 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL);
7882 *nextp = bucket->dthb_chain;
7931 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe);
7944 if (*nextp == NULL) {
7968 bucket->dthb_chain = *nextp;
7970 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
7973 if (*nextp != NULL)
7974 *(DTRACE_HASHPREV(hash, *nextp))
[all...]
/freebsd-10.1-release/contrib/binutils/ld/
H A Dldlang.c1020 lang_output_section_statement_type **nextp; local
1055 nextp = &ret->s.output_section_statement.next;
1058 (lang_statement_union_type **) nextp);

Completed in 451 milliseconds