Searched refs:listp (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dlists.c50 free_list (rtx *listp, rtx *unused_listp) argument
54 prev_link = *listp;
74 *unused_listp = *listp;
75 *listp = 0;
81 find_list_elem (rtx elem, rtx *listp) argument
83 while (XEXP (*listp, 0) != elem)
84 listp = &XEXP (*listp, 1);
85 return listp;
90 remove_list_node (rtx *listp) argument
102 remove_list_elem(rtx elem, rtx *listp) argument
185 free_EXPR_LIST_list(rtx *listp) argument
194 free_INSN_LIST_list(rtx *listp) argument
203 free_DEPS_LIST_list(rtx *listp) argument
239 remove_free_DEPS_LIST_elem(rtx elem, rtx *listp) argument
247 remove_free_INSN_LIST_elem(rtx elem, rtx *listp) argument
[all...]
H A Dvar-tracking.c653 attrs_list_clear (attrs *listp) argument
657 for (list = *listp; list; list = next)
662 *listp = NULL;
679 attrs_list_insert (attrs *listp, tree decl, HOST_WIDE_INT offset, rtx loc) argument
687 list->next = *listp;
688 *listp = list;
H A Dsched-deps.c588 add_dependence_list_and_free (rtx insn, rtx *listp, int uncond,
592 for (list = *listp, *listp = NULL; list ; list = next)
582 add_dependence_list_and_free(rtx insn, rtx *listp, int uncond, enum reg_note dep_type) argument
H A Drtlanal.c1810 in_expr_list_p (rtx listp, rtx node) argument
1814 for (x = listp; x; x = XEXP (x, 1))
1827 remove_node_from_expr_list (rtx node, rtx *listp)
1829 rtx temp = *listp;
1840 *listp = XEXP (temp, 1);
1793 in_expr_list_p(rtx listp, rtx node) argument
H A Dgcse.c2191 free_insn_expr_list_list (rtx *listp)
2195 for (list = *listp; list ; list = next)
2204 *listp = NULL;
2181 free_insn_expr_list_list(rtx *listp) argument
/freebsd-10-stable/usr.bin/gprof/
H A Dprintlist.c64 addlist(struct stringlist *listp, char *funcname) argument
71 slp -> next = listp -> next;
73 listp -> next = slp;
77 onlist(struct stringlist *listp, const char *funcname) argument
81 for ( slp = listp -> next ; slp ; slp = slp -> next ) {
/freebsd-10-stable/sys/ddb/
H A Ddb_output.c326 va_list listp; local
339 va_start(listp, fmt);
340 retval = kvprintf (fmt, db_putchar, &dca, db_radix, listp);
341 va_end(listp);
360 va_list listp; local
377 va_start(listp, fmt);
378 kvprintf (fmt, db_putchar, &dca, db_radix, listp);
379 va_end(listp);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dsymmisc.c1230 extend_psymbol_list (struct psymbol_allocation_list *listp,
1234 if (listp->size == 0)
1237 listp->list = (struct partial_symbol **)
1242 new_size = listp->size * 2;
1243 listp->list = (struct partial_symbol **)
1244 xmrealloc (objfile->md, (char *) listp->list,
1249 listp->next = listp->list + listp->size;
1250 listp
1227 extend_psymbol_list(struct psymbol_allocation_list *listp, struct objfile *objfile) argument
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c1301 addlist(libzfs_handle_t *hdl, char *propname, zprop_list_t **listp, argument
1344 *listp = entry;
1356 zprop_get_list(libzfs_handle_t *hdl, char *props, zprop_list_t **listp, argument
1359 *listp = NULL;
1418 if (addlist(hdl, spaceprops[i], listp, type))
1420 listp = &(*listp)->pl_next;
1423 if (addlist(hdl, props, listp, type))
1425 listp = &(*listp)
[all...]
/freebsd-10-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c110 void add_string(strlst_t **listp, char *str);
114 int in_list(strlst_t **listp, char *str);
1167 add_string(strlst_t **listp, char *str) argument
1173 for (p1 = NULL, p2 = *listp; p2 != NULL; p1 = p2, p2 = p2->next)
1186 *listp = p2;
1206 in_list(strlst_t **listp, char *str) argument
1209 for (p1 = *listp; p1 != NULL; p1 = p1->next)
/freebsd-10-stable/contrib/dialog/
H A Ddialog.pl375 local ( $listp, $command ) = @_;
390 if ($listp) {
/freebsd-10-stable/contrib/nvi/vi/
H A Dvs_split.c454 vs_join(SCR *sp, SCR **listp, jdir_t *jdirp) argument
464 for (lp = listp, tlen = sp->rows,
499 for (lp = listp, tlen = sp->rows,
534 for (first = 0, lp = listp, tlen = sp->cols,
570 for (first = 0, lp = listp, tlen = sp->cols,
/freebsd-10-stable/sbin/rcorder/
H A Drcorder.c210 strnode_add(strnodelist **listp, char *s, filenode *fnode) argument
217 ent->next = *listp;
218 *listp = ent;
/freebsd-10-stable/usr.sbin/mfiutil/
H A Dmfiutil.h162 int mfi_pd_get_list(int fd, struct mfi_pd_list **listp, uint8_t *statusp);
H A Dmfi_drive.c251 mfi_pd_get_list(int fd, struct mfi_pd_list **listp, uint8_t *statusp) argument
277 *listp = list;
/freebsd-10-stable/sys/sys/
H A Dbus.h491 int device_get_children(device_t dev, device_t **listp, int *countp);
538 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp);
539 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c3705 /* listp(I) - pointer to list to flush pointer */
3718 ipf_flushlist(softc, nfreedp, listp)
3721 frentry_t **listp;
3726 while ((fp = *listp) != NULL) {
3729 listp = &fp->fr_next;
3732 *listp = fp->fr_next;
3895 /* Parameters: listp(IO) - pointer to start of list with skip rule */
3905 ipf_fixskip(listp, rp, addremove)
3906 frentry_t **listp, *rp;
3913 for (fp = *listp; (f
[all...]
/freebsd-10-stable/sys/kern/
H A Dsubr_bus.c1454 * given devclass is allocated and returned in @p *listp. The number
1459 * @param listp gives location for array pointer return value
1467 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) argument
1485 *listp = list;

Completed in 345 milliseconds