Searched refs:el_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Djv-valprint.c86 struct type *el_type = java_primitive_type_from_name (name, i - 2); local
94 if (el_type == NULL)
151 struct value *v = allocate_value (el_type);
152 struct value *next_v = allocate_value (el_type);
181 VALUE_OFFSET (next_v) += TYPE_LENGTH (el_type);
183 TYPE_LENGTH (el_type)) != 0)
/freebsd-12-stable/sys/dev/mlx/
H A Dmlxreg.h329 u_int8_t el_type; member in struct:mlx_eventlog_entry
H A Dmlx.c1360 switch(el->el_type) {
1395 device_printf(sc->mlx_dev, "unknown log message type 0x%x\n", el->el_type);

Completed in 59 milliseconds