Home
last modified time | relevance | path

Searched refs:nmount (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/nix/test/
H A Dtest_nmount.rs23 .nmount(MntFlags::empty()) in ok()
44 .nmount(MntFlags::empty()) in bad_fstype()
/third_party/rust/crates/nix/src/mount/
H A Dbsd.rs16 /// Used with [`Nmount::nmount`].
106 /// The Error type of [`Nmount::nmount`].
109 /// by `nmount(2)`.
119 /// Returns the additional error string sometimes generated by `nmount(2)`.
158 /// Result type of [`Nmount::nmount`].
164 /// The `nmount(2)` system call works similarly to the `mount(8)` program; it
192 /// .nmount(MntFlags::empty()).unwrap();
198 /// * [`nmount(2)`](https://www.freebsd.org/cgi/man.cgi?query=nmount)
256 /// Unsafe because it will cause `Nmount::nmount` t
378 pub fn nmount(&mut self, flags: MntFlags) -> NmountResult { nmount() functions
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4276 pub fn nmount(iov: *mut ::iovec, niov: ::c_uint, flags: ::c_int) -> ::c_int; in nmount() functions

Completed in 10 milliseconds