Searched refs:eebuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c63 do_eeprom_dump(const char *dumpfile, uint16_t *eebuf, int eelen) argument
73 /* eelen is in bytes; eebuf is in 2 byte words */
77 fprintf(fp, "%.4x%s", (int32_t)(eebuf[i]), i % NUM_PER_LINE == (NUM_PER_LINE - 1) ? "\n" : " ");

Completed in 48 milliseconds