Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 3 of 3) sorted by relevance

/lib/
Dseq_buf.c224 unsigned char hex[HEX_CHARS]; local
238 hex[j++] = hex_asc_hi(data[i]);
239 hex[j++] = hex_asc_lo(data[i]);
246 hex[j++] = ' ';
248 seq_buf_putmem(s, hex, j);
DKconfig.kgdb78 hex "KDB: Select kdb command functions to be enabled by default"
DKconfig.debug419 hex "Enable magic SysRq key functions by default"