Searched defs:fetch_type (Results 1 – 2 of 2) sorted by relevance
102 struct fetch_type { struct103 const char *name; /* Name of type */104 size_t size; /* Byte size of type */105 int is_signed; /* Signed flag */106 print_type_func_t print; /* Print functions */107 const char *fmt; /* Fromat string */108 const char *fmttype; /* Name in format file */110 fetch_func_t fetch[FETCH_MTD_END];
93 enum mdp_fetch_type fetch_type; member