Searched refs:out_name (Results 1 – 3 of 3) sorted by relevance
929 vnode_getparent_and_name(vnode_t vp, vnode_t *out_pvp, const char **out_name) in vnode_getparent_and_name() argument938 if (out_name) { in vnode_getparent_and_name()943 *out_name = name; in vnode_getparent_and_name()
1882 ctl_name_by_id(u_int32_t id, char *__counted_by(maxsize) out_name, size_t maxsize) in ctl_name_by_id() argument1899 strbufcpy(out_name, count, kctl->name, sizeof(kctl->name)); in ctl_name_by_id()
2501 void vnode_getparent_and_name(vnode_t vp, vnode_t *out_pvp, const char **out_name);