Home
last modified time | relevance | path

Searched refs:countp (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/dev/nvdimm/
H A Dnvdimm_nfit.c96 int *countp) in acpi_nfit_get_dimm_ids() argument
105 *countp = 0; in acpi_nfit_get_dimm_ids()
131 *countp = i + 1; in acpi_nfit_get_dimm_ids()
152 ACPI_NFIT_SYSTEM_ADDRESS ***listp, int *countp) in acpi_nfit_get_spa_ranges() argument
156 (void ***)listp, countp); in acpi_nfit_get_spa_ranges()
166 spa_range_index, (void ***)listp, countp); in acpi_nfit_get_region_mappings_by_spa_range()
181 uint64_t ***listp, int *countp) in acpi_nfit_get_flush_addrs() argument
192 *countp = 0; in acpi_nfit_get_flush_addrs()
195 *countp = subtable->HintCount; in acpi_nfit_get_flush_addrs()
204 ACPI_NFIT_MEMORY_MAP ***listp, int *countp) in acpi_nfit_get_memory_maps_by_dimm() argument
[all …]
H A Dnvdimm_var.h154 int *countp);
158 ACPI_NFIT_SYSTEM_ADDRESS ***listp, int *countp);
160 uint16_t spa_range_index, ACPI_NFIT_MEMORY_MAP ***listp, int *countp);
164 uint64_t ***listp, int *countp);
166 nfit_handle_t dimm, ACPI_NFIT_MEMORY_MAP ***listp, int *countp);
/freebsd/usr.sbin/kldxref/
H A Def.h49 #define EF_LOOKUP_SET(ef, name, startp, stopp, countp) \ argument
50 (ef)->ef_ops->lookup_set((ef)->ef_ef, name, startp, stopp, countp)
69 GElf_Addr *stopp, long *countp);
275 GElf_Addr **buf, long *countp);
H A Def_obj.c102 GElf_Addr *startp, GElf_Addr *stopp, long *countp);
149 GElf_Addr *stopp, long *countp) in ef_obj_lookup_set() argument
158 *countp = (*stopp - *startp) / in ef_obj_lookup_set()
H A Def.c82 GElf_Addr *startp, GElf_Addr *stopp, long *countp);
172 GElf_Addr *stopp, long *countp) in ef_lookup_set() argument
198 *countp = (*stopp - *startp) / elf_pointer_size(ef->ef_efile); in ef_lookup_set()
H A Delf.c548 long *countp) in elf_read_linker_set() argument
579 *countp = count; in elf_read_linker_set()
/freebsd/sys/powerpc/include/
H A Dintr_machdep.h47 void intrcnt_add(const char *name, u_long **countp);
/freebsd/sys/dev/quicc/
H A Dquicc_core.c285 rman_res_t *startp, rman_res_t *countp) in quicc_bus_get_resource() argument
300 if (countp != NULL) in quicc_bus_get_resource()
301 *countp = rle->count; in quicc_bus_get_resource()
/freebsd/sys/x86/include/
H A Dintr_machdep.h156 void intrcnt_add(const char *name, u_long **countp);
/freebsd/sys/fs/ext2fs/
H A Dext2_inode.c121 daddr_t lastbn, int level, e4fs_daddr_t *countp) in ext2_indirtrunc() argument
165 *countp = 0; in ext2_indirtrunc()
216 *countp = blocksreleased; in ext2_indirtrunc()
/freebsd/stand/common/
H A Dload_elf_obj.c73 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp);
470 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) in __elfN()
491 *countp = (*stopp - *startp) / sizeof(Elf_Addr); in __elfN()
/freebsd/sys/dev/scc/
H A Dscc_core.c434 rman_res_t *startp, rman_res_t *countp) in scc_bus_get_resource() argument
451 if (countp != NULL) in scc_bus_get_resource()
452 *countp = rle->count; in scc_bus_get_resource()
/freebsd/sys/ufs/ffs/
H A Dffs_inode.c702 ufs2_daddr_t *countp) in ffs_indirtrunc() argument
742 *countp = 0; in ffs_indirtrunc()
813 *countp = blocksreleased; in ffs_indirtrunc()
/freebsd/sys/dev/puc/
H A Dpuc.c563 rman_res_t *startp, rman_res_t *countp) in puc_bus_get_resource() argument
591 if (countp != NULL) in puc_bus_get_resource()
592 *countp = rman_get_end(res) - start + 1; in puc_bus_get_resource()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c344 size_t *countp) in zpl_generic_write_checks() argument
351 *countp = ret; in zpl_generic_write_checks()
358 *countp = iov_iter_count(from); in zpl_generic_write_checks()
359 ssize_t ret = generic_write_checks(file, &kiocb->ki_pos, countp, isblk); in zpl_generic_write_checks()
/freebsd/sys/dev/sfxge/common/
H A Defx_ev.c384 __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/sys/x86/x86/
H A Dintr_machdep.c455 intrcnt_add(const char *name, u_long **countp) in intrcnt_add() argument
460 *countp = &intrcnt[intrcnt_index]; in intrcnt_add()
/freebsd/sys/powerpc/powerpc/
H A Dintr_machdep.c209 intrcnt_add(const char *name, u_long **countp) in intrcnt_add() argument
216 *countp = &intrcnt[idx]; in intrcnt_add()
/freebsd/sys/sys/
H A Dbus.h586 rman_res_t *startp, rman_res_t *countp);
670 int device_get_children(device_t dev, device_t **listp, int *countp);
726 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp);
727 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
/freebsd/usr.sbin/makefs/zfs/
H A Dfs.c896 uint64_t *countp; in fs_foreach_mark() local
898 countp = arg; in fs_foreach_mark()
903 cur->inode->ino = ++(*countp); in fs_foreach_mark()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c693 uint64_t *countp = pio->io_children[cio->io_child_type]; in zio_add_child() local
695 countp[w] += !cio->io_state[w]; in zio_add_child()
731 uint64_t *countp = pio->io_children[cio->io_child_type]; in zio_add_child_first() local
733 countp[w] += !cio->io_state[w]; in zio_add_child_first()
768 uint64_t *countp = &zio->io_children[c][wait]; in zio_wait_for_children() local
769 if (*countp != 0) { in zio_wait_for_children()
772 zio->io_stall = countp; in zio_wait_for_children()
786 uint64_t *countp = &pio->io_children[zio->io_child_type][wait]; in zio_notify_parent() local
793 ASSERT3U(*countp, >, 0); in zio_notify_parent()
795 (*countp)--; in zio_notify_parent()
[all …]
/freebsd/contrib/nvi/vi/
H A Dvi.c1128 u_long *countp) in v_count() argument
1156 *countp = count; in v_count()
/freebsd/sys/kern/
H A Dsubr_bus.c1019 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) in devclass_get_drivers() argument
1038 *countp = count; in devclass_get_drivers()
4102 rman_res_t *startp, rman_res_t *countp) in bus_generic_rl_get_resource() argument
4117 if (countp) in bus_generic_rl_get_resource()
4118 *countp = rle->count; in bus_generic_rl_get_resource()
4787 rman_res_t *startp, rman_res_t *countp) in bus_get_resource() argument
4790 startp, countp)); in bus_get_resource()
H A Dlink_elf.c1736 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
1779 if (countp != NULL) in link_elf_lookup_set()
1780 *countp = count; in link_elf_lookup_set()
H A Dlink_elf_obj.c1597 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
1615 if (countp) in link_elf_lookup_set()
1616 *countp = count; in link_elf_lookup_set()

12