Home
last modified time | relevance | path

Searched refs:__wasi_fdstat_t (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-bottom-half/cloudlibc/src/common/
H A Derrno.h15 __wasi_fdstat_t fds; in errno_fixup_directory()
35 __wasi_fdstat_t fds; in errno_fixup_executable()
50 __wasi_fdstat_t fds; in errno_fixup_process()
64 __wasi_fdstat_t fds; in errno_fixup_socket()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-wasi-wasmsbx/src/
H A Dwasi_host.rs532 pub struct __wasi_fdstat_t { struct
541 ::std::mem::size_of::<__wasi_fdstat_t>(), in bindgen_test_layout___wasi_fdstat_t() argument
543 concat!("Size of: ", stringify!(__wasi_fdstat_t)) in bindgen_test_layout___wasi_fdstat_t()
546 ::std::mem::align_of::<__wasi_fdstat_t>(), in bindgen_test_layout___wasi_fdstat_t()
548 concat!("Alignment of ", stringify!(__wasi_fdstat_t)) in bindgen_test_layout___wasi_fdstat_t()
551 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_filetype as *const _ as usize }, in bindgen_test_layout___wasi_fdstat_t()
555 stringify!(__wasi_fdstat_t), in bindgen_test_layout___wasi_fdstat_t()
561 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_flags as *const _ as usize }, in bindgen_test_layout___wasi_fdstat_t()
565 stringify!(__wasi_fdstat_t), in bindgen_test_layout___wasi_fdstat_t()
575 stringify!(__wasi_fdstat_t), in bindgen_test_layout___wasi_fdstat_t()
[all …]
H A Dmemory.rs315 pub fn dec_fdstat(fdstat: wasm32::__wasi_fdstat_t) -> host::__wasi_fdstat_t { in dec_fdstat() argument
316 host::__wasi_fdstat_t { in dec_fdstat()
327 ) -> Result<host::__wasi_fdstat_t, host::__wasi_errno_t> { in dec_fdstat_byref() argument
328 dec_pointee::<wasm32::__wasi_fdstat_t>(vmctx, fdstat_ptr).map(dec_fdstat) in dec_fdstat_byref()
331 pub fn enc_fdstat(fdstat: host::__wasi_fdstat_t) -> wasm32::__wasi_fdstat_t { in enc_fdstat() argument
332 wasm32::__wasi_fdstat_t { in enc_fdstat()
344 host_fdstat: host::__wasi_fdstat_t, in enc_fdstat_byref() argument
347 enc_pointee::<wasm32::__wasi_fdstat_t>(vmctx, fdstat_ptr, fdstat) in enc_fdstat_byref()
H A Dwasm32.rs494 pub struct __wasi_fdstat_t { struct
504 ::std::mem::size_of::<__wasi_fdstat_t>(), in bindgen_test_layout_wasi_fdstat_t() argument
506 concat!("Size of: ", stringify!(__wasi_fdstat_t)) in bindgen_test_layout_wasi_fdstat_t()
509 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_filetype as *const _ as usize }, in bindgen_test_layout_wasi_fdstat_t()
513 stringify!(__wasi_fdstat_t), in bindgen_test_layout_wasi_fdstat_t()
519 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_flags as *const _ as usize }, in bindgen_test_layout_wasi_fdstat_t()
523 stringify!(__wasi_fdstat_t), in bindgen_test_layout_wasi_fdstat_t()
529 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_rights_base as *const _ as usize }, in bindgen_test_layout_wasi_fdstat_t()
533 stringify!(__wasi_fdstat_t), in bindgen_test_layout_wasi_fdstat_t()
540 &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_rights_inheriting as *const _ as usize in bindgen_test_layout_wasi_fdstat_t()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-wasi-wasmsbx/src/
H A Dwasi_host.rs532 pub struct __wasi_fdstat_t { struct
541 ::std::mem::size_of::<__wasi_fdstat_t>(), in bindgen_test_layout___wasi_fdstat_t() argument
543 concat!("Size of: ", stringify!(__wasi_fdstat_t)) in bindgen_test_layout___wasi_fdstat_t()
546 ::std::mem::align_of::<__wasi_fdstat_t>(), in bindgen_test_layout___wasi_fdstat_t()
548 concat!("Alignment of ", stringify!(__wasi_fdstat_t)) in bindgen_test_layout___wasi_fdstat_t()
551 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_filetype as *const _ as usize }, in bindgen_test_layout___wasi_fdstat_t()
555 stringify!(__wasi_fdstat_t), in bindgen_test_layout___wasi_fdstat_t()
561 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_flags as *const _ as usize }, in bindgen_test_layout___wasi_fdstat_t()
565 stringify!(__wasi_fdstat_t), in bindgen_test_layout___wasi_fdstat_t()
575 stringify!(__wasi_fdstat_t), in bindgen_test_layout___wasi_fdstat_t()
[all …]
H A Dmemory.rs315 pub fn dec_fdstat(fdstat: wasm32::__wasi_fdstat_t) -> host::__wasi_fdstat_t { in dec_fdstat() argument
316 host::__wasi_fdstat_t { in dec_fdstat()
327 ) -> Result<host::__wasi_fdstat_t, host::__wasi_errno_t> { in dec_fdstat_byref() argument
328 dec_pointee::<wasm32::__wasi_fdstat_t>(vmctx, fdstat_ptr).map(dec_fdstat) in dec_fdstat_byref()
331 pub fn enc_fdstat(fdstat: host::__wasi_fdstat_t) -> wasm32::__wasi_fdstat_t { in enc_fdstat() argument
332 wasm32::__wasi_fdstat_t { in enc_fdstat()
344 host_fdstat: host::__wasi_fdstat_t, in enc_fdstat_byref() argument
347 enc_pointee::<wasm32::__wasi_fdstat_t>(vmctx, fdstat_ptr, fdstat) in enc_fdstat_byref()
H A Dwasm32.rs494 pub struct __wasi_fdstat_t { struct
504 ::std::mem::size_of::<__wasi_fdstat_t>(), in bindgen_test_layout_wasi_fdstat_t() argument
506 concat!("Size of: ", stringify!(__wasi_fdstat_t)) in bindgen_test_layout_wasi_fdstat_t()
509 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_filetype as *const _ as usize }, in bindgen_test_layout_wasi_fdstat_t()
513 stringify!(__wasi_fdstat_t), in bindgen_test_layout_wasi_fdstat_t()
519 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_flags as *const _ as usize }, in bindgen_test_layout_wasi_fdstat_t()
523 stringify!(__wasi_fdstat_t), in bindgen_test_layout_wasi_fdstat_t()
529 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_rights_base as *const _ as usize }, in bindgen_test_layout_wasi_fdstat_t()
533 stringify!(__wasi_fdstat_t), in bindgen_test_layout_wasi_fdstat_t()
540 &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_rights_inheriting as *const _ as usize in bindgen_test_layout_wasi_fdstat_t()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-wasi/src/
H A Dwasi_host.rs532 pub struct __wasi_fdstat_t { struct
541 ::std::mem::size_of::<__wasi_fdstat_t>(), in bindgen_test_layout___wasi_fdstat_t() argument
543 concat!("Size of: ", stringify!(__wasi_fdstat_t)) in bindgen_test_layout___wasi_fdstat_t()
546 ::std::mem::align_of::<__wasi_fdstat_t>(), in bindgen_test_layout___wasi_fdstat_t()
548 concat!("Alignment of ", stringify!(__wasi_fdstat_t)) in bindgen_test_layout___wasi_fdstat_t()
551 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_filetype as *const _ as usize }, in bindgen_test_layout___wasi_fdstat_t()
555 stringify!(__wasi_fdstat_t), in bindgen_test_layout___wasi_fdstat_t()
561 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_flags as *const _ as usize }, in bindgen_test_layout___wasi_fdstat_t()
565 stringify!(__wasi_fdstat_t), in bindgen_test_layout___wasi_fdstat_t()
575 stringify!(__wasi_fdstat_t), in bindgen_test_layout___wasi_fdstat_t()
[all …]
H A Dmemory.rs315 pub fn dec_fdstat(fdstat: wasm32::__wasi_fdstat_t) -> host::__wasi_fdstat_t { in dec_fdstat() argument
316 host::__wasi_fdstat_t { in dec_fdstat()
327 ) -> Result<host::__wasi_fdstat_t, host::__wasi_errno_t> { in dec_fdstat_byref() argument
328 dec_pointee::<wasm32::__wasi_fdstat_t>(vmctx, fdstat_ptr).map(dec_fdstat) in dec_fdstat_byref()
331 pub fn enc_fdstat(fdstat: host::__wasi_fdstat_t) -> wasm32::__wasi_fdstat_t { in enc_fdstat() argument
332 wasm32::__wasi_fdstat_t { in enc_fdstat()
344 host_fdstat: host::__wasi_fdstat_t, in enc_fdstat_byref() argument
347 enc_pointee::<wasm32::__wasi_fdstat_t>(vmctx, fdstat_ptr, fdstat) in enc_fdstat_byref()
H A Dwasm32.rs494 pub struct __wasi_fdstat_t { struct
504 ::std::mem::size_of::<__wasi_fdstat_t>(), in bindgen_test_layout_wasi_fdstat_t() argument
506 concat!("Size of: ", stringify!(__wasi_fdstat_t)) in bindgen_test_layout_wasi_fdstat_t()
509 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_filetype as *const _ as usize }, in bindgen_test_layout_wasi_fdstat_t()
513 stringify!(__wasi_fdstat_t), in bindgen_test_layout_wasi_fdstat_t()
519 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_flags as *const _ as usize }, in bindgen_test_layout_wasi_fdstat_t()
523 stringify!(__wasi_fdstat_t), in bindgen_test_layout_wasi_fdstat_t()
529 unsafe { &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_rights_base as *const _ as usize }, in bindgen_test_layout_wasi_fdstat_t()
533 stringify!(__wasi_fdstat_t), in bindgen_test_layout_wasi_fdstat_t()
540 &(*(::std::ptr::null::<__wasi_fdstat_t>())).fs_rights_inheriting as *const _ as usize in bindgen_test_layout_wasi_fdstat_t()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/wasi/
H A Dapi.h925 typedef struct __wasi_fdstat_t { struct
947 } __wasi_fdstat_t; argument
949 _Static_assert(sizeof(__wasi_fdstat_t) == 24, "witx calculated size");
950 _Static_assert(_Alignof(__wasi_fdstat_t) == 8, "witx calculated align");
951 _Static_assert(offsetof(__wasi_fdstat_t, fs_filetype) == 0, "witx calculated offset");
952 _Static_assert(offsetof(__wasi_fdstat_t, fs_flags) == 2, "witx calculated offset");
953 _Static_assert(offsetof(__wasi_fdstat_t, fs_rights_base) == 8, "witx calculated offset");
954 _Static_assert(offsetof(__wasi_fdstat_t, fs_rights_inheriting) == 16, "witx calculated offset");
1717 __wasi_fdstat_t *retptr0
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-bottom-half/headers/public/wasi/
H A Dapi.h925 typedef struct __wasi_fdstat_t { struct
947 } __wasi_fdstat_t; argument
949 _Static_assert(sizeof(__wasi_fdstat_t) == 24, "witx calculated size");
950 _Static_assert(_Alignof(__wasi_fdstat_t) == 8, "witx calculated align");
951 _Static_assert(offsetof(__wasi_fdstat_t, fs_filetype) == 0, "witx calculated offset");
952 _Static_assert(offsetof(__wasi_fdstat_t, fs_flags) == 2, "witx calculated offset");
953 _Static_assert(offsetof(__wasi_fdstat_t, fs_rights_base) == 8, "witx calculated offset");
954 _Static_assert(offsetof(__wasi_fdstat_t, fs_rights_inheriting) == 16, "witx calculated offset");
1717 __wasi_fdstat_t *retptr0
/dports/lang/zig/zig-0.9.0/lib/libc/include/wasm-wasi-musl/wasi/
H A Dapi.h925 typedef struct __wasi_fdstat_t { struct
947 } __wasi_fdstat_t; argument
949 _Static_assert(sizeof(__wasi_fdstat_t) == 24, "witx calculated size");
950 _Static_assert(_Alignof(__wasi_fdstat_t) == 8, "witx calculated align");
951 _Static_assert(offsetof(__wasi_fdstat_t, fs_filetype) == 0, "witx calculated offset");
952 _Static_assert(offsetof(__wasi_fdstat_t, fs_flags) == 2, "witx calculated offset");
953 _Static_assert(offsetof(__wasi_fdstat_t, fs_rights_base) == 8, "witx calculated offset");
954 _Static_assert(offsetof(__wasi_fdstat_t, fs_rights_inheriting) == 16, "witx calculated offset");
1717 __wasi_fdstat_t *retptr0
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-bottom-half/cloudlibc/src/libc/fcntl/
H A Dfcntl.c20 __wasi_fdstat_t fds;
67 __wasi_fdstat_t fds = {.fs_flags = flags & 0xfff};
H A Dopenat.c119 __wasi_fdstat_t fsb_cur;
155 __wasi_fdstat_t fsb_new = {
/dports/devel/wasm3/wasm3-0.5.0/source/extra/
H A Dwasi_core.h935 typedef struct __wasi_fdstat_t { struct
957 } __wasi_fdstat_t; argument
959 _Static_assert(sizeof(__wasi_fdstat_t) == 24, "witx calculated size");
960 _Static_assert(_Alignof(__wasi_fdstat_t) == 8, "witx calculated align");
961 _Static_assert(offsetof(__wasi_fdstat_t, fs_filetype) == 0, "witx calculated offset");
962 _Static_assert(offsetof(__wasi_fdstat_t, fs_flags) == 2, "witx calculated offset");
963 _Static_assert(offsetof(__wasi_fdstat_t, fs_rights_base) == 8, "witx calculated offset");
964 _Static_assert(offsetof(__wasi_fdstat_t, fs_rights_inheriting) == 16, "witx calculated offset");
1864 __wasi_fdstat_t *stat
/dports/devel/emscripten/emscripten-2.0.3/system/include/wasi/
H A Dapi.h926 typedef struct __wasi_fdstat_t { struct
948 } __wasi_fdstat_t; argument
950 _Static_assert(sizeof(__wasi_fdstat_t) == 24, "witx calculated size");
951 _Static_assert(_Alignof(__wasi_fdstat_t) == 8, "witx calculated align");
952 _Static_assert(offsetof(__wasi_fdstat_t, fs_filetype) == 0, "witx calculated offset");
953 _Static_assert(offsetof(__wasi_fdstat_t, fs_flags) == 2, "witx calculated offset");
954 _Static_assert(offsetof(__wasi_fdstat_t, fs_rights_base) == 8, "witx calculated offset");
955 _Static_assert(offsetof(__wasi_fdstat_t, fs_rights_inheriting) == 16, "witx calculated offset");
1855 __wasi_fdstat_t *stat
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/old/snapshot_0/
H A Dmemory.rs310 ) -> WasiResult<wasi::__wasi_fdstat_t> { in dec_fdstat_byref() argument
311 let raw = dec_raw_byref::<wasi::__wasi_fdstat_t>(memory, fdstat_ptr)?; in dec_fdstat_byref()
313 Ok(wasi::__wasi_fdstat_t { in dec_fdstat_byref()
324 fdstat: wasi::__wasi_fdstat_t, in enc_fdstat_byref() argument
326 let raw = wasi::__wasi_fdstat_t { in enc_fdstat_byref()
333 enc_raw_byref::<wasi::__wasi_fdstat_t>(memory, fdstat_ptr, raw) in enc_fdstat_byref()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/
H A Dwasi-helpers.c21 __wasi_fdstat_t statbuf; in __wasi_fd_is_valid()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/unistd/
H A Disatty.c11 __wasi_fdstat_t statbuf; in isatty()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-bottom-half/sources/
H A Disatty.c6 __wasi_fdstat_t statbuf; in __isatty()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-bottom-half/sources/
H A Disatty.c6 __wasi_fdstat_t statbuf; in __isatty()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-bottom-half/sources/
H A Disatty.c6 __wasi_fdstat_t statbuf; in __isatty()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-bottom-half/sources/
H A Disatty.c6 __wasi_fdstat_t statbuf; in __isatty()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-bottom-half/cloudlibc/src/libc/sys/socket/
H A Dgetsockopt.c24 __wasi_fdstat_t fsb; in getsockopt()

1234