Home
last modified time | relevance | path

Searched refs:HEXDUMP (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/x86/acpi/
Dgenwakecode.sh5 HEXDUMP=${HEXDUMP:=hexdump}
13 ${HEXDUMP} -v -e '"\t" 8/1 "0x%02x, " "\n"' < acpi_wakecode.bin | ${SED} 's/0x /0x00/g'
DMakefile.wakecode.inc7 HEXDUMP=${TOOL_HEXDUMP:Q} \
/netbsd/src/sys/dev/usb/
Dxhci.c76 #define HEXDUMP(a, b, c) \ macro
113 #ifndef HEXDUMP
114 #define HEXDUMP(a, b, c) macro
1680 HEXDUMP("eventst", KERNADDR(&sc->sc_eventst_dma, 0), in xhci_init()
1896 HEXDUMP("input control context", xhci_slot_get_icv(sc, xs, 0), in xhci_configure_endpoint()
1898 HEXDUMP("input endpoint context", xhci_slot_get_icv(sc, xs, in xhci_configure_endpoint()
1909 HEXDUMP("output context", xhci_slot_get_dcv(sc, xs, dci), in xhci_configure_endpoint()
2958 HEXDUMP("slot context", cp, sc->sc_ctxsz); in xhci_new_device()
3454 HEXDUMP("input context", xhci_slot_get_icv(sc, xs, 0), in xhci_update_ep0_mps()
3559 HEXDUMP("input context", xhci_slot_get_icv(sc, xs, 0), in xhci_set_address()
[all …]
/netbsd/src/sys/conf/
DMakefile.kern.inc40 HEXDUMP?= ${TOOL_HEXDUMP:Uhexdump}