Searched refs:init_size (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_fuchsia.cpp | 230 uptr ReservedAddressRange::Init(uptr init_size, const char *name, in Init() argument 232 init_size = RoundUpTo(init_size, GetPageSize()); in Init() 239 init_size, &vmar, &base); in Init() 241 ReportMmapFailureAndDie(init_size, name, "zx_vmar_allocate", status); in Init() 243 size_ = init_size; in Init()
|
/freebsd/crypto/openssl/crypto/async/ |
H A D | async.c | 352 int ASYNC_init_thread(size_t max_size, size_t init_size) in ASYNC_init_thread() argument 357 if (init_size > max_size) { in ASYNC_init_thread() 374 pool->jobs = sk_ASYNC_JOB_new_reserve(NULL, init_size); in ASYNC_init_thread() 384 while (init_size--) { in ASYNC_init_thread()
|
/freebsd/sys/geom/vinum/ |
H A D | geom_vinum_init.c | 364 s->init_size = GV_DFLT_SYNCSIZE; in gv_init_plex() 384 data = g_malloc(s->init_size, M_WAITOK | M_ZERO); in gv_init_plex() 385 gv_init_request(s, start, data, s->init_size); in gv_init_plex()
|
H A D | geom_vinum_var.h | 293 int init_size; /* Initialization read/write size. */ member
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | async.h | 52 int ASYNC_init_thread(size_t max_size, size_t init_size);
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | file.h | 20 __le32 init_size; /* bytes of init code */ member 29 __le32 init_size; /* bytes of init code */ member
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASYNC_start_job.pod | 14 int ASYNC_init_thread(size_t max_size, size_t init_size); 52 I<init_size> B<ASYNC_JOB>s will be created immediately. If ASYNC_init_thread() 54 with a I<max_size> of 0 (no upper limit) and an I<init_size> of 0 (no
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-drv.c | 538 le32_to_cpu(ucode->u.v2.init_size)); in iwl_parse_v1_v2_firmware() 557 le32_to_cpu(ucode->u.v1.init_size)); in iwl_parse_v1_v2_firmware()
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmreg.h | 1066 uint32_t init_size; /* bytes of init code */ member 1075 uint32_t init_size; /* bytes of init code */ member
|