Searched refs:buflenp (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/comm/
H A Dcomm.c217 show(FILE *fp, const char *fn, const char *offset, char **bufp, size_t *buflenp) argument
223 if ((n = getline(bufp, buflenp, fp)) < 0)
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c4877 nfsrv_dsgetsockmnt(struct vnode *vp, int lktype, char *buf, int *buflenp, argument
4907 "pnfsd.dsfile", buflenp, buf, p);
4908 mirrorcnt = *buflenp / sizeof(*pf);
4910 *buflenp != sizeof(*pf) * mirrorcnt))
H A Dnfs_nfsdstate.c8531 int *buflenp, char *fname, NFSPROC_T *p, struct vnode **vpp,
8673 error = nfsrv_dsgetsockmnt(vp, 0, buf, buflenp, &mirrorcnt, p,
8712 ippos = *buflenp / sizeof(*pf);
8713 *buflenp += sizeof(*pf);
8530 nfsrv_mdscopymr(char *mdspathp, char *dspathp, char *curdspathp, char *buf, int *buflenp, char *fname, NFSPROC_T *p, struct vnode **vpp, struct vnode **nvpp, struct pnfsdsfile **pfp, struct nfsdevice **dsp, struct nfsdevice **fdsp) argument

Completed in 185 milliseconds