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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1531 len_t mediasize;
1931 len_t mediasize;
1985 mediasize = (len_t)totsec * (len_t)secsize;
1996 } else if ((len_t)totsec * (len_t)secsize > fsp->pcfs_mediasize) {
2012 mediasize = (len_t)totsec * (len_t)secsize;
2070 if ((len_t)totsec * (len_t)secsiz
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c242 int i, len_t, len_f; local
245 len_t = target_domain == NULL ? 0 : strlen(target_domain);
249 for (i = 0; i < len_t; i++)
251 target[len_t] = '\0';
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h254 len_t r_size; /* client's view of file size */
H A Dsmbfs_subr.h210 int smbfs_0extend(vnode_t *vp, uint16_t fid, len_t from, len_t to,
H A Dsmbfs_vnops.c763 np->r_size = (len_t)uiop->uio_loffset;
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h277 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 */
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h243 typedef u_longlong_t len_t; typedef
H A Defi_partition.h215 len_t dki_length; /* length in bytes */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h428 len_t pcfs_mediasize;
/illumos-gate/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");
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c293 if (((len_t)LE_32(efi->efi_gpt_HeaderSize) > dk_ioc->dki_length) ||
467 ((len_t)label_len - sizeof (*dk_ioc.dki_data))) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c481 len_t preattr_rsize;
624 len_t preattr_rsize;
H A Dnfs3_srv.c1523 len_t reqsize;
H A Dnfs4_client.c452 len_t preattr_rsize;
H A Dnfs4_srv.c6318 len_t reqsize;
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c506 Copy(offset_t dumpoff, len_t nb, offset_t *offp, int fd, char *buf,
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c429 len_t vp_limit; /* maximum write offset */
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c256 len_t cmlb_tg_max_efi_xfer = 1024 * 1024;

Completed in 175 milliseconds