Searched refs:HEXDUMP (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/arch/x86/acpi/ |
| D | genwakecode.sh | 5 HEXDUMP=${HEXDUMP:=hexdump} 13 ${HEXDUMP} -v -e '"\t" 8/1 "0x%02x, " "\n"' < acpi_wakecode.bin | ${SED} 's/0x /0x00/g'
|
| D | Makefile.wakecode.inc | 7 HEXDUMP=${TOOL_HEXDUMP:Q} \
|
| /netbsd/src/sys/dev/usb/ |
| D | xhci.c | 76 #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/ |
| D | Makefile.kern.inc | 40 HEXDUMP?= ${TOOL_HEXDUMP:Uhexdump}
|