Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfile.h67 #define DTYPE_SHM 8 /* swap-backed shared memory */ macro
/freebsd/sys/kern/
H A Duipc_shm.c1370 finit(fp, FFLAGS(flags & O_ACCMODE), DTYPE_SHM, shmfd, &shm_ops); in kern_shm_open2()
1844 if (fp->f_type != DTYPE_SHM) in shm_map()
1907 if (fp->f_type != DTYPE_SHM) in shm_unmap()
H A Dkern_sendfile.c610 } else if (fp->f_type == DTYPE_SHM) { in sendfile_getobj()
H A Dkern_umtx.c4633 finit(fp, FFLAGS(O_RDWR), DTYPE_SHM, reg->ushm_obj, in umtx_shm()
H A Dkern_descrip.c5052 case DTYPE_SHM: in file_type_to_name()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c2407 if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) || in is_sendfile()
2574 if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) || in linux_sendfile_common()
/freebsd/lib/libprocstat/
H A Dlibprocstat.c612 case DTYPE_SHM: in procstat_getfiles_kvm()