| /freebsd-12.1/contrib/gcc/ |
| H A D | lists.c | 54 prev_link = *listp; in free_list() 74 *unused_listp = *listp; in free_list() 75 *listp = 0; in free_list() 84 listp = &XEXP (*listp, 1); in find_list_elem() 85 return listp; in find_list_elem() 94 node = *listp; in remove_list_node() 106 listp = find_list_elem (elem, listp); in remove_list_elem() 107 node = *listp; in remove_list_elem() 187 if (*listp == 0) in free_EXPR_LIST_list() 196 if (*listp == 0) in free_INSN_LIST_list() [all …]
|
| H A D | var-tracking.c | 653 attrs_list_clear (attrs *listp) in attrs_list_clear() argument 657 for (list = *listp; list; list = next) in attrs_list_clear() 662 *listp = NULL; in attrs_list_clear() 679 attrs_list_insert (attrs *listp, tree decl, HOST_WIDE_INT offset, rtx loc) in attrs_list_insert() argument 687 list->next = *listp; in attrs_list_insert() 688 *listp = list; in attrs_list_insert()
|
| H A D | sched-deps.c | 582 add_dependence_list_and_free (rtx insn, rtx *listp, int uncond, in add_dependence_list_and_free() argument 586 for (list = *listp, *listp = NULL; list ; list = next) in add_dependence_list_and_free()
|
| H A D | rtlanal.c | 1793 in_expr_list_p (rtx listp, rtx node) in in_expr_list_p() argument 1797 for (x = listp; x; x = XEXP (x, 1)) in in_expr_list_p() 1810 remove_node_from_expr_list (rtx node, rtx *listp) in remove_node_from_expr_list() argument 1812 rtx temp = *listp; in remove_node_from_expr_list() 1823 *listp = XEXP (temp, 1); in remove_node_from_expr_list()
|
| H A D | gcse.c | 2181 free_insn_expr_list_list (rtx *listp) in free_insn_expr_list_list() argument 2185 for (list = *listp; list ; list = next) in free_insn_expr_list_list() 2194 *listp = NULL; in free_insn_expr_list_list()
|
| /freebsd-12.1/sys/dev/nvdimm/ |
| H A D | nvdimm_nfit.c | 107 *listp = NULL; in acpi_nfit_get_dimm_ids() 126 (*listp)[k++] = regions[i][j]->DeviceHandle; in acpi_nfit_get_dimm_ids() 128 qsort((*listp), maxids, sizeof(uint32_t), uint32_t_compare); in acpi_nfit_get_dimm_ids() 131 if ((*listp)[i] != (*listp)[j]) in acpi_nfit_get_dimm_ids() 132 (*listp)[++i] = (*listp)[j]; in acpi_nfit_get_dimm_ids() 155 ACPI_NFIT_SYSTEM_ADDRESS ***listp, int *countp) in acpi_nfit_get_spa_ranges() argument 159 (void ***)listp, countp); in acpi_nfit_get_spa_ranges() 169 spa_range_index, (void ***)listp, countp); in acpi_nfit_get_region_mappings_by_spa_range() 184 uint64_t ***listp, int *countp) in acpi_nfit_get_flush_addrs() argument 194 *listp = NULL; in acpi_nfit_get_flush_addrs() [all …]
|
| H A D | nvdimm_var.h | 158 void acpi_nfit_get_dimm_ids(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t **listp, 163 ACPI_NFIT_SYSTEM_ADDRESS ***listp, int *countp); 165 uint16_t spa_range_index, ACPI_NFIT_MEMORY_MAP ***listp, int *countp); 169 uint64_t ***listp, int *countp);
|
| /freebsd-12.1/contrib/libxo/libxo/ |
| H A D | xo_encoder.c | 53 xo_string_list_init (xo_string_list_t *listp) in xo_string_list_init() argument 55 if (listp->tqh_last == NULL) in xo_string_list_init() 56 TAILQ_INIT(listp); in xo_string_list_init() 62 if (listp == NULL || str == NULL) in xo_string_add() 65 xo_string_list_init(listp); in xo_string_add() 73 TAILQ_INSERT_TAIL(listp, xsp, xs_link); in xo_string_add() 88 xo_string_list_init(listp); in xo_string_list_clean() 91 xsp = TAILQ_FIRST(listp); in xo_string_list_clean() 94 TAILQ_REMOVE(listp, xsp, xs_link); in xo_string_list_clean() 130 if (listp->tqh_last == NULL) in xo_encoder_list_init() [all …]
|
| /freebsd-12.1/sys/ddb/ |
| H A D | db_output.c | 327 va_list listp; in db_printf() local 340 va_start(listp, fmt); in db_printf() 341 retval = kvprintf (fmt, db_putchar, &dca, db_radix, listp); in db_printf() 342 va_end(listp); in db_printf() 361 va_list listp; in db_iprintf() local 378 va_start(listp, fmt); in db_iprintf() 379 kvprintf (fmt, db_putchar, &dca, db_radix, listp); in db_iprintf() 380 va_end(listp); in db_iprintf()
|
| /freebsd-12.1/usr.bin/gprof/ |
| H A D | printlist.c | 66 addlist(struct stringlist *listp, char *funcname) in addlist() argument 73 slp -> next = listp -> next; in addlist() 75 listp -> next = slp; in addlist() 79 onlist(struct stringlist *listp, const char *funcname) in onlist() argument 83 for ( slp = listp -> next ; slp ; slp = slp -> next ) { in onlist()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | symmisc.c | 1227 extend_psymbol_list (struct psymbol_allocation_list *listp, in extend_psymbol_list() argument 1231 if (listp->size == 0) in extend_psymbol_list() 1234 listp->list = (struct partial_symbol **) in extend_psymbol_list() 1239 new_size = listp->size * 2; in extend_psymbol_list() 1240 listp->list = (struct partial_symbol **) in extend_psymbol_list() 1241 xmrealloc (objfile->md, (char *) listp->list, in extend_psymbol_list() 1246 listp->next = listp->list + listp->size; in extend_psymbol_list() 1247 listp->size = new_size; in extend_psymbol_list()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_util.c | 1375 addlist(libzfs_handle_t *hdl, char *propname, zprop_list_t **listp, in addlist() argument 1418 *listp = entry; in addlist() 1430 zprop_get_list(libzfs_handle_t *hdl, char *props, zprop_list_t **listp, in zprop_get_list() argument 1433 *listp = NULL; in zprop_get_list() 1492 if (addlist(hdl, spaceprops[i], listp, type)) in zprop_get_list() 1494 listp = &(*listp)->pl_next; in zprop_get_list() 1497 if (addlist(hdl, props, listp, type)) in zprop_get_list() 1499 listp = &(*listp)->pl_next; in zprop_get_list()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | kex.c | 212 kex_assemble_names(char **listp, const char *def, const char *all) in kex_assemble_names() argument 218 if (listp == NULL || *listp == NULL || **listp == '\0') { in kex_assemble_names() 219 if ((*listp = strdup(def)) == NULL) in kex_assemble_names() 224 list = *listp; in kex_assemble_names() 225 *listp = NULL; in kex_assemble_names() 236 if ((*listp = match_filter_blacklist(def, list + 1)) == NULL) { in kex_assemble_names() 284 *listp = ret; in kex_assemble_names()
|
| /freebsd-12.1/contrib/blacklist/bin/ |
| H A D | blacklistd.c | 363 uniqueadd(struct conf ***listp, size_t *nlist, size_t *mlist, struct conf *c) in uniqueadd() argument 365 struct conf **list = *listp; in uniqueadd() 375 void *p = realloc(*listp, *mlist * sizeof(*list)); in uniqueadd() 378 list = *listp = p; in uniqueadd()
|
| /freebsd-12.1/usr.sbin/crunch/crunchgen/ |
| H A D | crunchgen.c | 110 void add_string(strlst_t **listp, char *str); 114 int in_list(strlst_t **listp, char *str); 1173 add_string(strlst_t **listp, char *str) in add_string() argument 1179 for (p1 = NULL, p2 = *listp; p2 != NULL; p1 = p2, p2 = p2->next) in add_string() 1192 *listp = p2; in add_string() 1212 in_list(strlst_t **listp, char *str) in in_list() argument 1215 for (p1 = *listp; p1 != NULL; p1 = p1->next) in in_list()
|
| /freebsd-12.1/sbin/restore/ |
| H A D | interactive.c | 501 struct afile *fp, *list, *listp; in printlist() local 536 listp = list; in printlist() 555 mkentry(locname, dp, listp++); in printlist() 569 for (fp = listp - 1; fp >= list; fp--) in printlist()
|
| /freebsd-12.1/contrib/nvi/vi/ |
| H A D | vs_split.c | 454 vs_join(SCR *sp, SCR **listp, jdir_t *jdirp) in vs_join() argument 464 for (lp = listp, tlen = sp->rows, in vs_join() 499 for (lp = listp, tlen = sp->rows, in vs_join() 534 for (first = 0, lp = listp, tlen = sp->cols, in vs_join() 570 for (first = 0, lp = listp, tlen = sp->cols, in vs_join()
|
| /freebsd-12.1/sbin/rcorder/ |
| H A D | rcorder.c | 212 strnode_add(strnodelist **listp, char *s, filenode *fnode) in strnode_add() argument 219 ent->next = *listp; in strnode_add() 220 *listp = ent; in strnode_add()
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | dialog.pl | 375 local ( $listp, $command ) = @_; 390 if ($listp) {
|
| /freebsd-12.1/usr.sbin/mfiutil/ |
| H A D | mfiutil.h | 164 int mfi_pd_get_list(int fd, struct mfi_pd_list **listp, uint8_t *statusp);
|
| H A D | mfi_drive.c | 253 mfi_pd_get_list(int fd, struct mfi_pd_list **listp, uint8_t *statusp) in mfi_pd_get_list() argument 279 *listp = list; in mfi_pd_get_list()
|
| /freebsd-12.1/sys/sys/ |
| H A D | bus.h | 600 int device_get_children(device_t dev, device_t **listp, int *countp); 650 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp); 651 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
|
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | fil.c | 3711 ipf_flushlist(softc, nfreedp, listp) in ipf_flushlist() argument 3714 frentry_t **listp; 3719 while ((fp = *listp) != NULL) { 3722 listp = &fp->fr_next; 3725 *listp = fp->fr_next; 3898 ipf_fixskip(listp, rp, addremove) in ipf_fixskip() argument 3899 frentry_t **listp, *rp; in ipf_fixskip() 3906 for (fp = *listp; (fp != NULL) && (fp != rp); fp = fp->fr_next) 3912 for (rn = 0, fp = *listp; fp && (fp != rp); fp = fp->fr_next, rn++)
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_bus.c | 1508 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) in devclass_get_drivers() argument 1526 *listp = list; in devclass_get_drivers()
|