Searched defs:resize (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_v.c202 int resize; local
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c691 * resize the path buffer
697 resize(register FTS* fts, size_t inc) function
904 if ((fts->baselen = f->fts_namelen) >= (fts->endbuf - fts->base) && resize(fts, fts->baselen))
1037 if (resize(fts, i))
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c420 hermon_cqhdl_t cq, resize; local
439 resize = cq->cq_resize_hdl; /* save the handle for later */
513 * if a resize was in progress - if so, we need to relinquish those
531 if (resize) { /* there was a pointer to a handle */
532 mr = resize->cq_mrhdl; /* reuse the pointer to the region */
536 HERMON_WARNING(state, "failed to deregister resize CQ "
544 if (resize) {
545 hermon_queue_free(&resize->cq_cqinfo);
547 kmem_free(resize, sizeof (struct hermon_sw_cq_s));
550 /* everything else does not matter for the resize i
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c218 boolean_t resize = B_FALSE; local
428 * one on a unique HBA and disk that is of sufficient size (resize)
430 * one on unique HBA that is of sufficient size (resize)
432 * one on unique disk that is of sufficient size (resize)
434 * one on any HBA that is of sufficient size (resize)
453 resize = (m == 1);
466 * Slice chosen, is a resize necessary?
494 if (resize) {
510 /* either no resize was necessary or the resize faile
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c163 static int zvol_dump_init(zvol_state_t *zv, boolean_t resize);
783 * failed to resize the dump area then restore it back to
1889 zvol_dump_init(zvol_state_t *zv, boolean_t resize) argument
1930 if (!resize) {
1971 if (resize) {
2012 if (error == 0 && !resize) {
2060 boolean_t resize = (dumpsize > 0); local
2062 if ((error = zvol_dump_init(zv, resize)) != 0) {

Completed in 69 milliseconds