Searched refs:resize (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regalloc.c | 31 regalloc(void* handle, void*(*resize)(void*,void*,size_t), regflags_t flags) in regalloc() 34 state.disc.re_resizef = resize; in regalloc()
|
/titanic_44/usr/src/lib/sun_fc/common/ |
H A D | Trace.cc | 141 stacks.resize(tid+1); in Trace() 142 indent.resize(tid+1); in Trace() 156 indent[tid].resize(len - 1); in ~Trace()
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | MainHelper.java | 168 f.resize(25, 25); in main() 210 frame.resize(25, 25); in main()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 420 hermon_cqhdl_t cq, resize; in hermon_cq_free() local 439 resize = cq->cq_resize_hdl; /* save the handle for later */ in hermon_cq_free() 531 if (resize) { /* there was a pointer to a handle */ in hermon_cq_free() 532 mr = resize->cq_mrhdl; /* reuse the pointer to the region */ in hermon_cq_free() 544 if (resize) { in hermon_cq_free() 545 hermon_queue_free(&resize->cq_cqinfo); in hermon_cq_free() 547 kmem_free(resize, sizeof (struct hermon_sw_cq_s)); in hermon_cq_free()
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
H A D | WindowShadow.java | 216 win.resize(getWindowSize(win, false)); in setOnBody() 220 win.resize(getWindowSize(win, true)); in setOnBody() 426 win.resize(size.width, size.height); in resizePreferredSize()
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_init.c | 199 resize: in read_device_wwn() 213 goto resize; in read_device_wwn()
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | VJFlowLayout.java | 260 m.resize(d.width, d.height); in layoutContainer()
|
H A D | ImageLabel.java | 238 resize(w + padWidth * 2, h + padWidth * 2); in updateSize()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zvol.c | 157 static int zvol_dump_init(zvol_state_t *zv, boolean_t resize); 1900 zvol_dump_init(zvol_state_t *zv, boolean_t resize) in zvol_dump_init() argument 1962 if (resize) { in zvol_dump_init() 2010 if (!resize) { in zvol_dump_init() 2052 boolean_t resize = (dumpsize > 0); in zvol_dumpify() local 2054 if ((error = zvol_dump_init(zv, resize)) != 0) { in zvol_dumpify()
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 202 int resize; in oop() local
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | fts.c | 697 resize(register FTS* fts, size_t inc) in resize() function 904 if ((fts->baselen = f->fts_namelen) >= (fts->endbuf - fts->base) && resize(fts, fts->baselen)) in fts_read() 1037 if (resize(fts, i)) in fts_read()
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 3131 Table Manager: Merged/removed duplicate code in the root table resize
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 2643 # "resize -s"), though it does not pass SIGWINCH to the application if the
|
H A D | terminfo.src | 2991 # "resize -s"), though it does not pass SIGWINCH to the application if the
|