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

/freebsd-10.0-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.0-release/lib/libc/db/hash/
H A Dpage.h87 BUFHEAD *nextp; member in struct:__anon5351
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.0-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.0-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.0-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.0-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.0-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.0-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.c2518 tree list = NULL_TREE, *nextp = &list;
2522 *nextp = build_tree_list (NULL_TREE,
2524 nextp = & TREE_CHAIN (*nextp);
2516 tree list = NULL_TREE, *nextp = &list; local
/freebsd-10.0-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.0-release/usr.sbin/syslogd/
H A Dsyslogd.c1539 struct filed *f, *next, **nextp; local
1596 nextp = &Files;
1601 *nextp = (struct filed *)calloc(1, sizeof(*f));
1602 if (*nextp == NULL) {
1606 cfline("*.ERR\t/dev/console", *nextp, "*", "*");
1607 (*nextp)->f_next = (struct filed *)calloc(1, sizeof(*f));
1608 if ((*nextp)->f_next == NULL) {
1612 cfline("*.PANIC\t*", (*nextp)->f_next, "*", "*");
1690 *nextp = f;
1691 nextp
[all...]
/freebsd-10.0-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.0-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.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c253 getcomponent(const char *path, char *component, const char **nextp) argument
298 *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.0-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.c4415 int i, nextp, processed = 0; local
4495 nextp = ((staterr &
4499 nextp = i + 1;
4500 if (nextp == adapter->num_rx_desc)
4501 nextp = 0;
4503 nbuf = &rxr->rx_buffers[nextp];
/freebsd-10.0-release/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1864 goto nextp;
1872 goto nextp;
1893 goto nextp;
1911 nextp:
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c6901 dtrace_probe_t **nextp, **prevp;
6920 nextp = DTRACE_HASHNEXT(hash, new);
6921 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL);
6922 *nextp = bucket->dthb_chain;
6971 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe);
6984 if (*nextp == NULL) {
7008 bucket->dthb_chain = *nextp;
7010 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
7013 if (*nextp != NULL)
7014 *(DTRACE_HASHPREV(hash, *nextp))
[all...]
/freebsd-10.0-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 770 milliseconds