Searched refs:vn_commname (Results 1 – 3 of 3) sorted by relevance
687 int vn_commname(struct vnode *vn, char *buf, u_int buflen);
748 else if (vn_commname(newtextvp, p->p_comm, sizeof(p->p_comm)) != 0) in do_execve()
3515 vn_commname(struct vnode *vp, char *buf, u_int buflen) in vn_commname() function