Home | History | Annotate | Download | only in kern

Lines Matching refs:bufp

86  * Place the name in the buffer which starts at bufp, immediately
94 char *bufp, struct lwp *l)
119 if (bufp != NULL) {
147 if (bufp == NULL) {
231 if (bp <= bufp) {
274 getcwd_common(struct vnode *lvp, struct vnode *rvp, char **bpp, char *bufp,
301 if (bufp)
382 error = cache_revlookup(lvp, &uvp, &bp, bufp, chkaccess,
394 error = getcwd_scandir(lvp, &uvp, &bp, bufp, l);
402 if (bufp && (bp <= bufp)) {
479 syscallarg(char *) bufp;
516 error = copyout(bp, SCARG(uap, bufp), lenused);