Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/dev/nvdimm/
H A Dnvdimm_nfit.c97 int *countp) in acpi_nfit_get_dimm_ids() argument
106 *countp = 0; in acpi_nfit_get_dimm_ids()
132 *countp = i + 1; in acpi_nfit_get_dimm_ids()
153 ACPI_NFIT_SYSTEM_ADDRESS ***listp, int *countp) in acpi_nfit_get_spa_ranges() argument
157 (void ***)listp, countp); in acpi_nfit_get_spa_ranges()
167 spa_range_index, (void ***)listp, countp); in acpi_nfit_get_region_mappings_by_spa_range()
182 uint64_t ***listp, int *countp) in acpi_nfit_get_flush_addrs() argument
193 *countp = 0; in acpi_nfit_get_flush_addrs()
196 *countp = subtable->HintCount; in acpi_nfit_get_flush_addrs()
205 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-14.2/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-14.2/sys/powerpc/include/
H A Dintr_machdep.h47 void intrcnt_add(const char *name, u_long **countp);
/freebsd-14.2/sys/dev/quicc/
H A Dquicc_core.c286 rman_res_t *startp, rman_res_t *countp) in quicc_bus_get_resource() argument
301 if (countp != NULL) in quicc_bus_get_resource()
302 *countp = rle->count; in quicc_bus_get_resource()
/freebsd-14.2/sys/x86/include/
H A Dintr_machdep.h156 void intrcnt_add(const char *name, u_long **countp);
/freebsd-14.2/sys/fs/ext2fs/
H A Dext2_inode.c123 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-14.2/sys/dev/scc/
H A Dscc_core.c435 rman_res_t *startp, rman_res_t *countp) in scc_bus_get_resource() argument
452 if (countp != NULL) in scc_bus_get_resource()
453 *countp = rle->count; in scc_bus_get_resource()
/freebsd-14.2/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-14.2/sys/ufs/ffs/
H A Dffs_inode.c704 ufs2_daddr_t *countp) in ffs_indirtrunc() argument
744 *countp = 0; in ffs_indirtrunc()
815 *countp = blocksreleased; in ffs_indirtrunc()
/freebsd-14.2/sys/dev/puc/
H A Dpuc.c570 rman_res_t *startp, rman_res_t *countp) in puc_bus_get_resource() argument
598 if (countp != NULL) in puc_bus_get_resource()
599 *countp = rman_get_end(res) - start + 1; in puc_bus_get_resource()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/powerpc/powerpc/
H A Dintr_machdep.c211 intrcnt_add(const char *name, u_long **countp) in intrcnt_add() argument
218 *countp = &intrcnt[idx]; in intrcnt_add()
/freebsd-14.2/sys/sys/
H A Dbus.h593 rman_res_t *startp, rman_res_t *countp);
636 int device_get_children(device_t dev, device_t **listp, int *countp);
692 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp);
693 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
/freebsd-14.2/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-14.2/sys/contrib/openzfs/module/zfs/
H A Dzio.c699 uint64_t *countp = pio->io_children[cio->io_child_type]; in zio_add_child() local
701 countp[w] += !cio->io_state[w]; in zio_add_child()
732 uint64_t *countp = pio->io_children[cio->io_child_type]; in zio_add_child_first() local
734 countp[w] += !cio->io_state[w]; in zio_add_child_first()
769 uint64_t *countp = &zio->io_children[c][wait]; in zio_wait_for_children() local
770 if (*countp != 0) { in zio_wait_for_children()
773 zio->io_stall = countp; in zio_wait_for_children()
787 uint64_t *countp = &pio->io_children[zio->io_child_type][wait]; in zio_notify_parent() local
794 ASSERT3U(*countp, >, 0); in zio_notify_parent()
796 (*countp)--; in zio_notify_parent()
[all …]
/freebsd-14.2/contrib/nvi/vi/
H A Dvi.c1128 u_long *countp) in v_count() argument
1156 *countp = count; in v_count()
/freebsd-14.2/sys/kern/
H A Dsubr_bus.c1062 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) in devclass_get_drivers() argument
1081 *countp = count; in devclass_get_drivers()
4163 rman_res_t *startp, rman_res_t *countp) in bus_generic_rl_get_resource() argument
4178 if (countp) in bus_generic_rl_get_resource()
4179 *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()
H A Dlink_elf.c1693 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
1736 if (countp != NULL) in link_elf_lookup_set()
1737 *countp = count; in link_elf_lookup_set()
H A Dlink_elf_obj.c1578 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
1596 if (countp) in link_elf_lookup_set()
1597 *countp = count; in link_elf_lookup_set()

12