Searched refs:get_opcode (Results 1 – 2 of 2) sorted by relevance
139 if (port.get_opcode() == LIBC_PRINTF_TO_STREAM || in handle_printf()140 port.get_opcode() == LIBC_PRINTF_TO_STREAM_PACKED) { in handle_printf()144 } else if (port.get_opcode() == LIBC_PRINTF_TO_STDOUT || in handle_printf()145 port.get_opcode() == LIBC_PRINTF_TO_STDOUT_PACKED) { in handle_printf()313 switch (port.get_opcode()) { in handle_port_impl()321 if (port.get_opcode() == LIBC_WRITE_TO_STREAM) { in handle_port_impl()327 files[i] = port.get_opcode() == LIBC_WRITE_TO_STDERR ? stderr : stdout; in handle_port_impl()335 if (port.get_opcode() == LIBC_WRITE_TO_STDOUT_NEWLINE && in handle_port_impl()
321 RPC_ATTRS uint32_t get_opcode() const { return process.header[index].opcode; } in get_opcode() function