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

/darwin-on-arm/xnu/bsd/sys/
H A Dfsctl.h102 typedef struct user32_namespace_handler_info_ext { struct
107 } user32_namespace_handler_info_ext; typedef in typeref:struct:user32_namespace_handler_info_ext
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c8316 || (is64bit == 0 && size != sizeof(user32_namespace_handler_info) && size != sizeof(user32_namespace_handler_info_ext))) {
8337 if (size == sizeof(user32_namespace_handler_info_ext)) {
8338 nhi.infoptr = CAST_USER_ADDR_T(((user32_namespace_handler_info_ext *)data)->infoptr);

Completed in 33 milliseconds