Searched refs:print_flags (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 201 static void print_flags(const char *name, unsigned long r) in print_flags() function 309 print_flags("[WARN]\tFlags before", 0x200ed7); in run_syscall() 310 print_flags("[WARN]\tFlags after", flags); in run_syscall() 311 print_flags("[WARN]\tFlags change", (0x200ed7 ^ flags)); in run_syscall()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 83 UNUSED static void print_flags(const struct flags *, abi_long, int); 691 print_flags(shmat_flags, arg2, 1); in print_shmat() 1564 print_flags(const struct flags *f, abi_long flags, int last) in print_flags() function 1651 print_flags(open_access_flags, flags & TARGET_O_ACCMODE, 1); in print_open_flags() 1658 print_flags(open_flags, flags, last); in print_open_flags() 1884 print_flags(termios_iflags, iflags, 0); in print_termios() 1890 print_flags(termios_oflags, oflags_clean, 0); in print_termios() 1918 print_flags(termios_cflags, cflags_clean, 0); in print_termios() 1921 print_flags(termios_lflags, lflags, 0); in print_termios() 1956 print_flags(access_flags, arg1, 1); in print_access() [all …]
|
/openbmc/linux/scripts/dtc/ |
H A D | dt_to_config | 316 sub print_flags() subroutine 450 if (! &print_flags($pn_arg_ref)) {
|
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 82 static bool print_flags; variable 2171 if (print_flags) in process_event() 3103 print_flags = change != REMOVE; in parse_output_fields()
|
/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)
|