sys_descrip.c | 335 char *kpath; local in function:sys_fcntl 482 kpath = PNBUF_GET(); 486 error = vnode_to_path(kpath, MAXPATHLEN, fp->f_vnode, 489 error = (*fp->f_ops->fo_fcntl)(fp, F_GETPATH, kpath); 492 error = copyoutstr(kpath, SCARG(uap, arg), MAXPATHLEN, 495 PNBUF_PUT(kpath);
|