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

12

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dsort.c88 unsigned int *countp; local
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp)
119 *countp += countp[-1];
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dsort.c88 unsigned int *countp; local
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp)
119 *countp += countp[-1];
/freebsd-11-stable/sys/powerpc/include/
H A Dintr_machdep.h47 void intrcnt_add(const char *name, u_long **countp);
/freebsd-11-stable/usr.sbin/kldxref/
H A Def.h32 #define EF_LOOKUP_SET(ef, name, startp, stopp, countp) \
33 (ef)->ef_ops->lookup_set((ef)->ef_ef, name, startp, stopp, countp)
57 long *stopp, long *countp);
H A Def.c99 long *stopp, long *countp);
218 long *countp)
244 *countp = (*stopp - *startp) / sizeof(void *);
217 ef_lookup_set(elf_file_t ef, const char *name, long *startp, long *stopp, long *countp) argument
H A Def_obj.c119 long *stopp, long *countp);
163 long *countp)
173 *countp = (*stopp - *startp) / sizeof(void *);
162 ef_obj_lookup_set(elf_file_t ef, const char *name, long *startp, long *stopp, long *countp) argument
/freebsd-11-stable/sys/x86/include/
H A Dintr_machdep.h161 void intrcnt_add(const char *name, u_long **countp);
/freebsd-11-stable/sys/dev/quicc/
H A Dquicc_core.c287 rman_res_t *startp, rman_res_t *countp)
302 if (countp != NULL)
303 *countp = rle->count;
286 quicc_bus_get_resource(device_t dev, device_t child, int type, int rid, rman_res_t *startp, rman_res_t *countp) argument
/freebsd-11-stable/sys/dev/scc/
H A Dscc_core.c434 rman_res_t *startp, rman_res_t *countp)
451 if (countp != NULL)
452 *countp = rle->count;
433 scc_bus_get_resource(device_t dev, device_t child, int type, int rid, rman_res_t *startp, rman_res_t *countp) argument
/freebsd-11-stable/sys/mips/mips/
H A Dnexus.c367 rman_res_t *startp, rman_res_t *countp)
378 if (countp)
379 *countp = rle->count;
366 nexus_get_resource(device_t dev, device_t child, int type, int rid, rman_res_t *startp, rman_res_t *countp) argument
/freebsd-11-stable/stand/common/
H A Dload_elf_obj.c68 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp);
431 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp)
452 *countp = (*stopp - *startp) / sizeof(Elf_Addr);
430 obj_lookup_set(struct preloaded_file *fp, elf_file_t ef, const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) argument
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_inode.c379 daddr_t lastbn, int level, e4fs_daddr_t *countp)
423 *countp = 0;
474 *countp = blocksreleased;
378 ext2_indirtrunc(struct inode *ip, daddr_t lbn, daddr_t dbn, daddr_t lastbn, int level, e4fs_daddr_t *countp) argument
/freebsd-11-stable/sys/x86/x86/
H A Dintr_machdep.c447 intrcnt_add(const char *name, u_long **countp) argument
452 *countp = &intrcnt[intrcnt_index];
H A Dnexus.c684 rman_res_t *startp, rman_res_t *countp)
695 if (countp)
696 *countp = rle->count;
683 nexus_get_resource(device_t dev, device_t child, int type, int rid, rman_res_t *startp, rman_res_t *countp) argument
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_inode.c648 ffs_indirtrunc(ip, lbn, dbn, lastbn, level, countp)
653 ufs2_daddr_t *countp;
710 *countp = 0;
779 *countp = blocksreleased;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dintr_machdep.c174 intrcnt_add(const char *name, u_long **countp) argument
179 *countp = &intrcnt[idx];
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.c382 __inout unsigned int *countp,
408 EFSYS_ASSERT(countp != NULL);
411 count = *countp;
532 *countp = count;
380 efx_ev_qpoll( __in efx_evq_t *eep, __inout unsigned int *countp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
/freebsd-11-stable/sys/sys/
H A Dbus.h540 rman_res_t *startp, rman_res_t *countp);
582 int device_get_children(device_t dev, device_t **listp, int *countp);
630 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp);
631 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
/freebsd-11-stable/sys/dev/puc/
H A Dpuc.c569 rman_res_t *startp, rman_res_t *countp)
597 if (countp != NULL)
598 *countp = rman_get_end(res) - start + 1;
568 puc_bus_get_resource(device_t dev, device_t child, int type, int rid, rman_res_t *startp, rman_res_t *countp) argument
/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.c350 static void wlsftwsleaze(u_short *countp, u_char **mb_pp, struct mbuf **tm_pp, struct wl_softc *sc);
351 static void wlhdwsleaze(u_short *countp, u_char **mb_pp, struct mbuf **tm_pp, struct wl_softc *sc);
2237 wlhdwsleaze(u_short *countp, u_char **mb_pp, struct mbuf **tm_pp, struct wl_softc *sc) argument
2256 *countp = (*tm_pp)->m_len;
2276 *countp = count;
2284 wlsftwsleaze(u_short *countp, u_char **mb_pp, struct mbuf **tm_pp, struct wl_softc *sc) argument
2301 *countp = count;
/freebsd-11-stable/sys/dev/pccard/
H A Dpccard.c102 int rid, rman_res_t *startp, rman_res_t *countp);
955 rman_res_t *startp, rman_res_t *countp)
967 if (countp != NULL)
968 *countp = rle->count;
954 pccard_get_resource(device_t dev, device_t child, int type, int rid, rman_res_t *startp, rman_res_t *countp) argument
/freebsd-11-stable/contrib/nvi/vi/
H A Dvi.c1134 u_long *countp)
1162 *countp = count;
1131 v_count( SCR *sp, ARG_CHAR_T fkey, u_long *countp) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c525 uint64_t *countp = &zio->io_children[c][wait]; local
526 if (*countp != 0) {
529 zio->io_stall = countp;
542 uint64_t *countp = &pio->io_children[zio->io_child_type][wait]; local
549 ASSERT3U(*countp, >, 0);
551 (*countp)--;
553 if (*countp == 0 && pio->io_stall == countp) {
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c1480 * of drivers in the array is returned in @p *countp. The caller should
1485 * @param countp gives location for number of array elements
1492 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) argument
1511 *countp = count;
4341 rman_res_t *startp, rman_res_t *countp)
4356 if (countp)
4357 *countp = rle->count;
4736 rman_res_t *startp, rman_res_t *countp)
4739 startp, countp));
4340 bus_generic_rl_get_resource(device_t dev, device_t child, int type, int rid, rman_res_t *startp, rman_res_t *countp) argument
4735 bus_get_resource(device_t dev, int type, int rid, rman_res_t *startp, rman_res_t *countp) argument
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c365 int *countp = (int *) countparg; local
367 sec->index = *countp;
368 ++*countp;

Completed in 413 milliseconds

12