Searched refs:print_flags (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | strace.c | 83 UNUSED static void print_flags(const struct flags *, abi_long, int); 697 print_flags(shmat_flags, arg2, 1); in print_ipc() 1570 print_flags(const struct flags *f, abi_long flags, int last) in print_flags() 1657 print_flags(open_access_flags, flags & TARGET_O_ACCMODE, 1); in print_open_flags() 1664 print_flags(open_flags, flags, last); in print_syscall_prologue() 1890 print_flags(termios_iflags, iflags, 0); in print_termios() 1896 print_flags(termios_oflags, oflags_clean, 0); in print_termios() 1924 print_flags(termios_cflags, cflags_clean, 0); in print_termios() 1927 print_flags(termios_lflags, lflags, 0); in print_termios() 1962 print_flags(access_flag 1564 print_flags(const struct flags *f, abi_long flags, int last) print_flags() function [all...] |
| /openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 19664 -char * print_flags(char *buf,ulong flags) 19666 +print_flags(char *buf, ulong flags)
|