Home
last modified time | relevance | path

Searched refs:len_t (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1531 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 Dconditions.c242 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 Dsmbfs_subr.h210 int smbfs_0extend(vnode_t *vp, uint16_t fid, len_t from, len_t to,
H A Dsmbfs_node.h254 len_t r_size; /* client's view of file size */
H A Dsmbfs_vnops.c762 np->r_size = (len_t)uiop->uio_loffset; in smbfs_write()
/titanic_50/usr/src/uts/common/sys/
H A Defi_partition.h215 len_t dki_length; /* length in bytes */
H A Dtypes.h244 typedef u_longlong_t len_t; typedef
/titanic_50/usr/src/uts/common/nfs/
H A Drnode.h278 len_t r_size; /* client's view of file size */
H A Drnode4.h250 len_t r_size; /* client's view of file size */
H A Dnfs_clnt.h347 len_t mi_maxfilesize; /* for pathconf _PC_FILESIZEBITS */
H A Dnfs4_clnt.h975 len_t mi_maxfilesize; /* for pathconf _PC_FILESIZEBITS */
/titanic_50/usr/src/cmd/sendmail/src/
H A Dmilter.c2716 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 Drdwr_efi.c293 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 Dpc_fs.h428 len_t pcfs_mediasize;
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c481 len_t preattr_rsize; in nfs_attr_cache()
624 len_t preattr_rsize; in nfs3_attr_cache()
H A Dnfs4_client.c452 len_t preattr_rsize; in nfs4_attr_cache()
H A Dnfs3_srv.c1523 len_t reqsize; in rfs3_create()
H A Dnfs4_srv.c6364 len_t reqsize; in rfs4_createfile()
/titanic_50/usr/src/cmd/savecore/
H A Dsavecore.c506 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 Ddumpsubr.c433 len_t vp_limit; /* maximum write offset */
/titanic_50/usr/src/uts/common/io/
H A Dcmlb.c256 len_t cmlb_tg_max_efi_xfer = 1024 * 1024;