Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-sunos5/
DIN.py265 _SC_COHER_BLKSZ = 503 variable
DSTROPTS.py262 _SC_COHER_BLKSZ = 503 variable
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1653 pub const _SC_COHER_BLKSZ: ::c_int = 503; constant
/external/python/cpython2/Modules/
Dposixmodule.c8137 #ifdef _SC_COHER_BLKSZ
8138 {"SC_COHER_BLKSZ", _SC_COHER_BLKSZ},
/external/python/cpython3/Modules/
Dposixmodule.c11766 #ifdef _SC_COHER_BLKSZ
11767 {"SC_COHER_BLKSZ", _SC_COHER_BLKSZ},