Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 68) sorted by relevance

123

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMLog.h115 #define MLOGV(tag,fmt,...) filter_log(EN_LOG_PRIORITY_VERBOSE, tag, fmt, ##__VA_ARGS__) argument
116 #define MLOGI(tag,fmt,...) filter_log(EN_LOG_PRIORITY_INFO, tag, fmt, ##__VA_ARGS__) argument
117 #define MLOGW(tag,fmt,...) filter_log(EN_LOG_PRIORITY_WARN, tag, fmt, ##__VA_ARGS__) argument
118 #define MLOGD(tag,fmt,...) filter_log(EN_LOG_PRIORITY_DEBUG, tag, fmt, ##__VA_ARGS__) argument
119 #define MLOGE(tag,fmt,...) filter_log(EN_LOG_PRIORITY_ERROR, tag, fmt, ##__VA_ARGS__) argument
120 #define MLOGF(tag,fmt,...) filter_log(EN_LOG_PRIORITY_FATAL, tag, fmt, ##__VA_ARGS__) argument
H A DULog.h109 #define ULOGI(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
110 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
111 #define ULOGD(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
112 #define ULOGE(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
113 #define ULOGF(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
H A DMsTypes.h366 MS_U8 tag[4]; member
380 MS_U8 tag[4]; member
394 MS_U8 tag[4]; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMLog.h115 #define MLOGV(tag,fmt,...) filter_log(EN_LOG_PRIORITY_VERBOSE, tag, fmt, ##__VA_ARGS__) argument
116 #define MLOGI(tag,fmt,...) filter_log(EN_LOG_PRIORITY_INFO, tag, fmt, ##__VA_ARGS__) argument
117 #define MLOGW(tag,fmt,...) filter_log(EN_LOG_PRIORITY_WARN, tag, fmt, ##__VA_ARGS__) argument
118 #define MLOGD(tag,fmt,...) filter_log(EN_LOG_PRIORITY_DEBUG, tag, fmt, ##__VA_ARGS__) argument
119 #define MLOGE(tag,fmt,...) filter_log(EN_LOG_PRIORITY_ERROR, tag, fmt, ##__VA_ARGS__) argument
120 #define MLOGF(tag,fmt,...) filter_log(EN_LOG_PRIORITY_FATAL, tag, fmt, ##__VA_ARGS__) argument
H A DULog.h109 #define ULOGI(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
110 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
111 #define ULOGD(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
112 #define ULOGE(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
113 #define ULOGF(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
H A DMsTypes.h433 MS_U8 tag[4]; member
447 MS_U8 tag[4]; member
461 MS_U8 tag[4]; member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt.c96 uint32_t tag; in fdt_next_tag() local
144 uint32_t tag; in fdt_next_node() local
H A Dfdt.h31 uint32_t tag; member
36 uint32_t tag; member
H A Dfdt_wip.c100 uint32_t tag; in _fdt_node_end_offset() local
H A Dfdt_sw.c218 uint32_t tag; in fdt_finish() local
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Ddialog.h132 struct dialog_color tag; member
167 char tag; member
H A Dutil.c581 void item_set_tag(char tag) in item_set_tag()
654 int item_is_tag(char tag) in item_is_tag()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Datmmpc.h24 __be32 tag; member
34 __be32 tag; member
H A Dif_pppox.h116 struct pppoe_tag tag[0]; member
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.c258 char tag; member
528 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make()
626 static int item_is_tag(char tag) in item_is_tag()
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dgenksyms.h39 enum symbol_type tag; member
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD_Common.h111 MS_U8 tag[4]; member
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/hvd/
H A DdrvHVD_Common.h219 MS_U8 tag[4]; member
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/hvd_lite/
H A DdrvHVD_Common.h219 MS_U8 tag[4]; member
/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/hvd_ex/
H A DdrvHVD_Common.h219 MS_U8 tag[4]; member
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/hvd_v3/
H A DdrvHVD_Common.h219 MS_U8 tag[4]; member
/utopia/UTPA2-700.0.x/modules/cmdq/hal/k6lite/cmdq/
H A DhalCMDQ.c112 char *tag[] = {"DBG", "ERR", "WTF"}; in _log() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/k6/cmdq/
H A DhalCMDQ.c113 char *tag[] = {"DBG", "ERR", "WTF"}; in _log() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/curry/cmdq/
H A DhalCMDQ.c112 char *tag[] = {"DBG", "ERR", "WTF"}; in _log() local
/utopia/UTPA2-700.0.x/modules/cmdq/hal/kano/cmdq/
H A DhalCMDQ.c112 char *tag[] = {"DBG", "ERR", "WTF"}; in _log() local

123