Home
last modified time | relevance | path

Searched defs:pack (Results 1 – 3 of 3) sorted by relevance

/tools/usb/usbip/src/
Dusbip_network.h71 #define PACK_OP_IMPORT_REQUEST(pack, request) do {\ argument
74 #define PACK_OP_IMPORT_REPLY(pack, reply) do {\ argument
93 #define PACK_OP_EXPORT_REQUEST(pack, request) do {\ argument
97 #define PACK_OP_EXPORT_REPLY(pack, reply) do {\ argument
114 #define PACK_OP_UNEXPORT_REQUEST(pack, request) do {\ argument
118 #define PACK_OP_UNEXPORT_REPLY(pack, reply) do {\ argument
156 #define PACK_OP_DEVLIST_REQUEST(pack, request) do {\ argument
159 #define PACK_OP_DEVLIST_REPLY(pack, reply) do {\ argument
Dusbip_network.c53 uint32_t usbip_net_pack_uint32_t(int pack, uint32_t num) in usbip_net_pack_uint32_t()
65 uint16_t usbip_net_pack_uint16_t(int pack, uint16_t num) in usbip_net_pack_uint16_t()
77 void usbip_net_pack_usb_device(int pack, struct usbip_usb_device *udev) in usbip_net_pack_usb_device()
88 void usbip_net_pack_usb_interface(int pack __attribute__((unused)), in usbip_net_pack_usb_interface()
132 static inline void usbip_net_pack_op_common(int pack, in usbip_net_pack_op_common()
/tools/lib/perf/include/perf/
Devent.h425 struct perf_record_compressed pack; member