Searched refs:td_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/twe/
H A Dtwe_freebsd.c599 twe_describe_code(twe_table_unittype, dr->td_type),
839 if (sc->twed_drive->td_type == TWE_UD_CONFIG_RAID0 ||
840 sc->twed_drive->td_type == TWE_UD_CONFIG_RAID5 ||
841 sc->twed_drive->td_type == TWE_UD_CONFIG_RAID10) {
H A Dtwevar.h61 u_int8_t td_type; member in struct:twe_drive
H A Dtwe.c261 dr->td_type = ud->configuration;
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c295 int td_type; member in struct:glob_arg
2519 if (g->td_type == TD_TYPE_RECEIVER)
2690 if (g->td_type == TD_TYPE_SENDER)
2692 else if (g->td_type == TD_TYPE_RECEIVER)
2801 g.td_type = fn->ty;
2871 g.td_type = fn->ty;
3130 if (g.td_type == TD_TYPE_SENDER)
3141 if (g.td_type == TD_TYPE_SENDER) {
3173 (g.td_type == TD_TYPE_SENDER) ? "Sending on" :
3174 ((g.td_type
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h845 using td_type = std::pair<std::string, std::string>;

Completed in 132 milliseconds