Home
last modified time | relevance | path

Searched defs:tn_fifo (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/vfs/tmpfs/
H A Dtmpfs.h268 struct tn_fifo { struct
269 int (*tn_fo_read) (struct file *fp, struct uio *uio,
271 int (*tn_fo_write) (struct file *fp, struct uio *uio,
273 } tn_fifo; member
287 #define tn_fifo tn_spec.tn_fifo macro