/bionic/libc/kernel/arch-arm/asm/arch/ |
D | board.h | 141 u16 tag; member 147 u16 tag; member 162 #define omap_get_config(tag, type) ((const type *) __omap_get_config((tag), sizeof(type), 0)) argument 164 #define omap_get_nr_config(tag, type, nr) ((const type *) __omap_get_config((tag), sizeof(type), … argument
|
/bionic/libc/private/ |
D | libc_logging.h | 95 __LIBC_HIDDEN__ int __libc_format_log(int priority, const char* tag, const char* format, ...) 98 __LIBC_HIDDEN__ int __libc_format_log_va_list(int priority, const char* tag, const char* format, 105 __LIBC_HIDDEN__ void __libc_android_log_event_int(int32_t tag, int value); 106 __LIBC_HIDDEN__ void __libc_android_log_event_uid(int32_t tag);
|
/bionic/libc/bionic/ |
D | libc_logging.cpp | 423 static int __libc_write_log(int priority, const char* tag, const char* msg) { in __libc_write_log() argument 436 vec[1].iov_base = const_cast<char*>(tag); in __libc_write_log() 437 vec[1].iov_len = strlen(tag) + 1; in __libc_write_log() 444 int __libc_format_log_va_list(int priority, const char* tag, const char* format, va_list args) { in __libc_format_log_va_list() argument 448 return __libc_write_log(priority, tag, buffer); in __libc_format_log_va_list() 451 int __libc_format_log(int priority, const char* tag, const char* format, ...) { in __libc_format_log() argument 454 int result = __libc_format_log_va_list(priority, tag, format, args); in __libc_format_log() 459 static int __libc_android_log_event(int32_t tag, char type, const void* payload, size_t len) { in __libc_android_log_event() argument 461 vec[0].iov_base = &tag; in __libc_android_log_event() 462 vec[0].iov_len = sizeof(tag); in __libc_android_log_event() [all …]
|
D | malloc_debug_check.cpp | 76 uint32_t tag; member 178 hdr->tag = ALLOCATION_TAG; in add() 187 if (hdr->tag != ALLOCATION_TAG) { in del() 240 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) { in check_allocation_locked() 242 user(hdr), hdr->tag); in check_allocation_locked() 249 if (hdr->tag == BACKLOG_TAG && was_used_after_free(hdr)) { in check_allocation_locked() 263 if (hdr->tag == BACKLOG_TAG) { in check_allocation_locked() 289 hdr->tag = 0; /* clear the tag */ in del_from_backlog_locked() 304 hdr->tag = BACKLOG_TAG; in add_to_backlog() 345 if (hdr->tag == BACKLOG_TAG) { in chk_free() [all …]
|
/bionic/libc/kernel/common/linux/ |
D | module.h | 85 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info) argument
|
D | moduleparam.h | 35 …(tag, name, info) static const char __module_cat(name,__LINE__)[] __attribute_used__ __attrib… argument 37 #define __MODULE_INFO(tag, name, info) argument
|
D | if_pppox.h | 119 struct pppoe_tag tag[0]; member
|
D | blkdev.h | 145 int tag; member
|
/bionic/libc/kernel/arch-x86/asm/ |
D | sigcontext.h | 42 unsigned long tag; member
|
/bionic/libc/include/netinet/ |
D | icmp6.h | 669 #define icmp6_ifstat_inc(ifp, tag) \ argument 672 ((struct in6_ifextra *)((ifp)->if_afdata[AF_INET6]))->icmp6_ifstat->tag++; \
|
/bionic/libc/upstream-netbsd/libc/isc/ |
D | eventlib_p.h | 157 const void * tag; member
|