Searched defs:fetch_type (Results 1 – 4 of 4) 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];
132 struct fetch_type { struct133 const char *name; /* Name of type */134 size_t size; /* Byte size of type */135 int is_signed; /* Signed flag */136 print_type_func_t print; /* Print functions */137 const char *fmt; /* Fromat string */138 const char *fmttype; /* Name in format file */
82 enum mdp_fetch_type fetch_type; member
93 enum mdp_fetch_type fetch_type; member