/illumos-gate/usr/src/cmd/savecore/ |
H A D | savecore.c | 162 static void report_progress(len_t, len_t); 163 static void end_progress(len_t, len_t); 508 Copy(offset_t dumpoff, len_t nb, offset_t *offp, int fd, char *buf, in Copy() 509 size_t sz, len_t *savedp, len_t total) in Copy() 532 CopyPages(offset_t *offp, int fd, char *buf, size_t sz, len_t *savedp, in CopyPages() 533 len_t total) in CopyPages() 581 len_t completed, total; in copy_crashfile() 1104 report_progress(len_t done, len_t total) in report_progress() 1124 end_progress(len_t done, len_t total) in end_progress()
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 1559 len_t mediasize; in findTheDrive() 1959 len_t mediasize; in parseBPB() 2013 mediasize = (len_t)totsec * (len_t)secsize; in parseBPB() 2024 } else if ((len_t)totsec * (len_t)secsize > fsp->pcfs_mediasize) { in parseBPB() 2040 mediasize = (len_t)totsec * (len_t)secsize; in parseBPB() 2098 if ((len_t)totsec * (len_t)secsize <= mediasize) in parseBPB() 2375 (len_t)arg.mi.dki_lbsize * in pcfs_device_getinfo() 2376 (len_t)arg.mi.dki_capacity; in pcfs_device_getinfo()
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | conditions.c | 242 int i, len_t, len_f; in test_condition_domain() local 245 len_t = target_domain == NULL ? 0 : strlen(target_domain); in test_condition_domain() 249 for (i = 0; i < len_t; i++) in test_condition_domain() 251 target[len_t] = '\0'; in test_condition_domain()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_node.h | 255 len_t r_size; /* client's view of file size */
|
H A D | smbfs_vnops.c | 845 np->r_size = (len_t)uiop->uio_loffset; in smbfs_write()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | efi_partition.h | 235 len_t dki_length; /* length in bytes */
|
H A D | types.h | 276 typedef u_longlong_t len_t; typedef
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | rnode.h | 278 len_t r_size; /* client's view of file size */
|
H A D | rnode4.h | 250 len_t r_size; /* client's view of file size */
|
H A D | nfs_clnt.h | 347 len_t mi_maxfilesize; /* for pathconf _PC_FILESIZEBITS */
|
H A D | nfs4_clnt.h | 975 len_t mi_maxfilesize; /* for pathconf _PC_FILESIZEBITS */
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 2716 int len_n, len_v, len_t, len_f; local 2744 len_t = len_f + strlen(hv) + 1; 2745 if (len_t < 0) 2747 buf = (char *) xalloc(len_t); 2757 len_t - len_n - 1); 2758 SM_ASSERT(len_t >= len_n + 1 + len_v + 1); 2759 len_t = len_n + 1 + len_v + 1; 2763 len_t, e, state, "header");
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | pc_fs.h | 428 len_t pcfs_mediasize;
|
/illumos-gate/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 354 if (((len_t)LE_32(efi->efi_gpt_HeaderSize) > dk_ioc->dki_length) || in check_label() 514 ((len_t)label_len - sizeof (*dk_ioc.dki_data))) { in efi_read()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 489 len_t preattr_rsize; in nfs_attr_cache() 632 len_t preattr_rsize; in nfs3_attr_cache()
|
H A D | nfs4_client.c | 453 len_t preattr_rsize; in nfs4_attr_cache()
|
H A D | nfs3_srv.c | 1581 len_t reqsize; in rfs3_create()
|
H A D | nfs4_srv.c | 6552 len_t reqsize; in rfs4_createfile()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 433 len_t vp_limit; /* maximum write offset */
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cmlb.c | 258 len_t cmlb_tg_max_efi_xfer = 1024 * 1024;
|