Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dprintk.c55 static char *as_hex(char *dst, unsigned long val, int pad) in as_hex() function
164 as_hex(p + 3, off, 0); in strsym()
166 as_hex(p + strlen(p), len, 0); in strsym()
168 as_hex(buf, (unsigned long)ip, 16); in strsym()
280 strval = as_hex(valbuf, va_arg_len_type(args, lenmod, unsigned), 0); in boot_printk()