Searched refs:total_length (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dloadenv.c207 grub_size_t total_length; local
215 total_length = 0;
230 total_length += p->length;
233 if (total_length != grub_file_size (file))
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dxnu.c424 int total_length = sizeof (struct grub_xnu_devprop_header); local
440 total_length += sizeof (struct grub_xnu_devprop_device_header);
441 total_length += device->pathlen;
445 total_length += sizeof (grub_uint32_t);
446 total_length += sizeof (grub_uint16_t)
448 total_length += sizeof (grub_uint32_t);
449 total_length += propdesc->length;
458 devprop->data = grub_malloc (total_length);
459 devprop->datasize = total_length;
464 head->length = total_length;
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcryptodisk.h65 grub_disk_addr_t total_length; member in struct:grub_cryptodisk
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c706 uint32_t total_length = 0, attr_len = 0, i; local
728 total_length += (include_names ?
741 if (total_length == 0) {
747 *door_line = (char *)malloc(total_length + 1);
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dgeli.c387 newdev->total_length = grub_disk_get_size (disk) - 1;
H A Dluks.c291 newdev->total_length = grub_disk_get_size (disk) - newdev->offset;
H A Dcryptodisk.c465 disk->total_sectors = dev->total_length;
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c1483 CK_ULONG total_length)
1495 rc = ber_decode_RSAPrivateKey(data, total_length,
1481 rsa_priv_unwrap(TEMPLATE *tmpl, CK_BYTE *data, CK_ULONG total_length) argument

Completed in 39 milliseconds