Function doors::illumos::fattach

source ·
pub fn fattach<P: AsRef<Path>>(fildes: RawFd, path: P) -> Result<(), Error>
Expand description

Attach a doors-based file descriptor to an object in the file system name space.

See FATTACH(3C) for more details.