Searched refs:DEVFS_PREFIX_LEN (Results 1 – 1 of 1) sorted by relevance
318 #define DEVFS_PREFIX_LEN (sizeof(DEVFS_PREFIX) - 1) macro333 if (strncmp(mnt->fullpath, DEVFS_PREFIX, DEVFS_PREFIX_LEN) != 0) in ptyfs_ops_mount()346 rc = lwp_ptmx_init(ptmx_device, mnt->fullpath + DEVFS_PREFIX_LEN); in ptyfs_ops_mount()
Completed in 3 milliseconds