DTYPE_SHM
case DTYPE_SHM:
if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) ||
if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) ||
case DTYPE_SHM:
} else if (fp->f_type == DTYPE_SHM) {
finit(fp, FFLAGS(O_RDWR), DTYPE_SHM, reg->ushm_obj,
finit(fp, FFLAGS(flags & O_ACCMODE), DTYPE_SHM, shmfd, &shm_ops);
if (fp->f_type != DTYPE_SHM)
if (fp->f_type != DTYPE_SHM)