Home
last modified time | relevance | path

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

/NextBSD/sys/dev/twe/
HDtwe_freebsd.c599 twe_describe_code(twe_table_unittype, dr->td_type), in twe_attach_drive()
839 if (sc->twed_drive->td_type == TWE_UD_CONFIG_RAID0 || in twed_attach()
840 sc->twed_drive->td_type == TWE_UD_CONFIG_RAID5 || in twed_attach()
841 sc->twed_drive->td_type == TWE_UD_CONFIG_RAID10) { in twed_attach()
HDtwevar.h61 u_int8_t td_type; member
HDtwe.c261 dr->td_type = ud->configuration; in twe_add_unit()
/NextBSD/contrib/llvm/include/llvm/IR/
HDAttributes.h543 typedef std::pair<std::string, std::string> td_type;
/NextBSD/contrib/llvm/lib/IR/
HDAttributes.cpp706 for (const AttrBuilder::td_type &TDA : B.td_attrs()) in get()