Home
last modified time | relevance | path

Searched refs:wf (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib271 log_must zpool replace -wf $pool $vdev $vdev
/f-stack/freebsd/kern/
H A Dsys_pipe.c447 struct file *rf, *wf; in kern_pipe() local
477 error = falloc_caps(td, &wf, &fd, flags, fcaps2); in kern_pipe()
486 finit(wf, fflags, DTYPE_PIPE, wpipe, &pipeops); in kern_pipe()
487 fdrop(wf, td); in kern_pipe()