Searched refs:SZ_EL (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cfgadm/ |
H A D | cfgadm.h | 93 #define SZ_EL(EL) (sizeof ((struct cfga_list_data *)NULL)->EL) macro
|
H A D | cfgadm.c | 133 {"ap_id", "Ap_Id", SZ_EL(ap_log_id), compare_ap_id, print_log_id, set_log_flt}, 139 {"info", "Information", SZ_EL(ap_info), compare_info, print_info, NULL}, 140 {"type", "Type", SZ_EL(ap_type), compare_type, print_type, set_type_flt}, 142 {"physid", "Phys_Id", SZ_EL(ap_phys_id), compare_ap_id, print_phys_id, NULL}, 143 {"class", "Class", SZ_EL(ap_class), compare_class, print_class, set_class_flt}
|