Lines Matching defs:pointer
84 * @endp: A pointer to the end of the parsed string will be placed here
98 * @endp: A pointer to the end of the parsed string will be placed here
112 * @endp: A pointer to the end of the parsed string will be placed here
144 * @endp: A pointer to the end of the parsed string will be placed here
674 * the many pointer format modifiers.
795 /* Maps a pointer to a 32 bit unique identifier. */
830 * Print the real pointer value for NULL and error pointers,
876 * Only print the real pointer value if the current
881 * leak pointer values if a binary opens a file using
2196 * - 'K' For a kernel pointer that should be hidden from unprivileged users
2219 * p page flags (see struct page) given as pointer to unsigned long
2220 * g gfp flags (GFP_* and __GFP_*) given as pointer to gfp_t
2221 * v vma flags (VM_*) given as pointer to unsigned long
2231 * - 'fw[fP]' For a firmware node (struct fwnode_handle) pointer
2248 char *pointer(const char *fmt, char *buf, char *end, void *ptr,
2564 * - ``%p*`` is handled by pointer()
2566 * See pointer() or Documentation/core-api/printk-formats.rst for more
2655 str = pointer(fmt, str, end, va_arg(args, void *),
2973 str = pointer(fmt, str, end, va_arg(args, void *),
2980 /* skip all alphanumeric pointer suffixes */
3159 str = pointer(fmt, str, end, get_arg(void *), spec);