Home
last modified time | relevance | path

Searched refs:format_descr (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/scripts/
H A Dtracetool.py32 format_descr = "\n".join([ " %-15s %s" % (n, d)
53 "formats" : format_descr,
/openbmc/linux/include/uapi/linux/
H A Dfd.h73 struct format_descr { struct
79 #define FDFMTTRK _IOW(2,0x48, struct format_descr) argument
/openbmc/qemu/linux-user/
H A Dsyscall_types.h566 STRUCT(format_descr,
H A Dsyscall_defs.h929 #define TARGET_FDFMTTRK TARGET_IOW(2, 0x48, struct format_descr)
/openbmc/linux/drivers/block/
H A Dfloppy.c516 static struct format_descr format_req;
2225 static int do_format(int drive, struct format_descr *tmp_format_req) in do_format()
3406 struct format_descr f; in fd_locked_ioctl()