/illumos-gate/usr/src/cmd/boot/installboot/sparc/ |
H A D | installboot.h | 55 uint32_t file_size; member in struct:_ib_bootblock
|
/illumos-gate/usr/src/test/zfs-tests/cmd/mkholes/ |
H A D | mkholes.c | 87 static off_t file_size = 0; local 100 if (file_size >= off + len) 102 file_size = off + len;
|
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/ |
H A D | ipp-support.c | 352 ssize_t file_size) 369 sprintf(length, "%lu", (unsigned long)(file_size + chunk_size)); 351 ipp_send_initial_request_block(service_t *svc, papi_attribute_t **request, ssize_t file_size) argument
|
/illumos-gate/usr/src/lib/libtnfprobe/ |
H A D | tnf_buf.c | 341 int file_size; local 384 file_size = blocks * block_size; 386 while (b < file_size) {
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppinput.c | 471 unsigned long file_size; local 491 file_size = pp.member->size; 507 file_size = sfseek(sp, 0L, SEEK_END); 511 file_size = pp.in->buflen; 512 if (!(sp = sfnew(NiL, pp.in->buffer + ((pp.in->flags & IN_static) ? 0 : PPBAKSIZ), file_size, -1, SF_READ|SF_STRING))) 523 p = file_offset + file_size - 22;
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.h | 56 uint32_t file_size; member in struct:_stage2_data
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.h | 83 uint32_t file_size; member in struct:_ib_bootblock
|
/illumos-gate/usr/src/lib/libsmedia/plugins/scsi/common/ |
H A D | s_generic.c | 797 off_t file_size, ret; local 815 file_size = lseek(fd, 0, SEEK_END); 816 if (file_size == -1) { 837 file_size = 0; 845 while (file_size < shared_bufsize) { 852 file_size += buf_size;
|
/illumos-gate/usr/src/lib/libtnf/ |
H A D | libtnf.h | 136 size_t file_size; member in struct:TNF 137 caddr_t file_end; /* file_start + file_size */
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | init.c | 84 int file_size; variable
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | nl7c.c | 621 static int file_size = 1000000; variable 752 file_size = sz; 840 if (! nl7c_logd_init(file_size, fnv)) {
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | cache.h | 287 off_t file_size; /* file size at last check */ member in struct:nsc_ctx
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 580 static int file_size; local 592 file_size = statinfo.st_size; 594 if ((sbus_info = (char *)malloc(file_size)) == NULL) { 600 if (read(fd, sbus_info, file_size) < 0) { 610 file_size, strlen(qlgc2200Sbus))) != -1) {
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 199 output_humongus_header(char *fullname, longlong_t file_size, argument 229 (void) snprintf(buf, len, "%lld %s", file_size, fullname); 854 longlong_t file_size; /* real size of this file */ local 893 file_size = tlm_readlink(fullname, snapname, linkname, 895 if (file_size < 0) { 963 file_size = real_size; 964 if (file_size > TLM_MAX_TAR_IMAGE) { 965 if (output_humongus_header(fullname, file_size, 981 file_size = 0; 986 if (file_size [all...] |
H A D | tlm_restore_writer.c | 272 long file_size; /* size of file to restore */ local 397 file_size = size_left; 481 file_size = oct_atoi(tar_hdr->th_size); 702 rv = restore_file(&fp, nmp, file_size, 756 job_stats->js_bytes_total += file_size; 760 huge_size -= file_size; 801 file_name, file_size, acls, local_commands, 916 file_size = min(file_size, 918 file_size 1989 load_acl_info(int lib, int drv, long file_size, tlm_acls_t *acls, long *acl_spot, tlm_cmd_t *local_commands) argument [all...] |
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 155 off_t file_pos, file_size; variable 378 if ((noscroll || clearit) && (file_size != LLONG_MAX)) 484 if ((file_size = (off_t)stbuf.st_size) == 0) 485 file_size = LLONG_MAX; 684 promptlen += printf ("(%d%%)", (int)((file_pos * 100) / file_size));
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 1724 offset_t file_size = VTOH(vp)->hs_dirent.ext_size; local 1727 file_size = (file_size + PAGESIZE - 1) & PAGEMASK; 1728 if (end_off > file_size) 1729 end_off = file_size;
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 6163 u_offset_t file_size; local 6193 UFS_GET_ISIZE(&file_size, ip); 6195 if (ldbtob(ldbn + dblks) > file_size)
|
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bcache.c | 2623 nsc_size_t file_size; /* file_size in FBA's */ local 2627 file_size = _sd_cache_files[(cd)].cd_info->sh_filesize; 2628 if ((fba_pos + fba_len) > file_size) { 2629 fba_len = file_size - fba_pos;
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 2822 read_file(char *nam_p, off_t file_size, off_t *real_filesz, argument 2829 if (file_size == 0) 2832 amt_to_read = file_size; 2855 *real_filesz = file_size - amt_to_read; 2859 *real_filesz = file_size + 2864 *real_filesz = file_size; 2882 *real_filesz = file_size + amount_read; 2894 read_compress_holes(char *nam_p, off_t file_size, off_t *real_filesz, argument 2914 if (hl->hl_data == file_size) 2944 left = file_size [all...] |