Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 240) sorted by relevance

12345678910

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dkxgettext.c85 const char *msg; member
93 static struct message *message__new(const char *msg, char *option, in message__new() argument
105 self->msg = strdup(msg); in message__new()
106 if (self->msg == NULL) in message__new()
121 static struct message *mesage__find(const char *msg) in mesage__find() argument
126 if (strcmp(m->msg, msg) == 0) in mesage__find()
150 static int message__add(const char *msg, char *option, const char *file, in message__add() argument
155 char *escaped = escape(msg, bf, sizeof(bf)); in message__add()
214 "msgstr \"\"\n", self->msg); in message__print_gettext_msgid_msgstr()
223 if (strlen(m->msg) > sizeof("\"\"")) in menu__xgettext()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dcdefs.h136 # define __warndecl(name, msg) \ argument
137 extern void name (void) __attribute__((__warning__ (msg)))
138 # define __warnattr(msg) __attribute__((__warning__ (msg))) argument
139 # define __errordecl(name, msg) \ argument
140 extern void name (void) __attribute__((__error__ (msg)))
142 # define __warndecl(name, msg) extern void name (void) argument
143 # define __warnattr(msg) argument
144 # define __errordecl(name, msg) extern void name (void) argument
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/api/
H A Dresource_size.cocci66 msg="ERROR with %s" % (x)
67 msg_safe=msg.replace("[","@(").replace("]",")")
75 msg="ERROR: Missing resource_size with %s" % (x)
76 coccilib.report.print_report(p[0], msg)
83 msg="WARNING with %s" % (x)
84 msg_safe=msg.replace("[","@(").replace("]",")")
92 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
93 coccilib.report.print_report(p[0], msg)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dsvc.h115 #define SVC_RECV(xprt, msg) \ argument
116 (*(xprt)->xp_ops->xp_recv)((xprt), (msg))
117 #define svc_recv(xprt, msg) \ argument
118 (*(xprt)->xp_ops->xp_recv)((xprt), (msg))
130 #define SVC_REPLY(xprt, msg) \ argument
131 (*(xprt)->xp_ops->xp_reply) ((xprt), (msg))
132 #define svc_reply(xprt, msg) \ argument
133 (*(xprt)->xp_ops->xp_reply) ((xprt), (msg))
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/null/
H A Dderef_null.cocci97 msg="ERROR: %s is NULL but dereferenced." % (x)
98 coccilib.report.print_report(p[0], msg)
107 msg="ERROR: %s is NULL but dereferenced." % (x)
108 msg_safe=msg.replace("[","@(").replace("]",")")
157 msg="ERROR: %s is NULL but dereferenced." % (x)
158 coccilib.report.print_report(p[0], msg)
166 msg="ERROR: %s is NULL but dereferenced." % (x)
167 msg_safe=msg.replace("[","@(").replace("]",")")
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dcdefs.h91 #define __warn_references(sym,msg) \ argument
93 __asm__(".asciz \"" msg "\""); \
99 #define __warn_references(sym,msg) \ argument
109 #define __warn_references(sym,msg) \ argument
110 __asm__(".stabs \"" msg "\",30,0,0,0"); \
116 #define __warn_references(sym,msg) \ argument
/utopia/UTPA2-700.0.x/modules/audio/hal/manhattan/audio/
H A DhalAUDIO.h536 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
538 msg.eRoleID=E_MBX_CPU_MIPS; \
539 msg.u8Ctrl=0; \
540 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
543 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
545 msg.u8MsgClass = classID; \
548 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
550 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audio/
H A DhalAUDIO.h611 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
613 msg.eRoleID=E_MBX_CPU_MIPS; \
614 msg.u8Ctrl=0; \
615 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
618 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
620 msg.u8MsgClass = classID; \
623 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
625 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/mooney/audio/
H A DhalAUDIO.h566 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
568 msg.eRoleID=E_MBX_CPU_MIPS; \
569 msg.u8Ctrl=0; \
570 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
573 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
575 msg.u8MsgClass = classID; \
578 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
580 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/k6/audio/
H A DhalAUDIO.h607 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
609 msg.eRoleID=E_MBX_CPU_MIPS; \
610 msg.u8Ctrl=0; \
611 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
614 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
616 msg.u8MsgClass = classID; \
619 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
621 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/maserati/audio/
H A DhalAUDIO.h610 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
612 msg.eRoleID=E_MBX_CPU_MIPS; \
613 msg.u8Ctrl=0; \
614 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
617 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
619 msg.u8MsgClass = classID; \
622 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
624 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/M7621/audio/
H A DhalAUDIO.h582 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
584 msg.eRoleID=E_MBX_CPU_MIPS; \
585 msg.u8Ctrl=0; \
586 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
589 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
591 msg.u8MsgClass = classID; \
594 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
596 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/kano/audio/
H A DhalAUDIO.h606 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
608 msg.eRoleID=E_MBX_CPU_MIPS; \
609 msg.u8Ctrl=0; \
610 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
613 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
615 msg.u8MsgClass = classID; \
618 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
620 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/messi/audio/
H A DhalAUDIO.h559 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
561 msg.eRoleID=E_MBX_CPU_MIPS; \
562 msg.u8Ctrl=0; \
563 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
566 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
568 msg.u8MsgClass = classID; \
571 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
573 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/M7821/audio/
H A DhalAUDIO.h582 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
584 msg.eRoleID=E_MBX_CPU_MIPS; \
585 msg.u8Ctrl=0; \
586 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
589 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
591 msg.u8MsgClass = classID; \
594 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
596 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/mainz/audio/
H A DhalAUDIO.h559 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
561 msg.eRoleID=E_MBX_CPU_MIPS; \
562 msg.u8Ctrl=0; \
563 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
566 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
568 msg.u8MsgClass = classID; \
571 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
573 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/curry/audio/
H A DhalAUDIO.h579 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
581 msg.eRoleID=E_MBX_CPU_MIPS; \
582 msg.u8Ctrl=0; \
583 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
586 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
588 msg.u8MsgClass = classID; \
591 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
593 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/k6lite/audio/
H A DhalAUDIO.h607 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
609 msg.eRoleID=E_MBX_CPU_MIPS; \
610 msg.u8Ctrl=0; \
611 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
614 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
616 msg.u8MsgClass = classID; \
619 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
621 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/maldives/audio/
H A DhalAUDIO.h654 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
656 msg.eRoleID=E_MBX_CPU_MIPS; \
657 msg.u8Ctrl=0; \
658 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
661 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
663 msg.u8MsgClass = classID; \
666 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
668 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/mustang/audio/
H A DhalAUDIO.h658 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
660 msg.eRoleID=E_MBX_CPU_MIPS; \
661 msg.u8Ctrl=0; \
662 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
665 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
667 msg.u8MsgClass = classID; \
670 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
672 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/audio/hal/macan/audio/
H A DhalAUDIO.h657 #define TEE_TO_REE_MBX_MSG_INIT(msg) \ argument
659 msg.eRoleID=E_MBX_CPU_MIPS; \
660 msg.u8Ctrl=0; \
661 msg.eMsgType=E_MBX_MSG_TYPE_INSTANT; \
664 #define MBX_MSG_SET_CLASSID(msg,classID)\ argument
666 msg.u8MsgClass = classID; \
669 #define MBX_MSG_SET_CMD(msg,cmd)\ argument
671 msg.u8Index = cmd; \
/utopia/UTPA2-700.0.x/modules/ldm/drv/ldm/
H A DdrvLDM.c165 #define LDM_DBG_INFO(msg...) if (gLDMDbgLevel >= E_LDM_DEBUG_LEVEL_INFO ) \ argument
167 printf(msg);
168 #define LDM_DBG_ERR(msg...) if (gLDMDbgLevel >= E_LDM_DEBUG_LEVEL_ERROR) \ argument
170 printf(msg);
171 #define LDM_DBG_WARN(msg...) if (gLDMDbgLevel >= E_LDM_DEBUG_LEVEL_WARNING) \ argument
173 printf(msg);
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_ms_dprintf.h115 char msg[2048]; in ms_dprintf() local
121 vsprintf(msg, fmt, ap); in ms_dprintf()
123 fprintf(stderr, "%s", msg); in ms_dprintf()
125 OutputDebugStringA(msg); in ms_dprintf()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_ms_dprintf.h115 MS_S8 msg[2048]; in ms_dprintf() local
121 vsprintf(msg, fmt, ap); in ms_dprintf()
123 fprintf(stderr, "%s", msg); in ms_dprintf()
125 OutputDebugStringA(msg); in ms_dprintf()
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe/globalinc/
H A Dms_dprintf.h130 char msg[2048]; in ms_dprintf() local
136 vsprintf(msg, fmt, ap); in ms_dprintf()
138 fprintf(stderr, "%s", msg); in ms_dprintf()
140 OutputDebugStringA(msg); in ms_dprintf()

12345678910