Home
last modified time | relevance | path

Searched refs:DEBUG_PRINTF (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/lib/libsecureboot/
HDveopen.c143 DEBUG_PRINTF(4, ("inserted %zu %s at head\n", in fingerprint_info_add()
150 DEBUG_PRINTF(4, ("inserted %zu %s before %zu %s\n", in fingerprint_info_add()
158 DEBUG_PRINTF(4, ("inserted %zu %s after %zu %s\n", in fingerprint_info_add()
177 DEBUG_PRINTF(3, ("maybe: %.48s\n", tp)); in maybe_skip()
254 DEBUG_PRINTF(2, ("looking for %s %zu %s\n", prefix, plen, cp)); in fingerprint_info_lookup()
257 DEBUG_PRINTF(4, ("at %zu %s\n", in fingerprint_info_lookup()
261 DEBUG_PRINTF(3, ("skipping prefix=%s %zu %zu\n", in fingerprint_info_lookup()
268 DEBUG_PRINTF(3, ( in fingerprint_info_lookup()
275 DEBUG_PRINTF(3, ( in fingerprint_info_lookup()
280 DEBUG_PRINTF(3, ("checking prefix=%s\n", in fingerprint_info_lookup()
[all …]
HDvectx.c35 # define DEBUG_PRINTF(n, x) if (vectx_debug >= n) printf x macro
110 DEBUG_PRINTF(2, in vectx_open()
185 DEBUG_PRINTF(2, in vectx_open()
238 DEBUG_PRINTF(3, in vectx_read()
257 DEBUG_PRINTF(3, in vectx_read()
306 DEBUG_PRINTF(3, in vectx_lseek()
310 DEBUG_PRINTF(3, ("%s: SEEK_END %ld\n", in vectx_lseek()
391 DEBUG_PRINTF(2, in vectx_close()
HDverify_file.c203 DEBUG_PRINTF(3, ("loaded: %s %s %s\n", in load_manifest()
237 DEBUG_PRINTF(5, ("looking for %s\n", buf)); in find_manifest()
330 DEBUG_PRINTF(3, ("revoked %d trust anchors\n", in verify_tweak()
334 DEBUG_PRINTF(3, ("added %d trust anchors\n", in verify_tweak()
460 DEBUG_PRINTF(2, in verify_prep()
465 DEBUG_PRINTF(4,("verify_prep: is_verified()->%d\n", rc)); in verify_prep()
610 DEBUG_PRINTF(1, in verify_pcr_export()
616 DEBUG_PRINTF(1, in verify_pcr_export()
HDvesigned.c51 DEBUG_PRINTF(5, ("verify_signed: %s\n", buf)); in verify_signed()
HDvets.c198 DEBUG_PRINTF(2, ("Set ve_utc=%jd\n", (intmax_t)utc)); in ve_utc_set()
500 DEBUG_PRINTF(5, ("verify_signer: %zu certs in chain\n", num)); in verify_signer_xcs()
507 DEBUG_PRINTF(5, ("verify_signer: %zu trust anchors\n", in verify_signer_xcs()
941 DEBUG_PRINTF(5, ("verify_sig: %s\n", sigfile)); in verify_sig()
1091 DEBUG_PRINTF(5, ("Self tests...\n")); in ve_self_tests()
/freebsd-13-stable/lib/libsecureboot/h/
HDlibsecureboot.h52 #ifndef DEBUG_PRINTF
53 #define DEBUG_PRINTF(n, x) if (DebugVe >= n) printf x macro
/freebsd-13-stable/sys/dev/vmware/pvscsi/
HDpvscsi.c41 #define DEBUG_PRINTF(level, dev, fmt, ...) \ macro
48 #define DEBUG_PRINTF(level, dev, fmt, ...) macro
675 DEBUG_PRINTF(1, sc->dev, "rings_state: %p\n", sc->rings_state); in pvscsi_allocate_rings()
676 DEBUG_PRINTF(1, sc->dev, "req_ring: %p - %u pages\n", sc->req_ring, in pvscsi_allocate_rings()
678 DEBUG_PRINTF(1, sc->dev, "cmp_ring: %p - %u pages\n", sc->cmp_ring, in pvscsi_allocate_rings()
680 DEBUG_PRINTF(1, sc->dev, "msg_ring: %p - %u pages\n", sc->msg_ring, in pvscsi_allocate_rings()
753 DEBUG_PRINTF(2, sc->dev, "adapter reset done: %u\n", val); in pvscsi_adapter_reset()
765 DEBUG_PRINTF(2, sc->dev, "bus reset done\n"); in pvscsi_bus_reset()
782 DEBUG_PRINTF(2, sc->dev, "device reset done\n"); in pvscsi_device_reset()
809 DEBUG_PRINTF(2, sc->dev, "abort done\n"); in pvscsi_abort()
[all …]
/freebsd-13-stable/lib/libsecureboot/openpgp/
HDopgp_key.c342 DEBUG_PRINTF(2, ("load_key_id(%s): %s\n", keyID, key ? "found" : "nope")); in load_key_id()
HDopgp_sig.c317 DEBUG_PRINTF(2, ("rc=%d keyID=%s\n", rc, sig->key_id ? sig->key_id : "?"));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp58 #define DEBUG_PRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
60 #define DEBUG_PRINTF(fmt, ...) macro
656 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\") type => 0x%8.8lx\n", die.GetID(), in ParseTypeModifier()
1186 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\")\n", die.GetID(), in ParseSubroutine()
1381 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\")\n", die.GetID(), in ParseArrayType()
1700 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\")\n", die.GetID(), in ParseStructureLikeDIE()
HDSymbolFileDWARF.cpp94 #define DEBUG_PRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
96 #define DEBUG_PRINTF(fmt, ...) macro
3058 DEBUG_PRINTF( in FindCompleteObjCDefinitionTypeForDIE()