Home
last modified time | relevance | path

Searched refs:ST_OK (Results 1 – 4 of 4) sorted by relevance

/tools/usb/usbip/libsrc/
Dusbip_common.h47 #define ST_OK 0x00 macro
Dusbip_common.c75 { ST_OK, "Request Completed Successfully" },
/tools/usb/usbip/src/
Dusbipd.c98 int status = ST_OK; in recv_request_import()
184 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist()
Dusbip_network.c198 if (op_common.status != ST_OK) { in usbip_net_recv_op_common()