HomeSort by: relevance | last modified time | path
    Searched defs:DPRINT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/stand/efiboot/
efirng.c 44 #define DPRINT(...) __nothing
46 #define DPRINT Print
72 DPRINT(L"efirng: protocol: %r\n", status);
136 DPRINT(L"efirng: GetRNG: %r\n", status);
  /src/sys/netinet/
accf_http.c 132 #define DPRINT(fmt, args...) \
137 #define DPRINT(fmt, args...)
144 DPRINT("sbfull, cc(%ld) >= hiwat(%ld): %d, "
239 DPRINT("short cc (%d) but mbufstrncmp ok", cc);
242 DPRINT("short cc (%d) mbufstrncmp failed", cc);
247 DPRINT("mbufstrcmp ok");
254 DPRINT("mbufstrcmp bad");
258 DPRINT("fallout");
291 DPRINT("newline");
308 DPRINT("ok")
    [all...]
  /src/sys/arch/aarch64/aarch64/
locore.S 73 #define DPRINT(string) PRINT(string)
77 #define DPRINT(string)
344 DPRINT(str); \
  /src/sys/dev/pci/
pci_resource.c 54 #define DPRINT aprint_debug
330 DPRINT("PCI: " PCI_SBDF_FMT " %04x:%04x %02x 0x%06x",
337 DPRINT(" (device)\n");
340 DPRINT(" (bridge %u -> %u-%u)\n",
349 DPRINT("PCI: " PCI_SBDF_FMT
362 DPRINT("PCI: " PCI_SBDF_FMT
375 DPRINT("PCI: " PCI_SBDF_FMT
387 DPRINT(" (0x%02x)\n", PCI_HDRTYPE_TYPE(pd->pd_bhlc));
393 DPRINT("PCI: " PCI_SBDF_FMT
403 DPRINT(", 32-bit")
    [all...]
  /src/sys/arch/sun3/sun3x/
pmap.c 171 #define DPRINT(args) if (pmap_debug) printf args
176 #define DPRINT(args) /* nada */
3532 DPRINT(("pmap_activate(%p)\n", pmap));
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1508 # define DPRINT(x) printf x
1510 # define DPRINT(x)

Completed in 50 milliseconds