Searched refs:payload (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | livepatch.c | 54 struct payload { struct 287 static void free_payload_data(struct payload *payload) in free_payload_data() argument 517 static int prepare_payload(struct payload *payload, in prepare_payload() argument 532 payload->nfuncs = sec->sec->sh_size / sizeof(*payload->funcs); in prepare_payload() 598 &payload->id.p, &payload->id.len) ) in prepare_payload() 601 if ( !payload->id.len || !payload->id.p ) in prepare_payload() 631 if ( !payload->dep.len || !payload->dep.p ) in prepare_payload() 640 region->end = payload->text_addr + payload->text_size; in prepare_payload() 755 static int build_symbol_table(struct payload *payload, in build_symbol_table() argument 1416 static int build_id_dep(struct payload *payload, bool_t internal) in build_id_dep() argument [all …]
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 238 ## Design of payload format 286 The payload contains at least three sections: 315 the payload). 423 build the hypevisor and payload. 499 Upload a payload to the hypervisor. The payload is verified 508 * `payload` the virtual address of where the ELF payload is. 511 payload. It can be embedded into the ELF payload at creation time 517 The `payload` is the ELF payload as mentioned in the `Payload format` section. 553 For example, supposing there is an payload: 971 in payload file. [all …]
|
A D | xenstore.txt | 49 followed by xsd_sockmsg.len bytes of payload. 51 The payload syntax varies according to the type field. Generally 61 The payload length (len field of the header) is limited to 4096 78 The payload syntax and semantics of the requests and replies are 79 described below. In the payload syntax specifications we use the 104 Where no reply payload format is specified below, success responses 105 have the following payload:
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | xenbus.c | 37 static char payload[XENSTORE_PAYLOAD_MAX + 1]; /* Unmarshalling area */ variable 231 ring_read(payload, hdr.len); in xenbus_recv() 233 payload[hdr.len] = '\0'; in xenbus_recv() 247 if ( !strcmp(xsd_errors[i].errstring, payload) ) in xenbus_recv() 254 *reply_data = payload; in xenbus_recv()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xencov_split | 44 payload, = struct.unpack_from(fmt, content) 62 f.write(payload)
|
/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd.c | 129 sum += p->payload[i]; in kdd_log_pkt() 147 fprintf(f, " %2.2x", p->payload[i]); in kdd_log_pkt() 148 ascii[i % 16] = (isprint(((int)p->payload[i])) ? p->payload[i] : 0x2e); in kdd_log_pkt() 408 sum += s->txp.payload[i]; in kdd_tx() 792 sum += p->payload[i]; in kdd_handle_pkt()
|
A D | kdd.h | 71 uint8_t payload[0]; member 326 uint8_t payload[0]; member
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_misc.c | 543 unsigned char *payload, in xc_livepatch_upload() argument 552 if ( !name || !payload ) in xc_livepatch_upload() 576 memcpy(local, payload, size); in xc_livepatch_upload() 582 set_xen_guest_handle(sysctl.u.livepatch.u.upload.payload, local); in xc_livepatch_upload()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | sysctl.h | 934 XEN_GUEST_HANDLE_64(uint8) payload; /* IN, the ELF file. */
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | tcg.h | 668 TPM_PAYLOAD_TYPE payload; member
|
A D | marshal.h | 766 ptr = pack_TPM_PAYLOAD_TYPE(ptr, b->payload); in pack_TPM_BOUND_DATA() 773 ptr = unpack_TPM_PAYLOAD_TYPE(ptr, &b->payload); in unpack_TPM_BOUND_DATA()
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 1414 acc += LWIP_CHKSUM(q->payload, q->len); 1505 acc += LWIP_CHKSUM(q->payload, q->len); 2169 /* points to packet payload, which starts with an Ethernet header */ 2170 ethhdr = p->payload;
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 2543 char *name, unsigned char *payload, uint32_t size);
|
Completed in 42 milliseconds