lib/vsprintf.c
1015
return string_nocheck(buf, end, sym, spec);
lib/vsprintf.c
1118
p = string_nocheck(p, pend, "io ", str_spec);
lib/vsprintf.c
1121
p = string_nocheck(p, pend, "mem ", str_spec);
lib/vsprintf.c
1124
p = string_nocheck(p, pend, "irq ", str_spec);
lib/vsprintf.c
1127
p = string_nocheck(p, pend, "dma ", str_spec);
lib/vsprintf.c
1130
p = string_nocheck(p, pend, "bus ", str_spec);
lib/vsprintf.c
1133
p = string_nocheck(p, pend, "??? ", str_spec);
lib/vsprintf.c
1138
p = string_nocheck(p, pend, "size ", str_spec);
lib/vsprintf.c
1145
p = string_nocheck(p, pend, " 64bit", str_spec);
lib/vsprintf.c
1147
p = string_nocheck(p, pend, " pref", str_spec);
lib/vsprintf.c
1149
p = string_nocheck(p, pend, " window", str_spec);
lib/vsprintf.c
1151
p = string_nocheck(p, pend, " disabled", str_spec);
lib/vsprintf.c
1153
p = string_nocheck(p, pend, " flags ", str_spec);
lib/vsprintf.c
1159
return string_nocheck(buf, end, sym, spec);
lib/vsprintf.c
1172
p = string_nocheck(p, pend, "[range ", default_str_spec);
lib/vsprintf.c
1177
return string_nocheck(buf, end, sym, spec);
lib/vsprintf.c
1343
return string_nocheck(buf, end, mac_addr, spec);
lib/vsprintf.c
1506
return string_nocheck(buf, end, ip6_addr, spec);
lib/vsprintf.c
1517
return string_nocheck(buf, end, ip4_addr, spec);
lib/vsprintf.c
1579
return string_nocheck(buf, end, ip6_addr, spec);
lib/vsprintf.c
1614
return string_nocheck(buf, end, ip4_addr, spec);
lib/vsprintf.c
1772
return string_nocheck(buf, end, uuid, spec);
lib/vsprintf.c
2258
buf = string_nocheck(buf, end, tbuf, str_spec);
lib/vsprintf.c
2269
buf = string_nocheck(buf, end, ",", str_spec);
lib/vsprintf.c
2270
buf = string_nocheck(buf, end, "\"", str_spec);
lib/vsprintf.c
2272
buf = string_nocheck(buf, end, "\"", str_spec);
lib/vsprintf.c
673
return string_nocheck(buf, end, sym, spec);
lib/vsprintf.c
697
return string_nocheck(buf, end, s, spec);
lib/vsprintf.c
737
return string_nocheck(buf, end, s, spec);