Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vfs/
H A Ddevfs_fdesc.c129 char fdesc_path[MAXPATHLEN]; variable
145 snprintf(fdesc_path, sizeof(fdesc_path), "/dev/fd/%d", dir_fd);
149 T_LOG("Testing mount blocking on /dev/fd/%d path: %s", dir_fd, fdesc_path);
152 ret = mount("tmpfs", fdesc_path, MNT_RDONLY, NULL);
154 "Mounting tmpfs over %s should fail with ENOTSUP", fdesc_path);
157 ret = mount("devfs", fdesc_path, MNT_RDONLY, NULL);
159 "Mounting devfs over %s should fail with ENOTSUP", fdesc_path);
169 char fdesc_path[MAXPATHLEN]; variable
185 snprintf(fdesc_path, sizeof(fdesc_path), "/dev/fd/%d", dir_fd);
189 T_LOG("Testing unmount blocking on /dev/fd/%d path: %s", dir_fd, fdesc_path);
[all …]