Home
last modified time | relevance | path

Searched refs:totalsize (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/libfdt/
A Dfdt.h57 fdt32_t totalsize; /* total size of DT block */ member
A Dlibfdt.h166 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize))
183 __fdt_set_hdr(totalsize);
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmicrocode_intel.c46 unsigned int totalsize; member
76 (((struct microcode_intel *)mc)->hdr.totalsize ? \
77 ((struct microcode_intel *)mc)->hdr.totalsize : \
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtdb.c505 tdb_off totalsize; local
508 totalsize = sizeof(*rec) + rec->rec_len;
509 return ofs_write(tdb, offset + totalsize - sizeof(tdb_off),
510 &totalsize);

Completed in 8 milliseconds