Lines Matching refs:ib_field_t
57 static const ib_field_t ib_mad_f[] = {
1130 static void _set_field64(void *buf, int base_offs, const ib_field_t * f, in _set_field64()
1140 static uint64_t _get_field64(void *buf, int base_offs, const ib_field_t * f) in _get_field64()
1148 static void _set_field(void *buf, int base_offs, const ib_field_t * f, in _set_field()
1180 static uint32_t _get_field(void *buf, int base_offs, const ib_field_t * f) in _get_field()
1209 static void _set_array(void *buf, int base_offs, const ib_field_t * f, in _set_array()
1220 static void _get_array(void *buf, int base_offs, const ib_field_t * f, in _get_array()
1265 const ib_field_t *f = ib_mad_f + field; in mad_decode_field()
1284 const ib_field_t *f = ib_mad_f + field; in mad_encode_field()
1303 static char *_mad_dump_val(const ib_field_t * f, char *buf, int bufsz, in _mad_dump_val()
1312 static char *_mad_dump_field(const ib_field_t * f, const char *name, char *buf, in _mad_dump_field()
1340 ib_field_t f; in _mad_dump()
1349 static int _mad_print_field(const ib_field_t * f, const char *name, void *val, in _mad_print_field()