| /freebsd-12.1/sys/dev/nvdimm/ |
| H A D | nvdimm_nfit.c | 99 int *countp) in acpi_nfit_get_dimm_ids() argument 108 *countp = 0; in acpi_nfit_get_dimm_ids() 134 *countp = i + 1; 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() 164 uint16_t spa_range_index, ACPI_NFIT_MEMORY_MAP ***listp, int *countp) in acpi_nfit_get_region_mappings_by_spa_range() argument 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 195 *countp = 0; in acpi_nfit_get_flush_addrs() 198 *countp = subtable->HintCount; in acpi_nfit_get_flush_addrs()
|
| H A D | nvdimm_var.h | 159 int *countp); 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/gcclibs/libiberty/ |
| H A D | sort.c | 88 unsigned int *countp; in sort_pointers() local 118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp) in sort_pointers() 119 *countp += countp[-1]; in sort_pointers()
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | sort.c | 88 unsigned int *countp; in sort_pointers() local 118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp) in sort_pointers() 119 *countp += countp[-1]; in sort_pointers()
|
| /freebsd-12.1/usr.sbin/kldxref/ |
| H A D | ef.h | 32 #define EF_LOOKUP_SET(ef, name, startp, stopp, countp) \ argument 33 (ef)->ef_ops->lookup_set((ef)->ef_ef, name, startp, stopp, countp) 57 long *stopp, long *countp);
|
| H A D | ef.c | 105 long *stopp, long *countp); 226 long *countp) in ef_lookup_set() argument 252 *countp = (*stopp - *startp) / sizeof(void *); in ef_lookup_set()
|
| H A D | ef_obj.c | 122 long *stopp, long *countp); 167 long *countp) in ef_obj_lookup_set() argument 177 *countp = (*stopp - *startp) / sizeof(void *); in ef_obj_lookup_set()
|
| /freebsd-12.1/sys/dev/quicc/ |
| H A D | quicc_core.c | 289 rman_res_t *startp, rman_res_t *countp) in quicc_bus_get_resource() argument 304 if (countp != NULL) in quicc_bus_get_resource() 305 *countp = rle->count; in quicc_bus_get_resource()
|
| /freebsd-12.1/sys/powerpc/include/ |
| H A D | intr_machdep.h | 49 void intrcnt_add(const char *name, u_long **countp);
|
| /freebsd-12.1/sys/ufs/ffs/ |
| H A D | ffs_inode.c | 632 ffs_indirtrunc(ip, lbn, dbn, lastbn, level, countp) in ffs_indirtrunc() argument 637 ufs2_daddr_t *countp; 697 *countp = 0; 768 *countp = blocksreleased;
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | nexus.c | 377 rman_res_t *startp, rman_res_t *countp) in nexus_get_resource() argument 388 if (countp) in nexus_get_resource() 389 *countp = rle->count; in nexus_get_resource()
|
| /freebsd-12.1/stand/common/ |
| H A D | load_elf_obj.c | 68 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp); 438 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) in __elfN() 459 *countp = (*stopp - *startp) / sizeof(Elf_Addr); in __elfN()
|
| /freebsd-12.1/sys/fs/ext2fs/ |
| H A D | ext2_inode.c | 123 daddr_t lastbn, int level, e4fs_daddr_t *countp) in ext2_indirtrunc() argument 167 *countp = 0; in ext2_indirtrunc() 218 *countp = blocksreleased; in ext2_indirtrunc()
|
| /freebsd-12.1/sys/dev/scc/ |
| H A D | scc_core.c | 436 rman_res_t *startp, rman_res_t *countp) in scc_bus_get_resource() argument 453 if (countp != NULL) in scc_bus_get_resource() 454 *countp = rle->count; in scc_bus_get_resource()
|
| /freebsd-12.1/sys/x86/include/ |
| H A D | intr_machdep.h | 166 void intrcnt_add(const char *name, u_long **countp);
|
| /freebsd-12.1/sys/dev/puc/ |
| H A D | puc.c | 571 rman_res_t *startp, rman_res_t *countp) in puc_bus_get_resource() argument 599 if (countp != NULL) in puc_bus_get_resource() 600 *countp = rman_get_end(res) - start + 1; in puc_bus_get_resource()
|
| /freebsd-12.1/sys/x86/x86/ |
| H A D | nexus.c | 673 rman_res_t *startp, rman_res_t *countp) in nexus_get_resource() argument 684 if (countp) in nexus_get_resource() 685 *countp = rle->count; in nexus_get_resource()
|
| H A D | intr_machdep.c | 467 intrcnt_add(const char *name, u_long **countp) argument 472 *countp = &intrcnt[intrcnt_index];
|
| /freebsd-12.1/sys/sys/ |
| H A D | bus.h | 558 rman_res_t *startp, rman_res_t *countp); 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/dev/sfxge/common/ |
| H A D | efx_ev.c | 384 __inout unsigned int *countp, in efx_ev_qpoll() argument 410 EFSYS_ASSERT(countp != NULL); in efx_ev_qpoll() 413 count = *countp; in efx_ev_qpoll() 534 *countp = count; in efx_ev_qpoll()
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | intr_machdep.c | 176 intrcnt_add(const char *name, u_long **countp) in intrcnt_add() argument 183 *countp = &intrcnt[idx]; in intrcnt_add()
|
| /freebsd-12.1/sys/dev/pccard/ |
| H A D | pccard.c | 105 int rid, rman_res_t *startp, rman_res_t *countp); 960 rman_res_t *startp, rman_res_t *countp) in pccard_get_resource() argument 972 if (countp != NULL) in pccard_get_resource() 973 *countp = rle->count; in pccard_get_resource()
|
| /freebsd-12.1/contrib/nvi/vi/ |
| H A D | vi.c | 1134 u_long *countp) in v_count() argument 1162 *countp = count; in v_count()
|
| /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 1527 *countp = count; in devclass_get_drivers() 4403 rman_res_t *startp, rman_res_t *countp) in bus_generic_rl_get_resource() argument 4418 if (countp) in bus_generic_rl_get_resource() 4419 *countp = rle->count; in bus_generic_rl_get_resource() 4826 rman_res_t *startp, rman_res_t *countp) in bus_get_resource() argument 4829 startp, countp)); in bus_get_resource()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zio.c | 525 uint64_t *countp = &zio->io_children[c][wait]; in zio_wait_for_children() local 526 if (*countp != 0) { in zio_wait_for_children() 529 zio->io_stall = countp; in zio_wait_for_children() 542 uint64_t *countp = &pio->io_children[zio->io_child_type][wait]; in zio_notify_parent() local 549 ASSERT3U(*countp, >, 0); in zio_notify_parent() 551 (*countp)--; in zio_notify_parent() 553 if (*countp == 0 && pio->io_stall == countp) { in zio_notify_parent()
|