Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDvnode.h636 int vn_commname(struct vnode *vn, char *buf, u_int buflen);
/trueos/sys/kern/
HDvfs_cache.c1383 vn_commname(struct vnode *vp, char *buf, u_int buflen) in vn_commname() function
HDkern_exec.c639 else if (vn_commname(binvp, p->p_comm, sizeof(p->p_comm)) != 0)