Searched refs:VKI_EPERM (Results 1 – 6 of 6) sorted by relevance
698 case VKI_EPERM: return "Operation not permitted"; in VG_()
946 return VG_(mk_SysRes_Error)( VKI_EPERM ); in VG_()
522 #define VKI_EPERM EPERM macro
1150 #define VKI_EPERM 1 /* Operation not permitted */ macro
3941 SET_STATUS_Failure( VKI_EPERM ); in PRE()3951 SET_STATUS_Failure( VKI_EPERM ); in PRE()3961 SET_STATUS_Failure( VKI_EPERM ); in PRE()
3609 SET_STATUS_Failure(VKI_EPERM); // USRSTACK is read-only in PRE()