/xen/stubdom/vtpmmgr/ |
A D | tpm2.c | 319 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 D | tpm2.h | 76 TPM2B_PUBLIC_KEY_RSA *message, 90 TPM2B_PUBLIC_KEY_RSA *message);
|
/xen/tools/flask/policy/policy/support/ |
A D | misc_macros.spt | 33 # refpolwarn(message) 35 # print a warning message 41 # refpolerr(message) 43 # print an error message. does not
|
/xen/tools/libxl/ |
A D | libxlu_disk.c | 8 const char *message) { in xlu__disk_err() argument 13 dpc->cfg->config_source, message, in xlu__disk_err()
|
A D | libxlu_disk_i.h | 18 const char *message);
|
A D | check-xl-vcpupin-parse | 28 -h prints this message
|
/xen/tools/ocaml/libs/xentoollog/ |
A D | xentoollog.mli.in | 28 message: The log message (already formatted)
|
/xen/tools/firmware/vgabios/ |
A D | biossums.c | 23 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 D | head.S | 144 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 D | biossums.c | 8 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 D | Kconfig | 7 # and the message is prefixed with the current file name and line number.
|
/xen/docs/misc/ |
A D | xen-error-handling.txt | 24 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 D | xenstore.txt | 47 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 D | pylintrc | 6 # * 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 D | tags.pandoc | 29 A backport tag is an optional tag in the commit message to request a
|
A D | branching-checklist.txt | 94 Send message to committers and RM. Use previous mail as a template.
|
/xen/stubdom/ |
A D | lwip.patch-cvs | 1116 /* 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 D | xc_private.c | 133 xch->last_error.message[0] = '\0'; in xc_clear_last_error() 177 msg = xch->last_error.message; in xc_reportv()
|
/xen/docs/man/ |
A D | xentrace.8.pod | 76 Give a short usage message
|
A D | xen-pv-channel.7.pod | 105 socket, writes a handshake message and waits for a reply
|
/xen/tools/debugger/gdbsx/ |
A D | README | 127 Dump system message buffer.
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 68 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 D | pkg.m4 | 128 # Put the nasty error message in config.log where it belongs
|
/xen/xen/tools/kconfig/ |
A D | gconf.c | 390 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 D | CONTRIBUTING | 47 exceptions should be highlighted and discussed in the commit message or cover
|