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...] |