Searched refs:out_name (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/bsd/sys/ |
| H A D | kern_control.h | 679 errno_t ctl_name_by_id(u_int32_t id, char *out_name, size_t maxsize);
|
| H A D | vnode.h | 2451 void vnode_getparent_and_name(vnode_t vp, vnode_t *out_pvp, const char **out_name);
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_cache.c | 922 vnode_getparent_and_name(vnode_t vp, vnode_t *out_pvp, const char **out_name) in vnode_getparent_and_name() argument 931 if (out_name) { in vnode_getparent_and_name() 936 *out_name = name; in vnode_getparent_and_name()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_control.c | 1852 ctl_name_by_id(u_int32_t id, char *out_name, size_t maxsize) in ctl_name_by_id() argument 1868 strlcpy(out_name, kctl->name, maxsize); in ctl_name_by_id()
|