Lines Matching defs:pointer
59 /* Disable pointer hashing if requested */
90 * @endp: A pointer to the end of the parsed string will be placed here
105 * @endp: A pointer to the end of the parsed string will be placed here
119 * @endp: A pointer to the end of the parsed string will be placed here
151 * @endp: A pointer to the end of the parsed string will be placed here
682 * the many pointer format modifiers.
776 /* Maps a pointer to a 32 bit unique identifier. */
814 * Print the real pointer value for NULL and error pointers,
873 * Only print the real pointer value if the current
878 * leak pointer values if a binary opens a file using
2352 * - 'K' For a kernel pointer that should be hidden from unprivileged users.
2378 * p page flags (see struct page) given as pointer to unsigned long
2379 * g gfp flags (GFP_* and __GFP_*) given as pointer to gfp_t
2380 * v vma flags (VM_*) given as pointer to unsigned long
2390 * - 'fw[fP]' For a firmware node (struct fwnode_handle) pointer
2412 char *pointer(const char *fmt, char *buf, char *end, void *ptr,
2736 * - ``%p*`` is handled by pointer()
2738 * See pointer() or Documentation/core-api/printk-formats.rst for more
2827 str = pointer(fmt, str, end, va_arg(args, void *),
3147 str = pointer(fmt, str, end, va_arg(args, void *),
3154 /* skip all alphanumeric pointer suffixes */
3333 str = pointer(fmt, str, end, get_arg(void *), spec);