Searched refs:cntp (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/lib/libutil/ |
| D | kinfo_getvmmap.c | 15 kinfo_getvmmap(pid_t pid, size_t *cntp) in kinfo_getvmmap() argument 22 *cntp = 0; in kinfo_getvmmap() 46 *cntp = len / sizeof(*kiv); in kinfo_getvmmap()
|
| /netbsd/src/external/bsd/ntp/dist/scripts/deprecated/ |
| D | ntp-groper | 25 logfile=/tmp/cntp-log$$ 26 ntpqlog=/tmp/cntp-ntpq$$
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | request.c | 1061 int *cntp, in ldap_int_nextref() argument 1066 assert( cntp != NULL ); in ldap_int_nextref() 1068 if ( *cntp < -1 ) { in ldap_int_nextref() 1069 *cntp = -1; in ldap_int_nextref() 1073 (*cntp)++; in ldap_int_nextref() 1075 if ( (*refsp)[ *cntp ] == NULL ) { in ldap_int_nextref() 1076 *cntp = -1; in ldap_int_nextref()
|
| /netbsd/src/external/bsd/top/dist/ |
| D | utils.c | 341 argparse(char *line, int *cntp) in argparse() argument 410 *cntp = cnt; in argparse()
|
| /netbsd/src/sys/fs/union/ |
| D | union_subr.c | 1020 union_dircache_r(struct vnode *vp, struct vnode ***vppp, int *cntp) in union_dircache_r() argument 1028 if (--(*cntp) == 0) in union_dircache_r() 1031 (*cntp)++; in union_dircache_r() 1039 union_dircache_r(un->un_uppervp, vppp, cntp); in union_dircache_r() 1041 union_dircache_r(un->un_lowervp, vppp, cntp); in union_dircache_r()
|
| /netbsd/src/sys/fs/tmpfs/ |
| D | tmpfs_subr.c | 808 tmpfs_dir_getdents(tmpfs_node_t *node, struct uio *uio, off_t *cntp) in tmpfs_dir_getdents() argument 827 (*cntp)++; in tmpfs_dir_getdents() 833 (*cntp)++; in tmpfs_dir_getdents() 877 (*cntp)++; in tmpfs_dir_getdents()
|
| /netbsd/src/sys/arch/xen/xen/ |
| D | xennetback_xenbus.c | 785 int m0_len, int req_cons, int *cntp) in xennetback_tx_m0len_fragment() argument 790 *cntp = 1; in xennetback_tx_m0len_fragment() 793 if (m0_len <= txreq->size || *cntp > XEN_NETIF_NR_SLOTS_MIN) in xennetback_tx_m0len_fragment() 800 (*cntp)++; in xennetback_tx_m0len_fragment()
|
| /netbsd/src/sys/arch/hpcmips/dev/ |
| D | ucbsnd.c | 742 ringbuf_consumer_get(struct ring_buf *rb, size_t *cntp) in ringbuf_consumer_get() argument 753 *cntp = rb->rb_bufcnt[idx]; in ringbuf_consumer_get()
|
| /netbsd/src/sys/fs/nfs/common/ |
| D | nfs_commonsubs.c | 764 nfsrv_getattrbits(struct nfsrv_descript *nd, nfsattrbit_t *attrbitp, int *cntp, in nfsrv_getattrbits() argument 792 if (cntp) in nfsrv_getattrbits() 793 *cntp = NFSX_UNSIGNED + (cnt * NFSX_UNSIGNED); in nfsrv_getattrbits()
|
| /netbsd/src/external/bsd/openldap/dist/include/ |
| D | ldap.h | 1030 LDAP *ld, char ***refsp, int *cntp,
|