Searched defs:grow (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.c36 grow(int frame) function
52 grow(++frame);
58 grow(1);
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A DString.c59 grow(s) function
90 s = grow(s);
167 s = grow(s);
216 s = grow(s);
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c384 int32_t grow; local
421 grow = argp->newitem.size - argp->olditem.size;
428 grow = argp->olditem.size - argp->newitem.size;
432 grow = 0;
437 file_dbp->pgsize, argp->ndx, argp->off, grow, &dbt);
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c91 int grow; local
103 grow = chunks * c->cols;
106 grow = MIN(max - c->dcols, grow);
108 c->dcols += grow;
113 grow = chunks * (c->rows + c->nrow);
116 grow = MIN(max - c->drows, grow);
118 c->drows += grow;
119 grow *
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc63 /* grow(); */
142 db_index::grow() function in class:db_index
147 WRITELOCKV(this, "w db_index::grow");
158 "wu db_index::grow: table size exceeds calloc limit");
159 FATAL("db_index::grow: table size exceeds calloc limit",
169 "wu db_index::grow: cannot allocate space");
170 FATAL("db_index::grow: cannot allocate space", DB_MEMORY_LIMIT);
179 WRITEUNLOCKV(this, "wu db_index::grow");
263 * Increment count of number of entries in index table and grow table
278 if (tab == NULL) grow();
[all...]
H A Ddb_table.cc84 /* How much to grow table by */
324 /* grow(); */
428 db_table::grow() function in class:db_table
430 WRITELOCKV(this, "w db_table::grow");
443 WRITEUNLOCKV(this, "wu db_table::grow");
444 FATAL("db_table::grow: table size exceeds calloc limit",
454 WRITEUNLOCKV(this, "wu db_table::grow");
455 FATAL("db_table::grow: cannot allocate space", DB_MEMORY_LIMIT);
472 WRITEUNLOCKV(this, "wu db_table::grow expire");
474 "db_table::grow
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dstk.c106 int grow; member in struct:__anon2653
520 increment(grow);
/illumos-gate/usr/src/uts/common/os/
H A Dgrow.c313 grow(caddr_t sp) function
322 * Serialize grow operations on an address space.
390 /* The grow with szc failed, so fall back to base page size. */
436 * grow to growszc alignment but use current p->p_stkpageszc for
500 cmn_err(CE_WARN, "Sorry, no swap space to grow stack "
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c180 size_t grow = 128; local
182 while (grow < nchars) {
183 grow += 128; /* we grow in chunks of 128 bytes */
189 size += grow;
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c93 void grow(private_t *, int nbyte);
95 #define GROW(nb) if (pri->sys_leng + (nb) >= pri->sys_ssize) grow(pri, (nb))
1403 grow(private_t *pri, int nbyte) /* reallocate format buffer if necessary */ function
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c78 * -P Do not grow the file system, but print on stdout the maximal
552 static int waslog; /* true when ufs logging disabled during grow */
558 int grow; variable
559 #define GROW_WITH_DEFAULT_TRAK (grow && ntrack_flag == RC_DEFAULT)
765 case 'M': /* grow the mounted file system */
769 case 'G': /* grow the file system */
770 grow = 1;
774 grow = 1; /* probe mode implies fs growing */
1178 * if we create using EFI style, we have to also grow using EFI
1188 if ((Nflag && use_efi_dflts) || (grow)) {
[all...]

Completed in 83 milliseconds