Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1506 P_MOD = 0x1 variable
1509 def hat_ismod(pp): return (hat_page_getattr(pp, P_MOD))
1515 def hat_setmod(pp): return (hat_page_setattr(pp, P_MOD))
1519 def hat_setrefmod(pp): return (hat_page_setattr(pp, P_REF|P_MOD))
1521 def hat_clrmod(pp): return (hat_page_clrattr(pp, P_MOD))
1525 def hat_clrrefmod(pp): return (hat_page_clrattr(pp, P_REF|P_MOD))