Lines Matching refs:mach
38 conv_cap(Xword val, char *str, size_t len, Half mach,
58 mach) != 0)
72 conv_cap_val_hw1(Xword val, Half mach, Conv_fmt_flags_t fmt_flags,
79 mach, fmt_flags, elfcap_hw1_to_str) == 0)
85 conv_cap_val_hw2(Xword val, Half mach, Conv_fmt_flags_t fmt_flags,
92 mach, fmt_flags, elfcap_hw2_to_str) == 0)
98 conv_cap_val_sf1(Xword val, Half mach, Conv_fmt_flags_t fmt_flags,
105 mach, fmt_flags, elfcap_sf1_to_str) == 0)
131 conv_cap_val(Xword tag, Xword val, Half mach, Conv_fmt_flags_t fmt_flags,
136 return (conv_cap_val_hw1(val, mach, fmt_flags,
140 return (conv_cap_val_sf1(val, mach, fmt_flags,
144 return (conv_cap_val_hw2(val, mach, fmt_flags,