Searched refs:init_size (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | bindings.c | 246 int init_size = sizeof (bindhead) + BLKSIZE; in la_version() local 248 if (ftruncate(fd, init_size) == -1) { in la_version() 254 if ((bhp = (bindhead *)mmap(0, init_size, in la_version() 269 current_map_len = bhp->bh_size = init_size; in la_version()
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | Fir.cc | 176 int init_size = (size <= order)? size : order; in filter_noadjust() local 182 for (i = 1; i <= init_size; i++) in filter_noadjust()
|
H A D | Resample.cc | 195 int init_size = (size <= order)? size : order; in decimate_noadjust() local 196 for (i = down_offset; i < init_size; i += down) in decimate_noadjust()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 1396 int init_size; in itree_create() local 1400 init_size = alloc_total(); in itree_create() 1401 out(O_ALTFP|O_STAMP, "start itree_create using %d bytes", init_size); in itree_create() 1424 alloc_total() - init_size); in itree_create() 1480 int init_size; in itree_create_dummy() local 1483 init_size = alloc_total(); in itree_create_dummy() 1484 out(O_ALTFP|O_STAMP, "start itree_create using %d bytes", init_size); in itree_create_dummy() 1537 alloc_total() - init_size); in itree_create_dummy() 1544 int init_size; in itree_free() local 1546 init_size = alloc_total(); in itree_free() [all …]
|
H A D | fme.c | 335 int init_size; in newfme() local 395 init_size = alloc_total(); in newfme() 396 out(O_ALTFP|O_STAMP, "start config_snapshot using %d bytes", init_size); in newfme() 405 alloc_total() - init_size); in newfme() 708 int init_size; in fme_restart() local 810 init_size = alloc_total(); in fme_restart() 811 out(O_ALTFP|O_STAMP, "start config_restore using %d bytes", init_size); in fme_restart() 838 alloc_total() - init_size); in fme_restart()
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | linux.h | 67 uint32_t init_size; member
|
/illumos-gate/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 358 int init_size = 32; /* Initial size of the positions array */ in init_positions() local 361 (init_size - 1) * sizeof (cmd_pos_t *)); in init_positions() 368 positions->size = init_size; in init_positions()
|