Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfile.h67 #define DTYPE_SHM 8 /* swap-backed shared memory */ macro
/f-stack/freebsd/kern/
H A Duipc_shm.c1227 finit(fp, FFLAGS(flags & O_ACCMODE), DTYPE_SHM, shmfd, &shm_ops); in kern_shm_open2()
1688 if (fp->f_type != DTYPE_SHM) in shm_map()
1751 if (fp->f_type != DTYPE_SHM) in shm_unmap()
H A Dkern_sendfile.c612 } else if (fp->f_type == DTYPE_SHM) { in sendfile_getobj()
H A Dkern_umtx.c4122 finit(fp, FFLAGS(O_RDWR), DTYPE_SHM, reg->ushm_obj, in umtx_shm()
H A Dkern_descrip.c4754 case DTYPE_SHM: in file_type_to_name()