Home
last modified time | relevance | path

Searched refs:vn_commname (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dvnode.h687 int vn_commname(struct vnode *vn, char *buf, u_int buflen);
/f-stack/freebsd/kern/
H A Dkern_exec.c748 else if (vn_commname(newtextvp, p->p_comm, sizeof(p->p_comm)) != 0) in do_execve()
H A Dvfs_cache.c3515 vn_commname(struct vnode *vp, char *buf, u_int buflen) in vn_commname() function