HomeSort by relevance Sort by last modified time
    Searched refs:sys_door (Results 1 - 2 of 2) sorted by null

  /external/valgrind/memcheck/tests/solaris/
scalar.c 1149 static void sys_door(void) function
1151 GO(SYS_door, "(DOOR_CREATE) 4s 0m");
1152 SY(SYS_door, x0, x0, x0, x0, x0, x0 + DOOR_CREATE); SUCC;
1158 GO(SYS_door, "(DOOR_REVOKE) 2s 0m");
1159 SY(SYS_door, x0, x0, x0, x0, x0, x0 + DOOR_REVOKE); FAIL;
1165 GO(SYS_door, "(DOOR_INFO) 3s 1m");
1166 SY(SYS_door, x0, x0 - 1, x0, x0, x0, x0 + DOOR_INFO); FAIL;
1172 GO(SYS_door, "(DOOR_CALL) 3s 6m");
1173 SY(SYS_door, x0 - 1, x0, x0, x0, x0, x0 + DOOR_CALL); FAILx(EBADF);
1187 GO(SYS_door, "(DOOR_CALL) 9s 2m")
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c     [all...]

Completed in 1861 milliseconds