/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_xlate.c | 51 size_t cnt, dsz, fsz, msz; in _libelf_xlate() local 101 dsz = cnt * msz; in _libelf_xlate() 104 dsz = cnt * fsz; in _libelf_xlate() 107 if (dst->d_size < dsz) { in _libelf_xlate() 133 dst->d_size = dsz; in _libelf_xlate() 143 if (!xlator(dst->d_buf, dsz, src->d_buf, cnt, byteswap)) { in _libelf_xlate()
|
H A D | libelf_convert.m4 | 144 _libelf_cvt_$1$4_tof(unsigned char *dst, size_t dsz, unsigned char *src, 150 (void) dsz; 167 _libelf_cvt_$1$4_tom(unsigned char *dst, size_t dsz, unsigned char *src, 173 if (dsz < count * sizeof(Elf$3_$2)) 268 _libelf_cvt_$1$3_tof(unsigned char *dst, size_t dsz, unsigned char *src, 274 (void) dsz; 289 _libelf_cvt_$1$3_tom(unsigned char *dst, size_t dsz, unsigned char *src, 300 if (dsz < count * sizeof(Elf$3_$2)) 399 _libelf_cvt_$1$5_tof(unsigned char *dst, size_t dsz, unsigned char *src, 408 unsigned char * const dstend = dst + dsz; [all …]
|
H A D | _libelf.h | 201 typedef int _libelf_translator_function(unsigned char *_dst, size_t dsz,
|
/freebsd/stand/efi/loader/ |
H A D | copy.c | 95 UINTN key, dsz; in efi_verify_staging_size() local 104 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in efi_verify_staging_size() 119 map = malloc(sz + (10 * dsz)); in efi_verify_staging_size() 126 ndesc = sz / dsz; in efi_verify_staging_size() 128 i++, p = NextMemoryDescriptor(p, dsz)) { in efi_verify_staging_size() 146 p = NextMemoryDescriptor(p, dsz); in efi_verify_staging_size() 149 i++, p = NextMemoryDescriptor(p, dsz)) { in efi_verify_staging_size()
|
H A D | bootinfo.c | 180 UINTN dsz, pages, retry, sz; in bi_load_efi_data() local 225 dsz = sizeof(EFI_MEMORY_DESCRIPTOR); in bi_load_efi_data() 249 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &dsz, &mmver); in bi_load_efi_data() 264 sz += (10 * dsz); in bi_load_efi_data() 304 efi_do_vmap(mm, sz, dsz, mmver); in bi_load_efi_data() 306 efihdr->descriptor_size = dsz; in bi_load_efi_data()
|
H A D | main.c | 1590 UINTN key, dsz; in command_memmap() local 1597 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap() 1603 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap() 1609 ndesc = sz / dsz; in command_memmap() 1619 i++, p = NextMemoryDescriptor(p, dsz)) { in command_memmap()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | get_default_principal.c | 124 DWORD dsz = sizeof(username); in _krb5_get_default_principal_local() local 126 if (GetUserName(username, &dsz)) { in _krb5_get_default_principal_local()
|
/freebsd/sys/kern/ |
H A D | subr_stats.c | 72 uint16_t dsz; /* Size of stat's data. */ member 1352 newstatdataidx = tmpstat->dsz = 1365 tmpstat->dsz = vss[i].vsdsz; 1439 *retvsdsz = vs->dsz; 2089 vs->dsz, vs->data_off); 2092 stats_voistatdata_tostr(vsd, v->dtype, vs->dtype, vs->dsz, 2191 stats_voistatdata_tostr(vsd, v->dtype, vs->dtype, vs->dsz, 2272 sbv.vs_dsz = vs->dsz; 2327 bzero(vsd, vs->dsz); 2351 vs->dsz); [all …]
|
/freebsd/usr.bin/mkimg/ |
H A D | image.c | 153 size_t dsz, newsz; in image_chunk_grow() local 161 dsz = SIZE_MAX - ch->ch_size; in image_chunk_grow() 162 assert(dsz < sz); in image_chunk_grow() 164 return (sz - dsz); in image_chunk_grow()
|
/freebsd/contrib/mandoc/ |
H A D | mandocdb.c | 1955 size_t ssz, dsz, addsz; in render_string() local 1969 dsz = 0; in render_string() 1977 dst[dsz++] = *scp; in render_string() 1989 dsz = scp - src; in render_string() 1990 memcpy(dst, src, dsz); in render_string() 2000 dst[dsz++] = ' '; in render_string() 2004 dst[dsz++] = '-'; in render_string() 2060 memcpy(dst + dsz, addcp, addsz); in render_string() 2061 dsz += addsz; in render_string() 2065 *psz = dsz; in render_string()
|
/freebsd/sys/sys/ |
H A D | stats.h | 486 #define HIST_VSDSZ2NBKTS(htype, dsz) \ argument 487 ((dsz - sizeof(struct voistatdata_##htype)) / \
|
/freebsd/contrib/libxo/doc/ |
H A D | faq.rst | 142 not widely used. Use "data-size", not "dsz" or "dsize". Use
|