Searched refs:remaining (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | trace.c | 567 uint32_t remaining; in __insert_record() local 576 remaining = PAGE_SIZE - offset; in __insert_record() 578 if ( unlikely(rec_size > remaining) ) in __insert_record() 585 __func__, data_size, next, buf->cons, rec_size, remaining); in __insert_record() 607 if ( unlikely(rec_size > remaining) ) in __insert_record() 609 memcpy(this_page + offset, rec, remaining); in __insert_record() 610 memcpy(next_page, (char *)rec + remaining, rec_size - remaining); in __insert_record()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | TODO | 10 - Implement the remaining functions (don't know if all are needed):
|
A D | ChangeLog | 454 - remaining palette and dac read/write functions (except gray scale summing)
|
/xen-4.10.0-shim-comet/xen/crypto/ |
A D | vmac.c | 849 int i, remaining; in vhash() local 861 remaining = mbytes % VMAC_NHBYTES; in vhash() 886 else if (remaining) in vhash() 889 nh_16(mptr,kptr,2*((remaining+15)/16),ch,cl); in vhash() 891 nh_16_2(mptr,kptr,2*((remaining+15)/16),ch,cl,ch2,cl2); in vhash() 921 if (remaining) { in vhash() 923 nh_16(mptr,kptr,2*((remaining+15)/16),rh,rl); in vhash() 925 nh_16_2(mptr,kptr,2*((remaining+15)/16),rh,rl,rh2,rl2); in vhash() 938 remaining *= 8; in vhash() 940 *tagl = l3hash(ch2, cl2, ctx->l3key[2], ctx->l3key[3],remaining); in vhash() [all …]
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.c | 680 size_t remaining; member 689 if (ctxt->remaining == 0) in __copy() 693 --ctxt->remaining; in __copy() 703 ctxt.remaining = size; in snprintf() 709 if (ctxt.remaining != 0) in snprintf()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-network-configuration.pod.5 | 59 remaining 5 bytes are randomly generated See
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | feature-levelling.pandoc | 41 It is unsafe to make any assumption about features remaining consistent across
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | netif-staging-grants.pandoc | 134 6) Grant remaining packet pages one per slot. (grant boundary is 4k) 190 remaining slots as frags for the rest of the data ]
|
A D | 9pfs.markdown | 206 - Free remaining data structures
|
A D | livepatch.markdown | 599 hypervisor will update with the remaining payload count) be provided. 617 with the number of remaining payloads, `version` updated (it may be the same
|
A D | pvcalls.markdown | 211 - Free remaining data structures
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 477 -> the remaining space stays unused since it is too small 1330 /* accumulate remaining octet */ 1389 /* dangling tail byte remaining? */
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | COPYING | 3 xenstore_lib.h). The remaining files in the directory are licensed as
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 3031 + /* calculate remaining name size */
|
Completed in 26 milliseconds