Lines Matching defs:status
62 #define JVM_ERR_DOOR_CANT_READ_STATUS "cannot read door command status"
63 #define JVM_ERR_DOOR_CMD_STATUS "door command error status"
462 /* read status code for a door command */
470 print_debug("door cmd status: read status failed\n");
480 print_debug("door cmd status: read status overflow\n");
490 int fd, status = 0;
546 status = read_status(fd);
547 // non-zero status is error
548 if (status) {
550 print_debug("%s command failed (status: %d) in target JVM\n",
551 ENABLE_DPROBES_CMD, status);