Searched refs:msz (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | clscook.c | 151 size_t fsz, msz; in _elf_cookscn() local 178 msz = _elf_msize(d->db_data.d_type, elf->ed_version); in _elf_cookscn() 179 d->db_data.d_size = MAX(sh->sh_size, (sh->sh_size / fsz) * msz); in _elf_cookscn() 299 register size_t fsz, msz; in _elf_phdr() 315 msz = _elf_msize(ELF_T_PHDR, work) * eh->e_phnum; in _elf_phdr() 323 if (inplace && fsz >= msz && eh->e_phoff % sizeof (ElfField) == 0) { in _elf_phdr() 327 if ((elf->ed_phdr = malloc(msz)) == 0) { in _elf_phdr() 338 dst.d_size = msz; in _elf_phdr() 349 elf->ed_phdrsz = msz; in _elf_phdr() 359 register size_t fsz, msz; in _elf_shdr() [all …]
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tl.c | 1725 ssize_t msz = MBLKL(mp); in tl_wput() local 1776 if (msz < sizeof (prim->type)) { in tl_wput() 1818 (msz < sizeof (struct T_unitdata_req))) { in tl_wput() 1847 if (msz < sizeof (prim->type)) { in tl_wput() 2118 ssize_t msz = MBLKL(mp); in tl_do_proto() local 2122 ASSERT(msz >= sizeof (prim->type)); in tl_do_proto() 2361 ssize_t msz = MBLKL(mp), basize; in tl_bind() local 2375 if (msz < sizeof (struct T_bind_req)) { in tl_bind() 2415 (aoff + alen > msz)) { in tl_bind() 2457 ((ssize_t)(aoff + alen) > msz) || in tl_bind() [all …]
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 1604 int msz; in uri_desb_chop() local 1610 msz = MIN(lbytes, max_mblk); in uri_desb_chop() 1611 msz = MIN(msz, lsz); in uri_desb_chop() 1612 if (persist && eoh >= ldata && eoh < &ldata[msz]) { in uri_desb_chop() 1613 msz = (eoh - ldata); in uri_desb_chop() 1616 if (msz == 0) { in uri_desb_chop() 1629 nmp = desballoc((uchar_t *)ldata, msz, BPRI_HI, &desb->frtn); in uri_desb_chop() 1644 nmp->b_wptr += msz; in uri_desb_chop() 1657 ldata += msz; in uri_desb_chop() 1658 lsz -= msz; in uri_desb_chop() [all …]
|
/titanic_44/usr/src/cmd/halt/ |
H A D | halt.c | 748 size_t msz; in get_zfs_bootfs_arg() local 763 (msz = strlen(mnt.mnt_mountp)) > mntlen) { in get_zfs_bootfs_arg() 764 mntlen = msz; in get_zfs_bootfs_arg()
|