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

/freebsd-10.2-release/sys/netatalk/
H A Dddp.h66 u_char el_type; member in struct:elaphdr
H A Dddp_output.c221 elh->el_type = ELAP_DDPEXTEND;
H A Dddp_input.c114 if (elhp->el_type != ELAP_DDPEXTEND) {
/freebsd-10.2-release/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-10.2-release/sys/dev/mlx/
H A Dmlxreg.h327 u_int8_t el_type; member in struct:mlx_eventlog_entry
H A Dmlx.c1351 switch(el->el_type) {
1386 device_printf(sc->mlx_dev, "unknown log message type 0x%x\n", el->el_type);

Completed in 149 milliseconds