Home
last modified time | relevance | path

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

123

/netbsd-src/sys/rump/librump/rumpkern/
H A Dklock.c114 _kernel_unlock(int nlocks, int *countp) in _kernel_unlock() argument
119 if (countp) in _kernel_unlock()
120 *countp = 0; in _kernel_unlock()
124 if (countp) in _kernel_unlock()
125 *countp = giantcnt; in _kernel_unlock()
151 rump_user_unschedule(int nlocks, int *countp, void *interlock) in rump_user_unschedule() argument
154 _kernel_unlock(nlocks, countp); in rump_user_unschedule()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsort.c88 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()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsort.c88 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()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsort.c88 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()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsort.c88 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()
/netbsd-src/sys/ufs/ffs/
H A Dffs_wapbl.c541 daddr_t *startp, size_t *countp, size_t *blksizep, uint64_t *extradatap) in wapbl_log_position()
554 *countp = fs->fs_journallocs[UFS_WAPBL_EPART_COUNT]; in wapbl_log_position()
557 "blksize = %zu\n", *startp, *countp, *blksizep); in wapbl_log_position()
563 *countp = fs->fs_journallocs[UFS_WAPBL_INFS_COUNT]; in wapbl_log_position()
566 "blksize = %zu\n", *startp, *countp, *blksizep); in wapbl_log_position()
599 *countp = (logend - logstart); in wapbl_log_position()
604 *countp = dbtob(*countp) / secsize; in wapbl_log_position()
607 fs->fs_journallocs[UFS_WAPBL_EPART_COUNT] = *countp; in wapbl_log_position()
618 startp, countp, extradata in wapbl_log_position()
537 wapbl_log_position(struct mount * mp,struct fs * fs,struct vnode * devvp,daddr_t * startp,size_t * countp,size_t * blksizep,uint64_t * extradatap) wapbl_log_position() argument
644 wapbl_create_infs_log(struct mount * mp,struct fs * fs,struct vnode * devvp,daddr_t * startp,size_t * countp,uint64_t * extradatap) wapbl_create_infs_log() argument
702 wapbl_allocate_log_file(struct mount * mp,struct vnode * vp,daddr_t * startp,size_t * countp,uint64_t * extradatap) wapbl_allocate_log_file() argument
[all...]
H A Dffs_inode.c627 int level, int64_t *countp) in ffs_indirtrunc() argument
750 (daddr_t)-1, level - 1, countp); in ffs_indirtrunc()
766 *countp += nblocks; in ffs_indirtrunc()
777 last, level - 1, countp); in ffs_indirtrunc()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_common.c105 restarter(krb5_context context, size_t *countp) in restarter() argument
150 if (countp != NULL) in restarter()
151 *countp = count; in restarter()
261 if (countp != NULL) in restarter()
262 *countp = 0; in restarter()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dpagectrl.c186 ber_int_t *countp, in ldap_parse_pageresponse_control() argument
216 if ( countp != NULL ) { in ldap_parse_pageresponse_control()
217 *countp = (unsigned long)count; in ldap_parse_pageresponse_control()
241 ber_int_t *countp, in ldap_parse_page_control() argument
264 ld->ld_errno = ldap_parse_pageresponse_control( ld, c, countp, &cookie ); in ldap_parse_page_control()
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dexport.c48 mpz_export (void *data, size_t *countp, int order, in mpz_export() argument
62 if (countp == NULL) in mpz_export()
63 countp = &dummy; in mpz_export()
68 *countp = 0; in mpz_export()
76 *countp = count; in mpz_export()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drdataset.c244 unsigned int options, unsigned int *countp, in dns_rdataset_clone()
269 REQUIRE(countp != NULL); in dns_rdataset_next()
289 countp);
454 *countp += count; in towiresorted()
462 *countp += added; in towiresorted()
467 *countp = 0; in towiresorted()
485 unsigned int *countp) { in towiresorted()
487 order_arg, false, options, countp, NULL); in towiresorted()
495 unsigned int *countp, void **state) { in towiresorted()
498 order_arg, true, options, countp, stat in towiresorted()
311 towiresorted(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,dns_rdatasetorderfunc_t order,const void * order_arg,bool partial,unsigned int options,unsigned int * countp,void ** state) towiresorted() argument
555 dns_rdataset_towiresorted(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,dns_rdatasetorderfunc_t order,const void * order_arg,unsigned int options,unsigned int * countp) dns_rdataset_towiresorted() argument
565 dns_rdataset_towirepartial(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,dns_rdatasetorderfunc_t order,const void * order_arg,unsigned int options,unsigned int * countp,void ** state) dns_rdataset_towirepartial() argument
574 dns_rdataset_towire(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,unsigned int options,unsigned int * countp) dns_rdataset_towire() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdataset.c313 unsigned int options, unsigned int *countp, void **state) { in towiresorted() argument
339 REQUIRE(countp != NULL); in towiresorted()
359 countp)); in towiresorted()
524 *countp += count; in towiresorted()
533 *countp += added; in towiresorted()
539 *countp = 0; in towiresorted()
557 unsigned int *countp) { in dns_rdataset_towiresorted() argument
559 order_arg, false, options, countp, NULL)); in dns_rdataset_towiresorted()
567 unsigned int *countp, void **state) { in dns_rdataset_towirepartial() argument
570 order_arg, true, options, countp, state)); in dns_rdataset_towirepartial()
[all …]
/netbsd-src/sys/kern/
H A Dkern_lock.c330 _kernel_unlock(int nlocks, int *countp) in _kernel_unlock() argument
343 if (countp != NULL) in _kernel_unlock()
344 *countp = 0; in _kernel_unlock()
374 if (countp != NULL) in _kernel_unlock()
375 *countp = olocks; in _kernel_unlock()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Drdataset.h376 unsigned int options, unsigned int *countp);
414 unsigned int *countp);
430 unsigned int *countp, void **state);
H A Dncache.h106 unsigned int *countp);
/netbsd-src/sys/lib/libkern/
H A Dstrlist.c200 const char * const str, int * const indexp, unsigned int * const countp, in strlist_match_internal() argument
231 if (countp == NULL) { in strlist_match_internal()
237 if (countp != NULL) { in strlist_match_internal()
238 *countp = i; in strlist_match_internal()
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Drdataset.h464 unsigned int options, unsigned int *countp);
472 *\li The number of RRs added to target will be added to *countp.
479 *\li 'countp' is a valid pointer.
486 *\li *countp has been incremented by the number of RRs added to
502 unsigned int *countp);
518 unsigned int *countp, void **state);
532 *\li #ISC_R_NOSPACE if unable to fit in all of the records. *countp
H A Dncache.h105 unsigned int *countp);
113 *\li The number of RRs added to target will be added to *countp.
120 *\li 'countp' is a valid pointer.
127 *\li *countp has been incremented by the number of RRs added to
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dmini-random.c54 mini_rrandomb_export (mpz_t r, void *dst, size_t *countp, in mini_rrandomb_export() argument
58 s = hex_rrandomb_export (dst, countp, order, size, endian, bits); in mini_rrandomb_export()
H A Dmini-random.h25 void mini_rrandomb_export (mpz_t r, void *dst, size_t *countp,
H A Dhex-random.h35 char *hex_rrandomb_export (void *dst, size_t *countp,
/netbsd-src/external/mit/isl/dist/imath/
H A Dgmp_compat.c655 void *GMPZAPI(export)(void *rop, size_t *countp, int order, size_t size, in GMPZAPI()
674 if (countp) *countp = 0; in GMPZAPI()
729 if (countp) *countp = num_words; in GMPZAPI()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c422 tree *countp = gimple_call_arg_ptr (stmt, 2); in decrement_count() local
423 gcc_assert (TREE_CODE (*countp) == INTEGER_CST); in decrement_count()
424 *countp = wide_int_to_tree (TREE_TYPE (*countp), (TREE_INT_CST_LOW (*countp) in decrement_count()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_inode.c498 int level, long *countp) in ext2fs_indirtrunc() argument
548 *countp = 0; in ext2fs_indirtrunc()
609 *countp = blocksreleased; in ext2fs_indirtrunc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc581 tree *countp = gimple_call_arg_ptr (stmt, 2); in decrement_count() local
582 gcc_assert (TREE_CODE (*countp) == INTEGER_CST); in decrement_count()
583 *countp = wide_int_to_tree (TREE_TYPE (*countp), (TREE_INT_CST_LOW (*countp) in decrement_count()

123