HomeSort by relevance Sort by last modified time
    Searched refs:dprintf1 (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
v4l2_test.h 5 * dprintf1() added
16 #define dprintf1(fmt) printf(fmt) macro
19 #define dprintf1(fmt) macro
test_VIDIOC_FMT.c 229 dprintf1
236 dprintf1(" }}\n");
288 dprintf1
295 dprintf1(" }}\n");
348 dprintf1
355 dprintf1(" }}\n");
399 dprintf1
406 dprintf1(" }}\n");
781 dprintf1
791 dprintf1(" }}\n")
    [all...]
test_VIDIOC_QUERYCTRL.c 338 dprintf1("\tStarting enumeration with V4L2_CTRL_FLAG_NEXT_CTRL\n");
416 dprintf1("count_controls1 = { ");
422 dprintf1("}\n");
424 dprintf1("count_controls2 = { ");
430 dprintf1("}\n");
433 dprintf1
  /external/linux-kselftest/tools/testing/selftests/x86/
protection_keys.c 139 dprintf1("enabled tracing\n");
232 dprintf1("dump[%03d][@%p]: %016jx\n", i, ptr, *ptr);
273 dprintf1(">>>>===============SIGSEGV============================\n");
274 dprintf1("%s()::%d, pkru: 0x%x shadow: %x\n", __func__, __LINE__,
295 dprintf1("siginfo: %p\n", si);
296 dprintf1(" fpregs: %p\n", fpregs);
301 dprintf1("pkru_xstate_offset: %d\n", pkru_xstate_offset());
314 dprintf1("si_pkey_ptr: %p\n", si_pkey_ptr);
320 dprintf1("signal pkru from xsave: %08x\n", *pkru_ptr);
322 dprintf1("signal pkru from pkru: %08x\n", __rdpkru())
    [all...]
mpx-debug.h 9 #define dprintf1(args...) dprintf_level(1, args) macro
mpx-mini-test.c 414 dprintf1("entered signal handler\n");
425 dprintf1("#BR 0x%jx (total seen: %d)\n", status, br_count);
450 dprintf1("bounds exception (normal): status 0x%jx at %p si_addr: %p\n",
623 dprintf1("xsave bndcsr: status %jx, configu %jx\n",
644 dprintf1("%p is NOT clear at %p\n", ptr, i);
648 dprintf1("%p is clear for %lx\n", ptr, sz);
667 dprintf1("trying to allocate %ld MB bounds directory\n", (size >> 20));
695 dprintf1("bounds directory: 0x%p -> 0x%p\n", bounds_dir_ptr,
967 dprintf1("LowerBoundChk passed:%p\n", ptr);
976 dprintf1("UpperBoundChk passed:%p\n", ptr)
    [all...]
pkey-helpers.h 51 #define dprintf1(args...) dprintf_level(1, args) macro
mpx-dig.c 153 dprintf1("reallocating to hold %d ranges\n", nr_ranges_allocated);

Completed in 108 milliseconds