Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 14 of 14) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dtrace.c567 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 DTODO10 - Implement the remaining functions (don't know if all are needed):
A DChangeLog454 - remaining palette and dac read/write functions (except gray scale summing)
/xen-4.10.0-shim-comet/xen/crypto/
A Dvmac.c849 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 Dutil.c680 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 Dxl-network-configuration.pod.559 remaining 5 bytes are randomly generated See
/xen-4.10.0-shim-comet/docs/features/
A Dfeature-levelling.pandoc41 It is unsafe to make any assumption about features remaining consistent across
/xen-4.10.0-shim-comet/docs/misc/
A Dnetif-staging-grants.pandoc134 6) Grant remaining packet pages one per slot. (grant boundary is 4k)
190 remaining slots as frags for the rest of the data ]
A D9pfs.markdown206 - Free remaining data structures
A Dlivepatch.markdown599 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 Dpvcalls.markdown211 - Free remaining data structures
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs477 -> 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 DCOPYING3 xenstore_lib.h). The remaining files in the directory are licensed as
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D61btrfs.diff3031 + /* calculate remaining name size */

Completed in 26 milliseconds