Home
last modified time | relevance | path

Searched refs:dsz (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c308 size_t dsz; in m_fixhdr() local
310 dsz = msgdsize(m0); in m_fixhdr()
311 return ((int)dsz); in m_fixhdr()
1004 size_t dsz; in m_copym() local
1007 dsz = msgdsize(m); in m_copym()
1009 if (off > dsz) in m_copym()
1012 if ((off + len) > dsz) in m_copym()
1028 dsz = msgdsize(n); in m_copym()
1029 ASSERT(len <= dsz); in m_copym()
1030 if (len < dsz) { in m_copym()
[all …]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_door.h69 #define NSCD_ALLOC_DOORBUF(cn, dsz, uptr, usz) \ argument
70 usz = (sizeof (nss_pheader_t) + (dsz)); \
79 ((nss_pheader_t *)uptr)->data_len = dsz;
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c315 FILE_ELF_SIZE_T nsz, nmsz, dsz; in process_phdr() local
352 dsz = nhdr->n_descsz; in process_phdr()
355 if ((psinfo = malloc(dsz)) == NULL) { in process_phdr()
361 if (pread64(EI->elffd, psinfo, dsz, offset) != dsz) in process_phdr()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandocdb.c1966 size_t ssz, dsz, addsz; in render_string() local
1980 dsz = 0; in render_string()
1988 dst[dsz++] = *scp; in render_string()
2000 dsz = scp - src; in render_string()
2001 memcpy(dst, src, dsz); in render_string()
2011 dst[dsz++] = ' '; in render_string()
2015 dst[dsz++] = '-'; in render_string()
2061 memcpy(dst + dsz, addcp, addsz); in render_string()
2062 dsz += addsz; in render_string()
2066 *psz = dsz; in render_string()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c1045 UINTN key, dsz; in command_memmap() local
1053 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap()
1059 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap()
1065 ndesc = sz / dsz; in command_memmap()
1076 i++, p = NextMemoryDescriptor(p, dsz)) { in command_memmap()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_amd.c370 uint64_t dsz, rsz; in amd_rank_create() local
395 if (topo_prop_get_uint64(pnode, PGNAME(DIMM), "size", &dsz, in amd_rank_create()
397 rsz = dsz / ncs; in amd_rank_create()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m4851 size_t cnt, dsz, ssz;
874 dsz = fmsize[dver][type].s_filesz;
878 dsz = fmsize[dver][type].s_memsz;
883 if (dst->d_size < dsz * cnt) {
889 if ((_encode == (encode + 1)) && (dsz == ssz)) {
906 dst->d_size = dsz * cnt;
H A Dxlate.m4860 size_t cnt, dsz, ssz;
883 dsz = fmsize[dver][type].s_filesz;
887 dsz = fmsize[dver][type].s_memsz;
892 if (dst->d_size < dsz * cnt) {
898 if ((_encode == (encode + 1)) && (dsz == ssz)) {
915 dst->d_size = dsz * cnt;