Lines Matching refs:str
58 static inline void valueless_dump(int level, char *str, struct frame *frm)
61 printf("%s\n", str);
64 static inline void complex_dump(int level, char *str, struct frame *frm)
67 printf("%s\n", str);
72 static inline void bool_dump(int level, char *str, struct frame *frm)
79 printf("%s: value %s (%d)\n", str, value ? "TRUE" : "FALSE", value);
82 static inline void int8_dump(int level, char *str, struct frame *frm)
89 printf("%s: value %d (0x%2.2x)\n", str, value, value);
92 static inline void int16_dump(int level, char *str, struct frame *frm)
99 printf("%s: value %d (0x%2.2x)\n", str, value, value);
102 static inline void uint16_dump(int level, char *str, struct frame *frm)
109 printf("%s: value %d (0x%4.4x)\n", str, value, value);
112 static inline void uint32_dump(int level, char *str, struct frame *frm)
119 printf("%s: value %d (0x%4.4x)\n", str, value, value);
122 static inline void bdaddr_dump(int level, char *str, struct frame *frm)
129 printf("%s: bdaddr %s\n", str, addr);
132 static inline void features_dump(int level, char *str, struct frame *frm)
140 printf("%s: features", str);
146 static inline void commands_dump(int level, char *str, struct frame *frm)
154 printf("%s: commands", str);
160 static inline void handle_length_dump(int level, char *str, struct frame *frm)
168 printf("%s: handle %d length %d\n", str, handle, length);
171 static inline void handle_clock_dump(int level, char *str, struct frame *frm)
180 printf("%s: handle %d clock 0x%4.4x\n", str, handle, clock);
183 static inline void radiotest_dump(int level, char *str, struct frame *frm)
190 printf("%s: test id %d\n", str, testid);
195 static inline void psmemtype_dump(int level, char *str, struct frame *frm)
203 printf("%s: store 0x%4.4x type %d\n", str, store, type);
206 static inline void psnext_dump(int level, char *str, struct frame *frm)
215 printf("%s: key 0x%4.4x stores 0x%4.4x next 0x%4.4x\n", str, key, stores, next);
218 static inline void pssize_dump(int level, char *str, struct frame *frm)
226 printf("%s: key 0x%4.4x %s 0x%4.4x\n", str, key,
230 static inline void psstores_dump(int level, char *str, struct frame *frm)
238 printf("%s: key 0x%4.4x stores 0x%4.4x\n", str, key, stores);