Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/bionic/
Dlogd_write.c144 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 …]
Dmalloc_debug_check.c94 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/
Dlogd.h47 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/
Dboard.h141 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/
Dmodule.h85 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info) argument
Dmoduleparam.h35 …(tag, name, info) static const char __module_cat(name,__LINE__)[] __attribute_used__ __attrib… argument
37 #define __MODULE_INFO(tag, name, info) argument
Dif_pppox.h119 struct pppoe_tag tag[0]; member
Dblkdev.h145 int tag; member
/bionic/libc/kernel/arch-x86/asm/
Dsigcontext.h42 unsigned long tag; member
/bionic/linker/
Dlinker_format.c264 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()
DREADME.TXT142 By default, traces are sent to logcat, with the "linker" tag. You can
Dlinker.c649 char tag[4]; /* 'P', 'R', 'E', ' ' */ member
671 if (strncmp(info.tag, "PRE ", 4)) { in is_prelinked()
/bionic/libc/netbsd/isc/
Deventlib_p.h160 const void * tag; member
/bionic/libc/include/netinet/
Dicmp6.h669 #define icmp6_ifstat_inc(ifp, tag) \ argument
672 ((struct in6_ifextra *)((ifp)->if_afdata[AF_INET6]))->icmp6_ifstat->tag++; \