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

/bionic/libc/kernel/uapi/linux/
H A Dvirtio_9p.h29 __u8 tag[0]; member in struct:virtio_9p_config
H A Dvirtio_balloon.h44 __u16 tag; member in struct:virtio_balloon_stat
H A Dif_pppox.h129 struct pppoe_tag tag[0]; member in struct:pppoe_hdr
H A Datmmpc.h42 __be32 tag; member in struct:in_ctrl_info
54 __be32 tag; member in struct:eg_ctrl_info
H A Dfirewire-cdev.h311 __u32 tag; member in struct:fw_cdev_send_stream_packet
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsigcontext32.h42 __u32 tag; member in struct:_fpstate_ia32
H A Dsigcontext.h56 unsigned long tag; member in struct:_fpstate
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsetup.h27 __u32 tag; member in struct:tag_header
125 struct tag { struct
146 __u32 tag; member in struct:tagtable
147 int (*parse)(const struct tag *);
150 #define tag_member_present(tag,member) ((unsigned long)(&((struct tag *)0L)->member + 1) <= (tag)->hdr.size * 4)
151 #define tag_next(t) ((struct tag *)((__u32 *)(t) + (t)->hdr.size))
/bionic/libc/bionic/
H A Dlibc_logging.cpp427 static int __libc_write_stderr(const char* tag, const char* msg) { argument
434 vec[0].iov_base = const_cast<char*>(tag);
435 vec[0].iov_len = strlen(tag);
489 static int __libc_write_log(int priority, const char* tag, const char* msg) { argument
495 return __libc_write_stderr(tag, msg);
515 vec[4].iov_base = const_cast<char*>(tag);
516 vec[4].iov_len = strlen(tag) + 1;
524 return __libc_write_stderr(tag, msg);
532 vec[1].iov_base = const_cast<char*>(tag);
533 vec[1].iov_len = strlen(tag)
543 __libc_format_log_va_list(int priority, const char* tag, const char* format, va_list args) argument
550 __libc_format_log(int priority, const char* tag, const char* format, ...) argument
558 __libc_android_log_event(int32_t tag, char type, const void* payload, size_t len) argument
603 __libc_android_log_event_int(int32_t tag, int value) argument
607 __libc_android_log_event_uid(int32_t tag) argument
611 __fortify_chk_fail(const char* msg, uint32_t tag) argument
[all...]
H A Dmalloc_debug_check.cpp75 uint32_t tag; member in struct:hdr_t
199 hdr->tag = ALLOCATION_TAG;
208 if (hdr->tag != ALLOCATION_TAG) {
262 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) {
264 user(hdr), hdr->tag);
271 if (hdr->tag == BACKLOG_TAG && was_used_after_free(hdr)) {
285 if (hdr->tag == BACKLOG_TAG) {
311 hdr->tag = 0; /* clear the tag */
[all...]
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h157 const void * tag; member in struct:evWait
/bionic/libc/kernel/uapi/sound/
H A Dasequencer.h205 char tag; member in struct:snd_seq_event
314 char tag; member in struct:snd_seq_remove_events

Completed in 1819 milliseconds