Home
last modified time | relevance | path

Searched refs:len_t (Results 1 – 20 of 20) sorted by path

/illumos-gate/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()
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c162 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/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.c353 if (((len_t)LE_32(efi->efi_gpt_HeaderSize) > dk_ioc->dki_length) || in check_label()
513 ((len_t)label_len - sizeof (*dk_ioc.dki_data))) { in efi_read()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c1581 len_t reqsize; in rfs3_create()
H A Dnfs4_client.c453 len_t preattr_rsize; in nfs4_attr_cache()
H A Dnfs4_srv.c6552 len_t reqsize; in rfs4_createfile()
H A Dnfs_client.c489 len_t preattr_rsize; in nfs_attr_cache()
632 len_t preattr_rsize; in nfs3_attr_cache()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1534 len_t mediasize; in findTheDrive()
1934 len_t mediasize; in parseBPB()
1988 mediasize = (len_t)totsec * (len_t)secsize; in parseBPB()
1999 } else if ((len_t)totsec * (len_t)secsize > fsp->pcfs_mediasize) { in parseBPB()
2015 mediasize = (len_t)totsec * (len_t)secsize; in parseBPB()
2073 if ((len_t)totsec * (len_t)secsize <= mediasize) in parseBPB()
2350 (len_t)arg.mi.dki_lbsize * in pcfs_device_getinfo()
2351 (len_t)arg.mi.dki_capacity; in pcfs_device_getinfo()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h255 len_t r_size; /* client's view of file size */
H A Dsmbfs_vnops.c845 np->r_size = (len_t)uiop->uio_loffset; in smbfs_write()
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c258 len_t cmlb_tg_max_efi_xfer = 1024 * 1024;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h975 len_t mi_maxfilesize; /* for pathconf _PC_FILESIZEBITS */
H A Dnfs_clnt.h347 len_t mi_maxfilesize; /* for pathconf _PC_FILESIZEBITS */
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 */
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c433 len_t vp_limit; /* maximum write offset */
/illumos-gate/usr/src/uts/common/sys/
H A Defi_partition.h235 len_t dki_length; /* length in bytes */
H A Dtypes.h276 typedef u_longlong_t len_t; typedef
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h428 len_t pcfs_mediasize;