Home
last modified time | relevance | path

Searched refs:cntp (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/lib/libutil/
H A Dkinfo_getvmmap.c15 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/
H A Dntp-groper25 logfile=/tmp/cntp-log$$
26 ntpqlog=/tmp/cntp-ntpq$$
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Drequest.c1061 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/
H A Dutils.c341 argparse(char *line, int *cntp) in argparse() argument
410 *cntp = cnt; in argparse()
/netbsd-src/sys/fs/union/
H A Dunion_subr.c1020 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/
H A Dtmpfs_subr.c808 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/
H A Dxennetback_xenbus.c785 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/
H A Ducbsnd.c742 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/
H A Dnfs_commonsubs.c764 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/
H A Dldap.h1030 LDAP *ld, char ***refsp, int *cntp,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedA64FX.td2499 // [69] "cntp $Rd, $Pg, $Pn";
H A DAArch64SVEInstrInfo.td1294 defm CNTP_XPP : sve_int_pcount_pred<0b0000, "cntp", int_aarch64_sve_cntp>;
H A DSVEInstrFormats.td688 // Combine cntp with combine_op
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve.md9811 "cntp\t%x0, %1, %3.<Vetype>")
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve.md10195 "cntp\t%x0, %1, %3.<Vetype>")