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

/bionic/libc/private/
H A Dlogd.h66 int __libc_android_log_write(int prio, const char* tag, const char* buffer);
67 int __libc_android_log_print(int prio, const char *tag, const char *fmt, ...);
68 int __libc_android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap);
70 void __libc_android_log_event_int(int32_t tag, int value);
71 void __libc_android_log_event_uid(int32_t tag);
/bionic/libc/bionic/
H A Dlogd_write.c146 int __libc_android_log_write(int prio, const char *tag, const char *msg) argument
151 if (tag == NULL)
152 tag = "";
154 if (!strcmp(tag, "HTC_RIL"))
159 vec[1].iov_base = (void *) tag;
160 vec[1].iov_len = strlen(tag) + 1;
172 int __libc_android_log_vprint(int prio, const char *tag, const char *fmt, argument
179 return __libc_android_log_write(prio, tag, buf);
183 int __libc_android_log_print(int prio, const char *tag, const char *fmt, ...) argument
192 return __libc_android_log_write(prio, tag, bu
196 __libc_android_log_assert(const char *cond, const char *tag, const char *fmt, ...) argument
225 __libc_android_log_btwrite(int32_t tag, char type, const void *payload, size_t len) argument
240 __libc_android_log_event_int(int32_t tag, int value) argument
246 __libc_android_log_event_uid(int32_t tag) argument
[all...]
H A Dmalloc_debug_check.cpp88 uint32_t tag; member in struct:hdr_t
212 hdr->tag = ALLOCATION_TAG;
221 if (hdr->tag != ALLOCATION_TAG) {
274 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) {
276 user(hdr), hdr->tag);
283 if (hdr->tag == BACKLOG_TAG && was_used_after_free(hdr)) {
297 if (hdr->tag == BACKLOG_TAG) {
323 hdr->tag = 0; /* clear the tag */
[all...]
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dboard.h141 u16 tag; member in struct:omap_board_config_entry
147 u16 tag; member in struct:omap_board_config_kernel
162 #define omap_get_config(tag, type) ((const type *) __omap_get_config((tag), sizeof(type), 0))
164 #define omap_get_nr_config(tag, type, nr) ((const type *) __omap_get_config((tag), sizeof(type), (nr)))
/bionic/libc/kernel/common/linux/
H A Dmodule.h85 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
H A Dmoduleparam.h35 #define __MODULE_INFO(tag, name, info) static const char __module_cat(name,__LINE__)[] __attribute_used__ __attribute__((section(".modinfo"),unused)) = __stringify(tag) "=" info
37 #define __MODULE_INFO(tag, name, info)
H A Dif_pppox.h119 struct pppoe_tag tag[0]; member in struct:pppoe_hdr
H A Dblkdev.h145 int tag; member in struct:request
/bionic/libc/kernel/arch-x86/asm/
H A Dsigcontext.h42 unsigned long tag; member in struct:_fpstate
/bionic/linker/
H A Dlinker_format.c279 static int log_vprint(int prio, const char *tag, const char *fmt, va_list args) argument
299 vec[1].iov_base = (void *) tag;
300 vec[1].iov_len = strlen(tag) + 1;
315 extern "C" int __libc_android_log_vprint(int prio, const char* tag, const char* format, va_list ap);
320 format_log(int prio, const char *tag, const char *format, ...) argument
325 ret = __libc_android_log_vprint(prio, tag, format, args);
H A Dlinker.cpp650 char tag[4]; // "PRE ". member in struct:prelink_info_t
666 if (memcmp(info.tag, "PRE ", 4) == 0) {
/bionic/libc/include/netinet/
H A Dicmp6.h669 #define icmp6_ifstat_inc(ifp, tag) \
672 ((struct in6_ifextra *)((ifp)->if_afdata[AF_INET6]))->icmp6_ifstat->tag++; \
/bionic/libc/netbsd/isc/
H A Deventlib_p.h160 const void * tag; member in struct:evWait
/bionic/libc/
H A DAndroid.mk645 $(hide) sed -i -e '/\.note\.ABI-tag/s/progbits/note/' $@

Completed in 176 milliseconds