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

/bionic/libc/private/
H A 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/bionic/
H A Dlogd_write.c144 int __libc_android_log_write(int prio, const char *tag, const char *msg) argument
149 if (tag == NULL)
150 tag = "";
152 if (!strcmp(tag, "HTC_RIL"))
157 vec[1].iov_base = (void *) tag;
158 vec[1].iov_len = strlen(tag) + 1;
170 int __libc_android_log_vprint(int prio, const char *tag, const char *fmt, argument
177 return __libc_android_log_write(prio, tag, buf);
181 int __libc_android_log_print(int prio, const char *tag, const char *fmt, ...) argument
190 return __libc_android_log_write(prio, tag, bu
194 __libc_android_log_assert(const char *cond, const char *tag, const char *fmt, ...) argument
[all...]
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dboard.h140 u16 tag; member in struct:omap_board_config_entry
146 u16 tag; member in struct:omap_board_config_kernel
160 #define omap_get_config(tag, type) ((const type *) __omap_get_config((tag), sizeof(type), 0))
161 #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.h79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
H A Dmoduleparam.h28 #define __MODULE_INFO(tag, name, info) static const char __module_cat(name,__LINE__)[] __attribute_used__ __attribute__((section(".modinfo"),unused)) = __stringify(tag) "=" info
30 #define __MODULE_INFO(tag, name, info)
H A Dif_pppox.h119 struct pppoe_tag tag[0]; member in struct:pppoe_hdr
H A Dblkdev.h152 int tag; member in struct:request
/bionic/libc/kernel/arch-x86/asm/
H A Dsigcontext.h39 unsigned long tag; member in struct:_fpstate
/bionic/linker/
H A Dlinker_format.c264 static int log_vprint(int prio, const char *tag, const char *fmt, va_list args) argument
284 vec[1].iov_base = (void *) tag;
285 vec[1].iov_len = strlen(tag) + 1;
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, ...) argument
310 ret = __libc_android_log_vprint(prio, tag, format, args);
H A Dlinker.c660 char tag[4]; /* 'P', 'R', 'E', ' ' */ member in struct:__anon642
682 if (strncmp(info.tag, "PRE ", 4)) {
/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

Completed in 389 milliseconds