Searched defs:tag (Results 1 - 8 of 8) sorted by relevance

/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/common/linux/
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/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/netbsd/isc/
H A Deventlib_p.h160 const void * tag; member in struct:evWait
/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)) {

Completed in 127 milliseconds