Lines Matching +full:1234567890 +full:a

42 is dependent on a config option for its size (e.g., blk_status_t), use a format
52 %g, %a) are also not recognized, for obvious reasons. Use of any
53 unsupported specifier or length qualifier results in a WARN and early
59 A raw pointer value may be printed with %p which will hash the address
69 (einval) invalid data on a valid address
78 Pointers printed without a specifier extension (i.e unadorned %p) are
80 has the added benefit of providing a unique identifier. On 64-bit machines
92 If (and only if) you are printing addresses as a content of a virtual file in
93 e.g. procfs or sysfs (using e.g. seq_printf(), not printk()) read by a
103 For printing error pointers (i.e. a pointer for which IS_ERR() is true)
104 as a symbolic error name. Error values for which no symbolic name is
105 known are printed in decimal, while a non-ERR_PTR passed as the
120 The ``S`` and ``s`` specifiers are used for printing a pointer in symbolic
129 If the pointer is within a module, the module name and optionally build ID is
151 results in printing a string. For direct use in regular vsnprintf() the (k)
166 This modifier is *only* intended when producing content of a file read by
188 immediately before a panic, which prevents any sensitive information to be
216 For printing struct resources. The ``R`` and ``r`` specifiers result in a
217 printed resource with (R) or without (r) a decoded flags member.
228 For printing a phys_addr_t type (and its derivatives, such as
241 For printing a dma_addr_t type which can vary based on build options,
257 A few examples show how the conversion would be done (excluding surrounding
260 %*pE "\eb \C\a"\220\r]"
262 %*pEa "\e\142\040\\\103\a\042\220\r\135"
268 - a - ESCAPE_ANY
283 Raw buffer as a hex string
293 For printing small buffers (up to 64 bytes long) as a hex string with a
309 specifiers result in a printed address with (M) or without (m) byte
332 specifiers result in a printed address with (i4) or without (I4) leading
351 specifiers result in a printed address with (I6) or without (i6)
355 print a compressed IPv6 address as described by
372 type AF_INET or AF_INET6. A pointer to a valid struct sockaddr,
376 (IPv4, IPv6), flowinfo (IPv6) and scope (IPv6). Ports have a ``:`` prefix,
377 flowinfo a ``/`` and scope a ``%``, each followed by the actual value.
394 %pISsc 1.2.3.4 or [1:2:3:4:5:6:7:8]%1234567890
408 ``b`` and ``B`` specifiers are used to specify a little endian order in
426 be a mix of old and new ones, but it won't oops. %pd dentry is a safer
448 For printing struct va_format structures. These contain a format string
456 Implements a "recursive vsnprintf".
559 (Common Clock Framework) or a unique 32-bit ID (legacy clock framework).
588 For printing flags bitfields as a collection of symbolic constants that
599 :c:func:`TP_printk()` part of a tracepoint. Instead, use the show_*_flags()
622 Print a FourCC code used by V4L2 or DRM, including format endianness and