Searched refs:grow (Results 1 - 24 of 24) 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/lib/libnisdb/
H A Ddb_index_c.x82 % void grow();
127 % Increment count of number of entries in index table and grow table
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_c.x162 % void grow(); /* Expand the table.
242 % is placed. 'count' is incremented if entry is added. Table may grow
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/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/truss/
H A Dproto.h117 extern void grow(private_t *, int);
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
H A Dactions.c474 grow(pri, strlen(name) + 1);
/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/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...]
/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/libast/common/misc/
H A Dstk.c106 int grow; member in struct:__anon2653
520 increment(grow);
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.s191 * to audit_pltexit() for post analysis we must first grow
220 subl %edx, %esp / grow the stack
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h160 int grow(caddr_t);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c430 #error stack does not grow downwards, routine needs update
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s311 * First we check the size of the callers stack and grow
356 sub %sp, %l1, %sp ! grow our stack by amount required.
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.s358 * to audit_pltexit() for post analysis we must first grow
390 subq %rdx, %rsp / grow the stack
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c287 grow:
496 goto grow;
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/uts/sun4/os/
H A Dtrap.c461 addr < p->p_usrstack && grow(addr))
620 * Otherwise grow the stack automatically.
626 grow(addr))) {
698 * In the case where both pagefault and grow fail,
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c675 grow(addr))
869 * Otherwise attempt to grow the stack.
874 grow(addr))) {
911 * In the case where both pagefault and grow fail,
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s703 * First we check the size of the callers stack and grow
749 sub %sp, %l1, %sp ! grow our stack by amount required.
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1135 #error stack does not grow downward, door_layout() must change

Completed in 120 milliseconds