Home
last modified time | relevance | path

Searched refs:my_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/my/
H A Dif_myreg.h342 struct my_type { struct
358 struct my_type *my_info; /* adapter info */ argument
359 struct my_type *my_pinfo; /* phy info */
H A Dif_my.c85 struct my_type *my_info_tmp;
86 static struct my_type my_devs[] = {
98 static struct my_type my_phys[] = {
769 struct my_type *t; in my_probe()
799 struct my_type *p; in my_attach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp123 CompilerType my_type(valobj_sp->GetCompilerType()); in Update() local
124 if (my_type.GetNumTemplateArguments() >= 1) { in Update()
125 CompilerType pair_type = my_type.GetTypeTemplateArgument(0); in Update()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2957 CompilerType my_type = GetCompilerType(); in Cast() local