Lines Matching defs:OutputRsp
92 struct OutputRsp { struct
93 uint16_t len; /* data len, equals tagLen plus content length, include '\0' */
94 uint8_t level;
95 uint8_t type;
96 uint32_t pid;
97 uint32_t tid;
98 uint32_t domain;
99 uint32_t tv_sec;
100 uint32_t tv_nsec;
101 uint32_t mono_sec;
102 uint8_t tagLen;
103 bool end;
104 char data[]; /* tag and content, include '\0' */