Home
last modified time | relevance | path

Searched defs:sz (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/freebsd/stand/efi/include/
H A Defichar.h41 #define EFICHAR_MALLOC(sz) malloc((sz), M_TEMP, M_WAITOK | M_ZERO) argument
42 #define EFICHAR_FREE(sz) free((sz), M_TEMP) argument
44 #define EFICHAR_MALLOC(sz) malloc(sz) argument
45 #define EFICHAR_FREE(sz) free(sz) argument
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c567 audit_get_qctrl(au_qctrl_t *qctrl, size_t sz) in audit_get_qctrl()
606 audit_set_qctrl(au_qctrl_t *qctrl, size_t sz) in audit_set_qctrl()
724 audit_get_kmask(au_mask_t *kmask, size_t sz) in audit_get_kmask()
735 audit_set_kmask(au_mask_t *kmask, size_t sz) in audit_set_kmask()
746 audit_get_fsize(au_fstat_t *fstat, size_t sz) in audit_get_fsize()
758 audit_set_fsize(au_fstat_t *fstat, size_t sz) in audit_set_fsize()
770 audit_set_pmask(auditpinfo_t *api, size_t sz) in audit_set_pmask()
818 audit_get_stat(au_stat_t *stats, size_t sz) in audit_get_stat()
830 audit_set_stat(au_stat_t *stats, size_t sz) in audit_set_stat()
842 audit_get_cwd(char *path, size_t sz) in audit_get_cwd()
[all …]
/freebsd/tests/sys/vm/
H A Dpage_fault_signal.c71 int sz; in ATF_TC_BODY() local
90 int sz; in ATF_TC_BODY() local
108 int sz; in ATF_TC_BODY() local
127 int sz; in ATF_TC_BODY() local
150 int sz; in ATF_TC_BODY() local
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_dh.c16 # define FFDHE(sz, keylength) { \ argument
24 # define MODP(sz, keylength) { \ argument
32 # define RFC5114(name, uid, sz, tag) { \ argument
42 # define FFDHE(sz, keylength) { SN_ffdhe##sz, NID_ffdhe##sz } argument
43 # define MODP(sz, keylength) { SN_modp_##sz, NID_modp_##sz } argument
44 # define RFC5114(name, uid, sz, tag) { name, uid } argument
/freebsd/crypto/openssl/include/openssl/
H A Dparams.h27 # define OSSL_PARAM_DEFN(key, type, addr, sz) \ argument
58 # define OSSL_PARAM_BN(key, bn, sz) \ argument
60 # define OSSL_PARAM_utf8_string(key, addr, sz) \ argument
62 # define OSSL_PARAM_octet_string(key, addr, sz) \ argument
65 # define OSSL_PARAM_utf8_ptr(key, addr, sz) \ argument
67 # define OSSL_PARAM_octet_ptr(key, addr, sz) \ argument
/freebsd/contrib/mandoc/
H A Dmandoc_ohash.c33 mandoc_ohash_init(struct ohash *h, unsigned int sz, ptrdiff_t ko) in mandoc_ohash_init()
47 hash_alloc(size_t sz, void *arg) in hash_alloc()
54 hash_calloc(size_t n, size_t sz, void *arg) in hash_calloc()
H A Dchars.c454 mchars_spec2cp(const char *p, size_t sz) in mchars_spec2cp()
465 mchars_num2char(const char *p, size_t sz) in mchars_num2char()
474 mchars_num2uc(const char *p, size_t sz) in mchars_num2uc()
484 mchars_spec2str(const char *p, size_t sz, size_t *rsz) in mchars_spec2str()
H A Dmandoc.c42 mandoc_font(const char *cp, int sz) in mandoc_font()
95 mandoc_escape(const char **end, const char **start, int *sz) in mandoc_escape()
602 mandoc_eos(const char *p, size_t sz) in mandoc_eos()
645 mandoc_strntoi(const char *p, size_t sz, int base) in mandoc_strntoi()
H A Dtest-ohash.c12 xmalloc(size_t sz, void *arg) { in xmalloc()
17 xcalloc(size_t nmemb, size_t sz, void *arg) in xcalloc()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dvmem.h90 #define vmem_alloc(sz, fl) spl_vmem_alloc((sz), (fl), __func__, __LINE__) argument
91 #define vmem_zalloc(sz, fl) spl_vmem_zalloc((sz), (fl), __func__, __LINE__) argument
92 #define vmem_free(ptr, sz) spl_vmem_free((ptr), (sz)) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp181 void *user_alloc_internal(ThreadState *thr, uptr pc, uptr sz, uptr align, in user_alloc_internal()
222 void *user_alloc(ThreadState *thr, uptr pc, uptr sz) { in user_alloc()
249 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { in OnUserAlloc()
271 UNUSED uptr sz = ctx->metamap.FreeBlock(thr->proc(), p, false); in OnUserFree() local
276 uptr sz = ctx->metamap.FreeBlock(thr->proc(), p, true); in OnUserFree() local
282 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) { in user_realloc()
300 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_memalign()
312 uptr sz) { in user_posix_memalign()
339 void *user_valloc(ThreadState *thr, uptr pc, uptr sz) { in user_valloc()
343 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { in user_pvalloc()
[all …]
H A Dtsan_sync.cpp47 void MetaMap::AllocBlock(ThreadState *thr, uptr pc, uptr p, uptr sz) { in AllocBlock()
63 uptr sz = RoundUpTo(b->siz, kMetaShadowCell); in FreeBlock() local
68 bool MetaMap::FreeRange(Processor *proc, uptr p, uptr sz, bool reset) { in FreeRange()
108 void MetaMap::ResetRange(Processor *proc, uptr p, uptr sz, bool reset) { in ResetRange()
244 void MetaMap::MoveMemory(uptr src, uptr dst, uptr sz) { in MoveMemory()
/freebsd/lib/libc/iconv/
H A Dcitrus_memstream.h70 void *ptr, size_t sz) in _citrus_memory_stream_bind_ptr()
95 size_t sz; in _citrus_memory_stream_remainder() local
106 size_t sz; in _citrus_memory_stream_seek() local
159 struct _citrus_region *r, size_t sz) in _citrus_memory_stream_getregion()
218 size_t sz; in _citrus_memory_stream_getln_region() local
H A Dcitrus_region.h43 _citrus_region_init(struct _citrus_region *r, void *h, size_t sz) in _citrus_region_init()
65 _citrus_region_check(const struct _citrus_region *r, size_t ofs, size_t sz) in _citrus_region_check()
105 const struct _citrus_region *r, size_t ofs, size_t sz) in _citrus_region_get_subregion()
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dstdlib.h50 #define calloc(n, sz) NULL argument
51 #define malloc(sz) NULL argument
/freebsd/lib/libc/db/btree/
H A Dbt_overflow.c79 u_int32_t sz; in __ovfl_get() local
134 u_int32_t sz; in __ovfl_put() local
184 u_int32_t sz; in __ovfl_delete() local
/freebsd/usr.bin/mkimg/
H A Dimage.c151 image_chunk_grow(struct chunk *ch, size_t sz) in image_chunk_grow()
216 size_t sz; in image_chunk_skipto() local
249 image_chunk_append(lba_t blk, size_t sz, off_t ofs, int fd) in image_chunk_append()
280 image_chunk_copyin(lba_t blk, void *buf, size_t sz, off_t ofs, int fd) in image_chunk_copyin()
305 image_file_map(int fd, off_t ofs, size_t sz, off_t *iofp) in image_file_map()
331 image_file_unmap(void *buffer, size_t sz) in image_file_unmap()
403 size_t iosz, sz; in image_copyin_mapped() local
547 size_t sz; in image_copyout_zeroes() local
578 size_t iosz, sz; in image_copyout_file() local
604 size_t ofs, sz; in image_copyout_region() local
/freebsd/tests/sys/kern/
H A Dsysctl_kern_proc.c35 size_t sz; in sysctl_kern_proc_all() local
67 size_t sz; in ATF_TC_BODY() local
144 size_t sz, sz1; in ATF_TC_BODY() local
/freebsd/sys/contrib/ncsw/inc/
H A Dxx_ext.h68 #define XX_Malloc(sz) \ argument
71 #define XX_MallocSmart(sz, memt, al) \ argument
/freebsd/contrib/elftoolchain/elfcopy/
H A Dascii.c207 size_t sz; in create_elf_from_srec() local
477 size_t sz; in create_elf_from_ihex() local
666 append_data(struct section *s, const void *buf, size_t sz) in append_data()
690 size_t *sz) in srec_read()
803 srec_write_Sd(int ofd, char dr, uint64_t addr, const void *buf, size_t sz, in srec_write_Sd()
844 srec_write(int ofd, char type, uint64_t addr, const void *buf, size_t sz) in srec_write()
873 ihex_write_00(int ofd, uint64_t addr, const void *buf, size_t sz) in ihex_write_00()
897 uint8_t *data, size_t *sz) in ihex_read()
982 size_t sz) in ihex_write()
1011 read_num(const char *line, int *len, uint64_t *num, size_t sz, int *checksum) in read_num()
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dmm-internal.h75 #define mm_malloc(sz) event_mm_malloc_(sz) argument
78 #define mm_realloc(p, sz) event_mm_realloc_((p), (sz)) argument
/freebsd/contrib/libevent/
H A Dmm-internal.h75 #define mm_malloc(sz) event_mm_malloc_(sz) argument
78 #define mm_realloc(p, sz) event_mm_realloc_((p), (sz)) argument
/freebsd/usr.sbin/mfiutil/
H A Dmfi_bbu.c43 mfi_autolearn_period(uint32_t period, char *buf, size_t sz) in mfi_autolearn_period()
69 mfi_next_learn_time(uint32_t next_learn_time, char *buf, size_t sz) in mfi_next_learn_time()
86 mfi_autolearn_mode(uint8_t mode, char *buf, size_t sz) in mfi_autolearn_mode()
/freebsd/crypto/openssh/
H A Dutf8.c73 grow_dst(char **dst, size_t *sz, size_t maxsz, char **dp, size_t need) in grow_dst()
111 size_t sz; /* Number of bytes allocated for dst. */ in vasnmprintf() local
240 snmprintf(char *str, size_t sz, int *wp, const char *fmt, ...) in snmprintf()
258 asmprintf(char **outp, size_t sz, int *wp, const char *fmt, ...) in asmprintf()
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_hash.h54 fxrng_hash_update(struct fxrng_hash *h, const void *buf, size_t sz) in fxrng_hash_update()
63 fxrng_hash_finish(struct fxrng_hash *h, uint8_t buf[static FXRNG_HASH_SZ], size_t sz) in fxrng_hash_finish()

12345678910>>...27