Searched refs:resize (Results 1 – 13 of 13) sorted by relevance
| /illumos-gate/usr/src/cmd/nvmeadm/ |
| H A D | nvmeadm_wdc.c | 222 nvmeadm_wdc_resize_t *resize; in optparse_wdc_resize() local 224 if ((resize = calloc(1, sizeof (nvmeadm_wdc_resize_t))) == NULL) { in optparse_wdc_resize() 234 resize->wr_query = true; in optparse_wdc_resize() 249 resize->wr_set = (uint32_t)strtonumx(optarg, 1, in optparse_wdc_resize() 263 if (resize->wr_query && resize->wr_set != 0) { in optparse_wdc_resize() 267 if (!resize->wr_query && resize->wr_set == 0) { in optparse_wdc_resize() 271 npa->npa_cmd_arg = resize; in optparse_wdc_resize() 277 nvmeadm_wdc_resize_t *resize = npa->npa_cmd_arg; in do_wdc_resize() local 288 if (resize->wr_query) { in do_wdc_resize() 301 if (!nvme_wdc_resize_set(npa->npa_ctrl, resize->wr_set)) { in do_wdc_resize() [all …]
|
| /illumos-gate/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()
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/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()
|
| /illumos-gate/usr/src/common/ficl/softcore/ |
| H A D | string.fr | 64 \ if buffer is null, allocate one, else resize it 75 this --> get-buf size resize
|
| /illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
| H A D | hermon_cq.c | 418 hermon_cqhdl_t cq, resize; in hermon_cq_free() local 437 resize = cq->cq_resize_hdl; /* save the handle for later */ in hermon_cq_free() 529 if (resize) { /* there was a pointer to a handle */ in hermon_cq_free() 530 mr = resize->cq_mrhdl; /* reuse the pointer to the region */ in hermon_cq_free() 542 if (resize) { in hermon_cq_free() 543 hermon_queue_free(&resize->cq_cqinfo); in hermon_cq_free() 545 kmem_free(resize, sizeof (struct hermon_sw_cq_s)); in hermon_cq_free()
|
| /illumos-gate/usr/src/cmd/ndmpd/tlm/ |
| H A D | tlm_init.c | 199 resize: in read_device_wwn() 213 goto resize; in read_device_wwn()
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zvol.c | 166 static int zvol_dump_init(zvol_state_t *zv, boolean_t resize); 1908 zvol_dump_init(zvol_state_t *zv, boolean_t resize) in zvol_dump_init() argument 1949 if (!resize) { in zvol_dump_init() 1990 if (resize) { in zvol_dump_init() 2031 if (error == 0 && !resize) { in zvol_dump_init() 2082 boolean_t resize = (dumpsize > 0); in zvol_dumpify() local 2084 if ((error = zvol_dump_init(zv, resize)) != 0) { in zvol_dumpify()
|
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | ex_v.c | 200 int resize; in oop() local
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
| H A D | fts.c | 710 resize(register FTS* fts, size_t inc) in resize() function 921 if ((fts->baselen = f->fts_namelen) >= (fts->endbuf - fts->base) && resize(fts, fts->baselen)) in fts_read() 1054 if (resize(fts, i)) in fts_read()
|
| /illumos-gate/usr/src/boot/forth/ |
| H A D | support.4th | 484 resize if ENOMEM throw then
|
| /illumos-gate/usr/src/uts/intel/io/acpica/ |
| H A D | changes.txt | 3131 Table Manager: Merged/removed duplicate code in the root table resize
|
| /illumos-gate/usr/src/data/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
|