Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-sunos5/
DIN.py271 _SC_ICACHE_BLKSZ = 509 variable
DSTROPTS.py268 _SC_ICACHE_BLKSZ = 509 variable
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1659 pub const _SC_ICACHE_BLKSZ: ::c_int = 509; constant
/external/python/cpython2/Modules/
Dposixmodule.c8179 #ifdef _SC_ICACHE_BLKSZ
8180 {"SC_ICACHE_BLKSZ", _SC_ICACHE_BLKSZ},
/external/python/cpython3/Modules/
Dposixmodule.c11808 #ifdef _SC_ICACHE_BLKSZ
11809 {"SC_ICACHE_BLKSZ", _SC_ICACHE_BLKSZ},