Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 40) sorted by relevance

12

/xen/stubdom/vtpmmgr/
A Dtpm2.c319 TPM2B_PUBLIC_KEY_RSA *message, in TPM2_RSA_ENCRYPT() argument
327 ptr = pack_TPM2B_PUBLIC_KEY_RSA(ptr, message); in TPM2_RSA_ENCRYPT()
346 TPM2B_PUBLIC_KEY_RSA message; in TPM2_Bind() local
351 message.size = len; in TPM2_Bind()
352 memcpy(message.buffer, buf, len); in TPM2_Bind()
366 TPM2B_PUBLIC_KEY_RSA *message) in TPM2_RSA_Decrypt() argument
382 if (message) in TPM2_RSA_Decrypt()
383 ptr = unpack_TPM2B_PUBLIC_KEY_RSA(ptr, message); in TPM2_RSA_Decrypt()
396 TPM2B_PUBLIC_KEY_RSA cipher, message; in TPM2_UnBind() local
407 *olen = message.size; in TPM2_UnBind()
[all …]
A Dtpm2.h76 TPM2B_PUBLIC_KEY_RSA *message,
90 TPM2B_PUBLIC_KEY_RSA *message);
/xen/tools/flask/policy/policy/support/
A Dmisc_macros.spt33 # refpolwarn(message)
35 # print a warning message
41 # refpolerr(message)
43 # print an error message. does not
/xen/tools/libxl/
A Dlibxlu_disk.c8 const char *message) { in xlu__disk_err() argument
13 dpc->cfg->config_source, message, in xlu__disk_err()
A Dlibxlu_disk_i.h18 const char *message);
A Dcheck-xl-vcpupin-parse28 -h prints this message
/xen/tools/ocaml/libs/xentoollog/
A Dxentoollog.mli.in28 message: The log message (already formatted)
/xen/tools/firmware/vgabios/
A Dbiossums.c23 void check( int value, char* message );
174 void check( int okay, char* message ) { in check() argument
177 printf( "\n\nError. %s.\n", message ); in check()
/xen/xen/arch/x86/boot/
A Dhead.S144 add $sym_offs(.Lbad_cpu_msg),%esi # Error message
147 add $sym_offs(.Lbad_ldr_msg),%esi # Error message
154 add $sym_offs(.Lbad_ldr_nst),%esi # Error message
158 add $sym_offs(.Lbad_ldr_nih),%esi # Error message
166 add $sym_offs(.Lbad_ldr_nbs),%esi # Error message
174 add $sym_offs(.Lbad_efi_msg),%esi # Error message
/xen/tools/firmware/rombios/
A Dbiossums.c8 void check( int value, char* message );
216 void check( int okay, char* message ) { in check() argument
219 printf( "\n\nError. %s.\n", message ); in check()
/xen/xen/tools/kconfig/tests/preprocess/builtin_func/
A DKconfig7 # and the message is prefixed with the current file name and line number.
/xen/docs/misc/
A Dxen-error-handling.txt24 Crashes the host system with an informative file/line error message
62 system. However it does this after printing only an error message with
A Dxenstore.txt47 and shared memory, as specified in io/xs_wire.h: each message in
187 matching watch results in a WATCH_EVENT message (see below).
/xen/tools/python/
A Dpylintrc6 # * handle message activation / deactivation at the module level
36 # to jump to the line corresponding to a message.
58 # Include message's id in output
/xen/docs/process/
A Dtags.pandoc29 A backport tag is an optional tag in the commit message to request a
A Dbranching-checklist.txt94 Send message to committers and RM. Use previous mail as a template.
/xen/stubdom/
A Dlwip.patch-cvs1116 /* If time == SYS_ARCH_TIMEOUT, a timeout occured before a message
1122 milliseconds we waited for the message. */
1158 milliseconds we waited for the message. */
1566 +#define LWIP_ASSERT(message, assertion) do { if(!(assertion)) \
1567 + LWIP_PLATFORM_ASSERT(message); } while(0)
1570 +#define LWIP_ASSERT(message, assertion)
1578 + LWIP_PLATFORM_ASSERT(message); handler;}} while(0)
1582 /** print debug message only if debug message type is enabled...
1586 +#define LWIP_DEBUGF(debug, message) do { \
1592 + LWIP_PLATFORM_DIAG(message); \
[all …]
/xen/tools/libxc/
A Dxc_private.c133 xch->last_error.message[0] = '\0'; in xc_clear_last_error()
177 msg = xch->last_error.message; in xc_reportv()
/xen/docs/man/
A Dxentrace.8.pod76 Give a short usage message
A Dxen-pv-channel.7.pod105 socket, writes a handshake message and waits for a reply
/xen/tools/debugger/gdbsx/
A DREADME127 Dump system message buffer.
/xen/tools/python/xen/lowlevel/xc/
A Dxc.c68 snprintf(err_buf.message, sizeof(err_buf.message), in pyxc_error_to_exception()
80 if ( err->message[0] != '\0' ) in pyxc_error_to_exception()
81 pyerr = Py_BuildValue("(iss)", err->code, desc, err->message); in pyxc_error_to_exception()
/xen/m4/
A Dpkg.m4128 # Put the nasty error message in config.log where it belongs
/xen/xen/tools/kconfig/
A Dgconf.c390 static void text_insert_msg(const char *title, const char *message) in text_insert_msg() argument
394 const char *msg = message; in text_insert_msg()
/xen/
A DCONTRIBUTING47 exceptions should be highlighted and discussed in the commit message or cover

Completed in 39 milliseconds

12