Searched refs:tailp (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/usr.bin/gprof/
H A Ddfn.c161 nltype *tailp; local
197 for ( tailp = cycleheadp ; tailp -> cnext ; tailp = tailp -> cnext ) {
202 printname( tailp );
229 tailp -> cnext = childp;
240 for ( tailp = childp ; tailp->cnext ; tailp
[all...]
/freebsd-10.3-release/usr.bin/rpcgen/
H A Drpc_parse.c117 decl_list **tailp; local
124 tailp = &defp->def.st.decls;
129 *tailp = decls;
130 tailp = &decls->next;
135 *tailp = NULL;
144 decl_list **tailp; local
156 tailp = &defp->def.st.decls;
189 tailp = &decls->next;
197 *tailp = decls;
200 tailp
249 enumval_list **tailp; local
292 case_list **tailp; local
[all...]
/freebsd-10.3-release/sys/dev/hatm/
H A Dif_hatm_intr.c156 uint32_t *tailp = &sc->hsp->group[group].tbrq_tail; local
159 while (q->head != (*tailp >> 2)) {
548 tail = *q->tailp;
H A Dif_hatmvar.h323 uint32_t * tailp; /* pointer to tail */ member in struct:heirq
H A Dif_hatm.c756 q->tailp = q->irq + (q->size - 1);
757 *q->tailp = 0;
/freebsd-10.3-release/games/fortune/fortune/
H A Dfortune.c703 FILEDESC *tailp; local
712 tailp = NULL;
719 if (add_file(NO_PROB, name, fp->path, &fp->child, &tailp, fp))
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c411 dsl_dir_t **ddp, const char **tailp)
470 * tailp==NULL and there's any component left.
473 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) {
476 dprintf("next=%p (%s) tail=%p\n", next, next?next:"", tailp);
479 if (tailp != NULL)
480 *tailp = next;
410 dsl_dir_hold(dsl_pool_t *dp, const char *name, void *tag, dsl_dir_t **ddp, const char **tailp) argument
/freebsd-10.3-release/contrib/gcc/
H A Dhaifa-sched.c1331 get_ebb_head_tail (basic_block beg, basic_block end, rtx *headp, rtx *tailp)
1363 *tailp = end_tail;
1327 get_ebb_head_tail(basic_block beg, basic_block end, rtx *headp, rtx *tailp) argument

Completed in 208 milliseconds