Home
last modified time | relevance | path

Searched refs:fd_fdstat_set_flags (Results 1 – 18 of 18) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp1_fd_flags_set.rs93 wasip1::fd_fdstat_set_flags(file_fd, 0).expect("disabling flags"); in test_fd_fdstat_set_flags()
H A Dp1_dir_fd_op_failures.rs86 let r = wasip1::fd_fdstat_set_flags(dir_fd, wasip1::FDFLAGS_NONBLOCK); in test_fd_dir_ops()
/wasmtime-44.0.1/crates/wiggle/tests/
H A Dwasi.rs121 fn fd_fdstat_set_flags( in fd_fdstat_set_flags() method
H A Dtypenames.witx211 ;;; The right to invoke `fd_fdstat_set_flags`.
212 $fd_fdstat_set_flags
H A Dwasi.witx112 (@interface func (export "fd_fdstat_set_flags")
/wasmtime-44.0.1/crates/wasi/src/
H A Dp0.rs178 fn fd_fdstat_set_flags( in fd_fdstat_set_flags() method
184 Snapshot1::fd_fdstat_set_flags(self, memory, fd.into(), flags.into())?; in fd_fdstat_set_flags()
H A Dp1.rs1528 fn fd_fdstat_set_flags( in fd_fdstat_set_flags() method
/wasmtime-44.0.1/crates/wasi-common/src/snapshots/
H A Dpreview_0.rs489 async fn fd_fdstat_set_flags( in fd_fdstat_set_flags() method
495 Snapshot1::fd_fdstat_set_flags(self, memory, fd.into(), flags.into()).await?; in fd_fdstat_set_flags()
H A Dpreview_1.rs215 async fn fd_fdstat_set_flags( in fd_fdstat_set_flags() method
/wasmtime-44.0.1/crates/wasi/witx/p0/
H A Dtypenames.witx211 ;;; The right to invoke `fd_fdstat_set_flags`.
212 $fd_fdstat_set_flags
H A Dwasi_unstable.witx117 (@interface func (export "fd_fdstat_set_flags")
/wasmtime-44.0.1/crates/wasi/witx/p1/
H A Dtypenames.witx211 ;;; The right to invoke `fd_fdstat_set_flags`.
212 $fd_fdstat_set_flags
H A Dwasi_snapshot_preview1.witx114 (@interface func (export "fd_fdstat_set_flags")
/wasmtime-44.0.1/crates/wasi-common/witx/preview1/
H A Dtypenames.witx211 ;;; The right to invoke `fd_fdstat_set_flags`.
212 $fd_fdstat_set_flags
H A Dwasi_snapshot_preview1.witx114 (@interface func (export "fd_fdstat_set_flags")
/wasmtime-44.0.1/crates/wasi-common/witx/preview0/
H A Dtypenames.witx211 ;;; The right to invoke `fd_fdstat_set_flags`.
212 $fd_fdstat_set_flags
H A Dwasi_unstable.witx117 (@interface func (export "fd_fdstat_set_flags")
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs918 pub unsafe extern "C" fn fd_fdstat_set_flags(fd: Fd, flags: Fdflags) -> Errno { in fd_fdstat_set_flags() function