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()
161 uint16_t spa_range_index, ACPI_NFIT_MEMORY_MAP ***listp, int *countp) in acpi_nfit_get_region_mappings_by_spa_range() argument
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()
[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/lib/libkldelf/
H A Dkldelf.h49 #define EF_LOOKUP_SET(ef, name, startp, stopp, countp) \ argument
50 (ef)->ef_ops->lookup_set((ef)->ef_ef, name, startp, stopp, countp)
71 GElf_Addr *stopp, long *countp);
279 GElf_Addr **buf, long *countp);
H A Def_obj.c102 GElf_Addr *startp, GElf_Addr *stopp, long *countp);
154 GElf_Addr *stopp, long *countp) in ef_obj_lookup_set() argument
163 *countp = (*stopp - *startp) / in ef_obj_lookup_set()
H A Def.c82 GElf_Addr *startp, GElf_Addr *stopp, long *countp);
176 GElf_Addr *stopp, long *countp) in ef_lookup_set() argument
202 *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/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/powerpc/include/
H A Dintr_machdep.h47 void intrcnt_add(const char *name, u_long **countp);
/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.c71 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp);
462 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) in __elfN()
483 *countp = (*stopp - *startp) / sizeof(Elf_Addr); in __elfN()
/freebsd/sys/dev/scc/
H A Dscc_core.c433 rman_res_t *startp, rman_res_t *countp) in scc_bus_get_resource() argument
450 if (countp != NULL) in scc_bus_get_resource()
451 *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.c560 rman_res_t *startp, rman_res_t *countp) in puc_bus_get_resource() argument
588 if (countp != NULL) in puc_bus_get_resource()
589 *countp = rman_get_end(res) - start + 1; in puc_bus_get_resource()
/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.c477 intrcnt_add(const char *name, u_long **countp) in intrcnt_add() argument
482 *countp = &intrcnt[intrcnt_index]; in intrcnt_add()
/freebsd/sys/powerpc/powerpc/
H A Dintr_machdep.c207 intrcnt_add(const char *name, u_long **countp) in intrcnt_add() argument
214 *countp = &intrcnt[idx]; in intrcnt_add()
/freebsd/usr.sbin/makefs/zfs/
H A Dfs.c934 uint64_t *countp; in fs_foreach_mark() local
936 countp = arg; in fs_foreach_mark()
941 cur->inode->ino = ++(*countp); in fs_foreach_mark()
/freebsd/sys/sys/
H A Dbus.h576 rman_res_t *startp, rman_res_t *countp);
706 int device_get_children(device_t dev, device_t **listp, int *countp);
763 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp);
764 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
/freebsd/contrib/nvi/vi/
H A Dvi.c1128 u_long *countp) in v_count() argument
1156 *countp = count; in v_count()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c776 uint64_t *countp = pio->io_children[cio->io_child_type]; in zio_add_child_impl() local
778 countp[w] += !cio->io_state[w]; in zio_add_child_impl()
829 uint64_t *countp = &zio->io_children[c][wait]; in zio_wait_for_children() local
830 if (*countp != 0) { in zio_wait_for_children()
833 zio->io_stall = countp; in zio_wait_for_children()
847 uint64_t *countp = &pio->io_children[zio->io_child_type][wait]; in zio_notify_parent() local
854 ASSERT3U(*countp, >, 0); in zio_notify_parent()
856 (*countp)--; in zio_notify_parent()
858 if (*countp == 0 && pio->io_stall == countp) { in zio_notify_parent()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c244 size_t *countp) in zpl_generic_write_checks() argument
250 *countp = ret; in zpl_generic_write_checks()
/freebsd/sys/kern/
H A Dsubr_bus.c1084 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) in devclass_get_drivers() argument
1103 *countp = count; in devclass_get_drivers()
4229 rman_res_t *startp, rman_res_t *countp) in bus_generic_rl_get_resource() argument
4244 if (countp) in bus_generic_rl_get_resource()
4245 *countp = rle->count; in bus_generic_rl_get_resource()
4932 rman_res_t *startp, rman_res_t *countp) in bus_get_resource() argument
4935 startp, countp)); in bus_get_resource()
H A Dlink_elf.c1786 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
1829 if (countp != NULL) in link_elf_lookup_set()
1830 *countp = count; in link_elf_lookup_set()
H A Dlink_elf_obj.c1639 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
1657 if (countp) in link_elf_lookup_set()
1658 *countp = count; in link_elf_lookup_set()

12