/bionic/libc/bionic/ |
D | logd_write.c | 144 int __libc_android_log_write(int prio, const char *tag, const char *msg) in __libc_android_log_write() argument 149 if (tag == NULL) in __libc_android_log_write() 150 tag = ""; in __libc_android_log_write() 152 if (!strcmp(tag, "HTC_RIL")) in __libc_android_log_write() 157 vec[1].iov_base = (void *) tag; in __libc_android_log_write() 158 vec[1].iov_len = strlen(tag) + 1; in __libc_android_log_write() 170 int __libc_android_log_vprint(int prio, const char *tag, const char *fmt, in __libc_android_log_vprint() argument 177 return __libc_android_log_write(prio, tag, buf); in __libc_android_log_vprint() 181 int __libc_android_log_print(int prio, const char *tag, const char *fmt, ...) in __libc_android_log_print() argument 190 return __libc_android_log_write(prio, tag, buf); in __libc_android_log_print() [all …]
|
D | malloc_debug_check.c | 94 uint32_t tag; member 231 hdr->tag = ALLOCATION_TAG; in add() 242 if (hdr->tag != ALLOCATION_TAG) in del() 299 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) { in check_allocation_locked() 301 user(hdr), hdr->tag); in check_allocation_locked() 309 if (hdr->tag == BACKLOG_TAG && was_used_after_free(hdr)) { in check_allocation_locked() 323 if (hdr->tag == BACKLOG_TAG) { in check_allocation_locked() 352 hdr->tag = 0; /* clear the tag */ in del_from_backlog_locked() 376 hdr->tag = BACKLOG_TAG; in add_to_backlog() 426 if (hdr->tag == BACKLOG_TAG) { in chk_free() [all …]
|
/bionic/libc/private/ |
D | logd.h | 47 int __libc_android_log_write(int prio, const char* tag, const char* buffer); 48 int __libc_android_log_print(int prio, const char *tag, const char *fmt, ...); 49 int __libc_android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap);
|
/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/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/linker/ |
D | linker_format.c | 264 static int log_vprint(int prio, const char *tag, const char *fmt, va_list args) in log_vprint() argument 284 vec[1].iov_base = (void *) tag; in log_vprint() 285 vec[1].iov_len = strlen(tag) + 1; in log_vprint() 300 extern int __libc_android_log_vprint(int prio, const char* tag, const char* format, va_list ap); 305 format_log(int prio, const char *tag, const char *format, ...) in format_log() argument 310 ret = __libc_android_log_vprint(prio, tag, format, args); in format_log()
|
D | README.TXT | 142 By default, traces are sent to logcat, with the "linker" tag. You can
|
D | linker.c | 649 char tag[4]; /* 'P', 'R', 'E', ' ' */ member 671 if (strncmp(info.tag, "PRE ", 4)) { in is_prelinked()
|
/bionic/libc/netbsd/isc/ |
D | eventlib_p.h | 160 const void * 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++; \
|