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

/freebsd-12-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-12-stable/usr.bin/gprof/
H A Dprintlist.c66 addlist(struct stringlist *listp, char *funcname) argument
73 slp -> next = listp -> next;
75 listp -> next = slp;
79 onlist(struct stringlist *listp, const char *funcname) argument
83 for ( slp = listp -> next ; slp ; slp = slp -> next ) {
/freebsd-12-stable/sys/dev/nvdimm/
H A Dnvdimm_nfit.c98 acpi_nfit_get_dimm_ids(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t **listp, argument
107 *listp = NULL;
122 *listp = mallocarray(maxids, sizeof(nfit_handle_t), M_NVDIMM, M_WAITOK);
126 (*listp)[k++] = regions[i][j]->DeviceHandle;
128 qsort((*listp), maxids, sizeof(uint32_t), uint32_t_compare);
131 if ((*listp)[i] != (*listp)[j])
132 (*listp)[++i] = (*listp)[j];
155 ACPI_NFIT_SYSTEM_ADDRESS ***listp, in
154 acpi_nfit_get_spa_ranges(ACPI_TABLE_NFIT *nfitbl, ACPI_NFIT_SYSTEM_ADDRESS ***listp, int *countp) argument
163 acpi_nfit_get_region_mappings_by_spa_range(ACPI_TABLE_NFIT *nfitbl, uint16_t spa_range_index, ACPI_NFIT_MEMORY_MAP ***listp, int *countp) argument
183 acpi_nfit_get_flush_addrs(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t dimm, uint64_t ***listp, int *countp) argument
206 acpi_nfit_get_memory_maps_by_dimm(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t dimm, ACPI_NFIT_MEMORY_MAP ***listp, int *countp) argument
[all...]
H A Dnvdimm_var.h159 void acpi_nfit_get_dimm_ids(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t **listp,
164 ACPI_NFIT_SYSTEM_ADDRESS ***listp, int *countp);
166 uint16_t spa_range_index, ACPI_NFIT_MEMORY_MAP ***listp, int *countp);
170 uint64_t ***listp, int *countp);
172 nfit_handle_t dimm, ACPI_NFIT_MEMORY_MAP ***listp, int *countp);
/freebsd-12-stable/contrib/libxo/libxo/
H A Dxo_encoder.c53 xo_string_list_init (xo_string_list_t *listp) argument
55 if (listp->tqh_last == NULL)
56 TAILQ_INIT(listp);
60 xo_string_add (xo_string_list_t *listp, const char *str) argument
62 if (listp == NULL || str == NULL)
65 xo_string_list_init(listp);
73 TAILQ_INSERT_TAIL(listp, xsp, xs_link);
84 xo_string_list_clean (xo_string_list_t *listp) argument
88 xo_string_list_init(listp);
91 xsp = TAILQ_FIRST(listp);
128 xo_encoder_list_init(xo_encoder_list_t *listp) argument
[all...]
/freebsd-12-stable/sys/ddb/
H A Ddb_output.c327 va_list listp; local
340 va_start(listp, fmt);
341 retval = kvprintf (fmt, db_putchar, &dca, db_radix, listp);
342 va_end(listp);
361 va_list listp; local
378 va_start(listp, fmt);
379 kvprintf (fmt, db_putchar, &dca, db_radix, listp);
380 va_end(listp);
/freebsd-12-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-12-stable/contrib/blacklist/bin/
H A Dblacklistd.c363 uniqueadd(struct conf ***listp, size_t *nlist, size_t *mlist, struct conf *c) argument
365 struct conf **list = *listp;
375 void *p = realloc(*listp, *mlist * sizeof(*list));
378 list = *listp = p;
/freebsd-12-stable/crypto/openssh/
H A Dkex.c212 kex_assemble_names(char **listp, const char *def, const char *all) argument
218 if (listp == NULL || *listp == NULL || **listp == '\0') {
219 if ((*listp = strdup(def)) == NULL)
224 list = *listp;
225 *listp = NULL;
236 if ((*listp = match_filter_blacklist(def, list + 1)) == NULL) {
284 *listp = ret;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c1390 addlist(libzfs_handle_t *hdl, char *propname, zprop_list_t **listp, argument
1433 *listp = entry;
1445 zprop_get_list(libzfs_handle_t *hdl, char *props, zprop_list_t **listp, argument
1448 *listp = NULL;
1507 if (addlist(hdl, spaceprops[i], listp, type))
1509 listp = &(*listp)->pl_next;
1512 if (addlist(hdl, props, listp, type))
1514 listp = &(*listp)
[all...]
/freebsd-12-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c114 void add_string(strlst_t **listp, char *str);
118 int in_list(strlst_t **listp, char *str);
1194 add_string(strlst_t **listp, char *str) argument
1200 for (p1 = NULL, p2 = *listp; p2 != NULL; p1 = p2, p2 = p2->next)
1213 *listp = p2;
1233 in_list(strlst_t **listp, char *str) argument
1236 for (p1 = *listp; p1 != NULL; p1 = p1->next)
/freebsd-12-stable/contrib/dialog/
H A Ddialog.pl375 local ( $listp, $command ) = @_;
390 if ($listp) {
/freebsd-12-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-12-stable/usr.sbin/mfiutil/
H A Dmfiutil.h164 int mfi_pd_get_list(int fd, struct mfi_pd_list **listp, uint8_t *statusp);
H A Dmfi_drive.c253 mfi_pd_get_list(int fd, struct mfi_pd_list **listp, uint8_t *statusp) argument
279 *listp = list;
/freebsd-12-stable/sbin/rcorder/
H A Drcorder.c241 strnode_add(strnodelist **listp, char *s, filenode *fnode) argument
248 ent->next = *listp;
249 *listp = ent;
/freebsd-12-stable/sys/sys/
H A Dbus.h603 int device_get_children(device_t dev, device_t **listp, int *countp);
653 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp);
654 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c3694 /* listp(I) - pointer to list to flush pointer */
3707 ipf_flushlist(softc, nfreedp, listp)
3710 frentry_t **listp;
3715 while ((fp = *listp) != NULL) {
3718 listp = &fp->fr_next;
3721 *listp = fp->fr_next;
3884 /* Parameters: listp(IO) - pointer to start of list with skip rule */
3894 ipf_fixskip(listp, rp, addremove)
3895 frentry_t **listp, *rp;
3902 for (fp = *listp; (f
[all...]
/freebsd-12-stable/sys/kern/
H A Dsubr_bus.c1496 * given devclass is allocated and returned in @p *listp. The number
1501 * @param listp gives location for array pointer return value
1509 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) argument
1527 *listp = list;

Completed in 426 milliseconds