/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 1531 len_t mediasize; in findTheDrive() 1931 len_t mediasize; in parseBPB() 1985 mediasize = (len_t)totsec * (len_t)secsize; in parseBPB() 1996 } else if ((len_t)totsec * (len_t)secsize > fsp->pcfs_mediasize) { in parseBPB() 2012 mediasize = (len_t)totsec * (len_t)secsize; in parseBPB() 2070 if ((len_t)totsec * (len_t)secsize <= mediasize) in parseBPB() 2347 (len_t)arg.mi.dki_lbsize * in pcfs_device_getinfo() 2348 (len_t)arg.mi.dki_capacity; in pcfs_device_getinfo()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr.h | 210 int smbfs_0extend(vnode_t *vp, uint16_t fid, len_t from, len_t to,
|
H A D | smbfs_node.h | 254 len_t r_size; /* client's view of file size */
|
H A D | smbfs_vnops.c | 762 np->r_size = (len_t)uiop->uio_loffset; in smbfs_write()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | efi_partition.h | 215 len_t dki_length; /* length in bytes */
|
H A D | types.h | 244 typedef u_longlong_t len_t; typedef
|
/titanic_50/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 */
|
/titanic_50/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");
|
/titanic_50/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 293 if (((len_t)LE_32(efi->efi_gpt_HeaderSize) > dk_ioc->dki_length) || in check_label() 454 ((len_t)label_len - sizeof (*dk_ioc.dki_data))) { in efi_read()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | pc_fs.h | 428 len_t pcfs_mediasize;
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 481 len_t preattr_rsize; in nfs_attr_cache() 624 len_t preattr_rsize; in nfs3_attr_cache()
|
H A D | nfs4_client.c | 452 len_t preattr_rsize; in nfs4_attr_cache()
|
H A D | nfs3_srv.c | 1523 len_t reqsize; in rfs3_create()
|
H A D | nfs4_srv.c | 6364 len_t reqsize; in rfs4_createfile()
|
/titanic_50/usr/src/cmd/savecore/ |
H A D | savecore.c | 506 Copy(offset_t dumpoff, len_t nb, offset_t *offp, int fd, char *buf, in Copy()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 433 len_t vp_limit; /* maximum write offset */
|
/titanic_50/usr/src/uts/common/io/ |
H A D | cmlb.c | 256 len_t cmlb_tg_max_efi_xfer = 1024 * 1024;
|