Searched defs:scf_type_info (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c294 } scf_type_info[] = { variable in typeref:struct:__anon3930
313 #define SCF_TYPE_INFO_COUNT (sizeof (scf_type_info) / sizeof (*scf_type_info))
320 if (scf_type_info[i].ti_type == t)
321 return (scf_type_info[i].ti_proto_type);
332 if (scf_type_info[i].ti_proto_type == t)
333 return (scf_type_info[i].ti_type);
344 if (scf_type_info[i].ti_type == ty)
345 return (scf_type_info[i].ti_name);
355 for (i = 0; i < sizeof (scf_type_info) / sizeo
[all...]

Completed in 55 milliseconds