OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTYPE_PIPE
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/sys/
file.h
112
struct pipe *fd_pipe; //
DTYPE_PIPE
182
#define
DTYPE_PIPE
3 /* pipe */
/src/sys/miscfs/procfs/
procfs_vfsops.c
385
case
DTYPE_PIPE
:
procfs_vnops.c
1973
case
DTYPE_PIPE
: return DT_FIFO;
/src/sys/kern/
sys_pipe.c
204
* The pipe system call for the
DTYPE_PIPE
type of pipes
239
rf->f_type =
DTYPE_PIPE
;
246
wf->f_type =
DTYPE_PIPE
;
kern_ktrace.c
1048
if (fp->f_type ==
DTYPE_PIPE
)
/src/sys/miscfs/fdesc/
fdesc_vnops.c
362
case
DTYPE_PIPE
:
/src/usr.bin/fstat/
fstat.c
542
case
DTYPE_PIPE
:
/src/sys/compat/linux/common/
linux_file.c
347
* ones and
DTYPE_PIPE
ones. For these, we don't set
357
|| (fp1->f_type ==
DTYPE_PIPE
))
Completed in 18 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025