Searched defs:length (Results 176 - 200 of 259) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c458 unsigned offset, unsigned length),
456 grub_fat_read_data(grub_disk_t disk, struct grub_fat_data *data, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t offset, grub_size_t len, char *buf) argument
H A Dhfs.c109 /* Filename length. */
247 unsigned offset, unsigned length),
730 the data in DATAR with a maximum length of DATALEN. */
244 grub_hfs_read_file(struct grub_hfs_data *data, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
H A Djfs.c63 /* The length of the extent in filesystem blocks. */
64 grub_uint16_t length; member in struct:grub_jfs_extent
275 && ((grub_le_to_cpu16 (extents[i].extent.length))
564 unsigned offset, unsigned length),
561 grub_jfs_read_file(struct grub_jfs_data *data, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
H A Dntfs.c98 unsigned length));
107 unsigned length));
329 unsigned length);
348 run = read_run_data (run + 1, c1, &val, 0); /* length of current VCN */
383 unsigned length))
500 unsigned length))
379 read_data(struct grub_ntfs_attr *at, char *pa, char *dest, grub_disk_addr_t ofs, grub_size_t len, int cached, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length)) argument
496 read_attr(struct grub_ntfs_attr *at, char *dest, grub_disk_addr_t ofs, grub_size_t len, int cached, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length)) argument
H A Dufs.c291 unsigned offset, unsigned length),
288 grub_ufs_read_file(struct grub_ufs_data *data, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
H A Dxfs.c387 unsigned offset, unsigned length),
383 grub_xfs_read_file(grub_fshelp_node_t node, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c523 grub_uint64_t start, length; local
548 dm_get_next_target (task, NULL, &start, &length, &target_type, &params);
1298 uint64_t length, start; local
1312 next = dm_get_next_target(dmt, next, &start, &length,
2059 grub_util_info ("Partition %d starts from %llu%s and is %llu sectors in length",
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c1006 const void *buffer, size_t length)
1009 _gcry_sha1_hash_buffer (digest, buffer, length);
1011 _gcry_rmd160_hash_buffer (digest, buffer, length);
1034 md_write (h, (byte *) buffer, length);
1062 * Return the length of the digest
1085 * Return the length of the digest in bytes.
1133 * the required length is returned.
1005 gcry_md_hash_buffer(int algo, void *digest, const void *buffer, size_t length) argument
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dxnu.c218 int length; member in struct:property_descriptor
267 grub_xnu_devprop_add_device (struct grub_efi_device_path *path, int length) argument
275 ret->path = grub_malloc (length);
281 ret->pathlen = length;
282 grub_memcpy (ret->path, path, length);
304 prop->length = datalen;
305 prop->data = grub_malloc (prop->length);
313 grub_memcpy (prop->data, data, prop->length);
449 total_length += propdesc->length;
464 head->length
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c70 grub_uint64_t length; member in struct:ia64_boot_payload
219 (payload->start, page_align (payload->length) >> 12);
708 payload->length = size;
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvbe.c354 /* Call VESA BIOS 0x4f06 to set scanline length (in bytes), return status. */
356 grub_vbe_bios_set_scanline_length (grub_uint32_t length) argument
360 regs.ecx = length;
369 /* Call VESA BIOS 0x4f06 to return scanline length (in bytes), return status. */
371 grub_vbe_bios_get_scanline_length (grub_uint32_t *length) argument
381 *length = regs.ebx & 0xffff;
430 grub_uint16_t *length)
443 *length = 0;
448 *length = regs.ecx & 0xffff;
429 grub_vbe_bios_get_pm_interface(grub_uint16_t *segment, grub_uint16_t *offset, grub_uint16_t *length) argument
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h230 grub_arc_ulong_t length; member in struct:grub_arc_system_parameter_block
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_rcm.c625 * 'list' of length 'length'. Returns 0 otherwise.
628 is_cpu_in_list(cpuid_t cpuid, cpuid_t *list, int length) argument
637 for (i = 0; i < length; i++) {
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c432 uint32_t length; local
445 length = (header[4] << 24) | (header[5] << 16) | (header[6] << 8) |
447 if (length > len) {
448 log_message(MSG_ERROR, "%s: '%s' length (%d) >"
449 " fcode size (%d)\n", func_name, fname, length, len);
452 if (length < len) {
453 log_message(MSG_WARN, "%s: '%s' length (%d) <"
454 " fcode size (%d)\n", func_name, fname, length, len);
469 int length; local
489 length
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.c215 uint16_t ipchksum(const void *data, unsigned long length) argument
226 for(i = 0; i < length; i++) {
960 /* Make certain we have a reasonable packet length */
1098 /* XXX: Should check if LEN is less than the maximum length
H A Dundi.h109 uint8_t length; member in struct:pnp_bios
138 uint8_t length; member in struct:pnp_header
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c278 int length = buf_geom.sector_size - byte_offset; local
279 if (length > size)
280 length = size;
281 (*disk_read_func) (sector_num++, byte_offset, length);
282 length = size - length;
283 if (length > 0)
285 while (length > buf_geom.sector_size)
288 length -= buf_geom.sector_size;
290 (*disk_read_func) (sector_num, 0, length);
[all...]
H A Diso9660.h98 iso_8bit_t length; member in struct:iso_directory_record
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c618 int length = 0; local
624 length = strlen( filtpatt ) + strlen ( value ) +1;
625 if ( length > BUFSIZ ) {
627 malloc ( length )) == NULL) {
637 if ( snprintf( filterp, length, filtpatt, value ) < 0 ) {
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c660 ((u8 *) entry + le16_to_cpu(entry->length))) {
664 printf("\t\tRecord length:\t%u (0x%x)\n",
665 (unsigned)le16_to_cpu(entry->length),
666 (unsigned)le16_to_cpu(entry->length));
667 printf("\t\tName length:\t%u (0x%x)\n",
703 le16_to_cpu(entry->length));
1116 (unsigned)le32_to_cpu(sds->length),
1117 (unsigned)le32_to_cpu(sds->length));
1157 while (sd->length && sd->hash &&
1159 le32_to_cpu(sd->length) < (u6
2021 ntfs_hex_dump(void *buf,unsigned int length) argument
[all...]
H A Dntfsundelete.c298 int length, i, j; local
303 length = strlen(pattern);
304 if (length < 1) {
311 length++;
314 result = malloc(length + 3);
1211 if (rl[0].length <= 0) {
1219 "clusters\n", (long long)rl[0].length);
1220 clusters_inuse += rl[0].length;
1224 for (i = 0; rl[i].length > 0; i++) {
1228 (long long)rl[i].length);
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c101 short length; member in struct:Feature_s
381 n = fp->length;
789 fp->length = n;
835 if (strneq(name, p->name, p->length) && ((c = name[p->length] == '_' || name[p->length] == '(' || name[p->length] == '#') || (v = isdigit(name[p->length]) && name[p->length + 1] == '_')))
849 if (name[p->length]
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c137 size_t length; /* length in string */ member in struct:__anon1180
297 * two matches are known to have the same length
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c938 * An empty string is returned if auditing is off; length = 1
948 size_t length; local
956 length = 2 + (2 * sizeof (session_id)) + 1;
957 *buff = malloc(length);
968 length = snprintf(*buff, length, "0x%X", (int)session_id);
970 /* length < 1 is a bug: the session data type may have changed */
971 assert(length > 0);
973 return (length);
1053 int32_t length; local
1338 size32_t length = 0; local
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dprintf.c204 int length; /* Length of the field */ local
234 count = length = 0;
376 length = &buf[etBUFSIZE-1]-bufpt;
377 for(idx=precision-length; idx>0; idx--){
388 length = &buf[etBUFSIZE-1]-bufpt;
424 length = 3;
497 length = bufpt-buf;
502 if( flag_zeropad && !flag_leftjustify && length < width){
504 int nPad = width - length;
510 length
[all...]

Completed in 99 milliseconds

1234567891011