Searched refs:user64_namespace_handler_info_ext (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfsctl.h95 typedef struct user64_namespace_handler_info_ext { struct
100 } user64_namespace_handler_info_ext; typedef in typeref:struct:user64_namespace_handler_info_ext
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c8315 if ( (is64bit && size != sizeof(user64_namespace_handler_info) && size != sizeof(user64_namespace_handler_info_ext))
8328 if (size == sizeof(user64_namespace_handler_info_ext)) {
8329 nhi.infoptr = (user_addr_t)((user64_namespace_handler_info_ext *)data)->infoptr;

Completed in 32 milliseconds