Searched refs:fmt_flags (Results 1 – 4 of 4) sorted by relevance
579 uint8_t buffer[16], fmt_flags; in uscsi_format_disc() local582 fmt_flags = 0x80; /* valid info flag */ in uscsi_format_disc()584 fmt_flags |= 2; in uscsi_format_disc()586 fmt_flags |= 32; in uscsi_format_disc()607 buffer[ 1] = 0x80 | fmt_flags; /* Valid info, flags follow */ in uscsi_format_disc()
641 fmt_flags(char *buf, int sz, struct kinfo_proc *pp) in fmt_flags() function814 { "FLG", 3, 0, 84, fmt_flags },
218 int fmt_flags; in check_format_string() local246 fmt_flags = format_flags (expected_format_type); in check_format_string()251 if (!(fmt_flags & FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL)) in check_format_string()