Home
last modified time | relevance | path

Searched refs:SF_NODISKIO (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/nix/src/sys/
Dsendfile.rs90 SF_NODISKIO;
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs417 pub const SF_NODISKIO: ::c_int = 0x00000001; constant
/external/python/cpython3/Modules/
Dposixmodule.c14875 #ifdef SF_NODISKIO in all_ins()
14876 if (PyModule_AddIntMacro(m, SF_NODISKIO)) return -1; in all_ins()
/external/python/cpython3/Lib/test/
Dtest_os.py3353 flags=os.SF_NODISKIO)
/external/python/cpython3/Doc/library/
Dos.rst1321 .. data:: SF_NODISKIO