Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\vsprintf.c Create Date:2022-07-28 06:12:00
Last Modify:2022-05-21 09:47:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:special_hex_number

Proto:static __attribute__((__noinline__)) char *special_hex_number(char *buf, char *end, unsigned long long num, int size)

Type:char

Parameter:

TypeParameterName
char *buf
char *end
unsigned long longnum
intsize
543  format_type enum = FORMAT_TYPE_PTR
544  width of output field = 2 + 2 * size
545  flags to number() = prefix hex with "0x", octal with "0" | use lowercase in hex (must be 32 == 0x20) | pad with zero, must be 16 == '0' - ' '
546  number base, 8, 10 or 16 only = 16
547  # of digits/chars = -1
549  Return number(buf, end, num, spec)
Caller
NameDescribe
symbol_string
netdev_bits
address_val