| /onnv/onnv-gate/usr/src/cmd/tbl/ |
| tg.c | 27 char *vs; local 41 vs = vsize[stynum[ilin]][icol]; 42 if ((sz && *sz) || (vs && *vs)) 45 if (vs==0 || *vs==0) vs= "\\n(.s+2"; 48 fprintf(tabout, ".vs %s\n",vs); 66 if (sz && *sz) fprintf(tabout, ".br\n.ps\n.vs\n") [all...] |
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ |
| SetProp.java | 41 protected String vs; // property value as a string field in class:SetProp 54 * CACHE: only save it in the vs variable 55 * FLASH: format the value in vs variable and set it in ci instance 56 * CHECK_WTHROUGH: save val in vs and check if it is deferent form 69 return (n + " " + vs + '\n'); 77 return vs;
|
| /onnv/onnv-gate/usr/src/cmd/availdevs/ |
| availdevs.c | 127 vdev_stat_t *vs; local 137 devices, ZPOOL_CONFIG_STATS, (uint64_t **)&vs, &n)) { 146 set_uint64_prop(pool, ATTR_POOL_USED, vs->vs_alloc); 147 set_uint64_prop(pool, ATTR_POOL_SIZE, vs->vs_space); 148 set_uint64_prop(pool, ATTR_POOL_REPLACEMENT_SIZE, vs->vs_rsize); 150 vs->vs_bytes[ZIO_TYPE_READ]); 152 vs->vs_bytes[ZIO_TYPE_WRITE]); 154 vs->vs_ops[ZIO_TYPE_READ]); 156 vs->vs_ops[ZIO_TYPE_WRITE]); 157 set_uint64_prop(pool, ATTR_POOL_READ_ERRORS, vs->vs_read_errors) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/schemes/zfs/ |
| scheme.c | 214 vdev_stat_t *vs; local 218 (uint64_t **)&vs, &c); 220 ret = (vs->vs_state < VDEV_STATE_DEGRADED);
|
| /onnv/onnv-gate/usr/src/common/net/wanboot/ |
| bootconf.c | 111 char *ks, *ke, *vs, *ve; local 176 vs = p; 231 if (nvlist_add_string(nvl, ks, vs) != 0) {
|
| /onnv/onnv-gate/usr/src/lib/libnsl/rpc/ |
| xdr_float.c | 114 struct vax_single vs, *vsp; local 127 vs = *((struct vax_single *)fp); 128 if ((vs.exp == 1) || (vs.exp == 2)) { 131 is.mantissa = (vs.mantissa1 << 16) | vs.mantissa2; 133 is.mantissa >>= 3 - vs.exp; 134 is.mantissa += (1 << (20 + vs.exp)); 141 if ((vs.mantissa2 == lim->s.mantissa2) && 142 (vs.exp == lim->s.exp) & [all...] |
| /onnv/onnv-gate/usr/src/lib/libzpool/common/ |
| util.c | 70 vdev_stat_t *vs; local 94 (uint64_t **)&vs, &c) != 0) 95 vs = &v0; 97 sec = MAX(1, vs->vs_timestamp / NANOSEC); 99 nicenum(vs->vs_alloc, used); 100 nicenum(vs->vs_space - vs->vs_alloc, avail); 101 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops); 102 nicenum(vs->vs_ops[ZIO_TYPE_WRITE] / sec, wops); 103 nicenum(vs->vs_bytes[ZIO_TYPE_READ] / sec, rbytes) [all...] |
| /onnv/onnv-gate/usr/src/lib/libzfs/common/ |
| libzfs_status.c | 121 vdev_stat_t *vs; local 142 (uint64_t **)&vs, &c) == 0); 144 if (func(vs->vs_state, vs->vs_aux, 145 vs->vs_read_errors + 146 vs->vs_write_errors + 147 vs->vs_checksum_errors)) 175 vdev_stat_t *vs; local 188 (uint64_t **)&vs, &vsc) == 0); 203 if (vs->vs_state == VDEV_STATE_CANT_OPEN & [all...] |
| libzfs_pool.c | 259 vdev_stat_t *vs; local 334 ZPOOL_CONFIG_STATS, (uint64_t **)&vs, &vsc) == 0); 337 vs->vs_aux), len); 2705 vdev_stat_t *vs; local [all...] |
| /onnv/onnv-gate/usr/src/common/net/dhcp/ |
| dhcp_impl.h | 129 DHCP_OPT *vs[VS_OPTION_END - VS_OPTION_START + 1]; member in struct:dhcp_list
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| vdev_label.c | 131 * The 'vs' configuration follows the format described in 'spa_config.c'. 295 vdev_stat_t vs; local 296 vdev_get_stats(vd, &vs); 298 (uint64_t *)&vs, sizeof (vs) / sizeof (uint64_t)) == 0); [all...] |
| zvol.c | 1381 zvol_getefi(void *arg, int flag, uint64_t vs, uint8_t bs) 1486 uint64_t vs = zv->zv_volsize; local [all...] |
| metaslab.c | 1363 vdev_stat_t *vs = &vd->vdev_stat; local [all...] |
| vdev.c | 2442 vdev_stat_t *vs = &vd->vdev_stat; local 2568 vdev_stat_t *vs = &vd->vdev_stat; local [all...] |
| spa.c | 2217 vdev_stat_t *vs; local 2267 vdev_stat_t *vs; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| leaky_subr.c | 508 vmem_seg_t vs; local 510 if (mdb_vread(&vs, sizeof (vs), addr) == -1) { 515 depth = MIN(vs.vs_depth, VMEM_STACK_DEPTH); 517 leaky_add_leak(TYPE_VMEM, addr, vs.vs_start, vs.vs_timestamp, 518 vs.vs_stack, depth, 0, (vs.vs_end - vs.vs_start)); 905 vmem_seg_t vs; local [all...] |
| kmem.c | 3629 vmem_seg_t vs; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sysdef/ |
| sysdef.c | 125 int vs, tu, utsnm, bdev, pnstrpush, variable 368 vs = setup("v"); 386 for (nlptr = &nl[vs]; nlptr != &nl[endnm]; nlptr++) { 394 if (SYM_VALUE(vs)) { 395 MEMSEEK(vs);
|
| /onnv/onnv-gate/usr/src/lib/libzfs_jni/common/ |
| libzfs_jni_pool.c | 1055 vdev_stat_t *vs; local 1058 vdev, ZPOOL_CONFIG_STATS, (uint64_t **)&vs, &c); 1066 bean->method_setUsed, (jlong)vs->vs_alloc); 1069 bean->method_setSize, (jlong)vs->vs_space); 1072 bean->method_setReplacementSize, (jlong)vs->vs_rsize); 1075 bean->method_setReadBytes, (jlong)vs->vs_bytes[ZIO_TYPE_READ]); 1078 bean->method_setWriteBytes, (jlong)vs->vs_bytes[ZIO_TYPE_WRITE]); 1081 bean->method_setReadOperations, (jlong)vs->vs_ops[ZIO_TYPE_READ]); 1084 bean->method_setWriteOperations, (jlong)vs->vs_ops[ZIO_TYPE_WRITE]); 1087 bean->method_setReadErrors, (jlong)vs->vs_read_errors) [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libumem/ |
| leaky_subr.c | 792 vmem_seg_t vs; local 821 if (mdb_vread(&vs, sizeof (vs), addr) == -1) { 826 depth = MIN(vs.vs_depth, VMEM_STACK_DEPTH); 828 leaky_add_leak(TYPE_VMEM, addr, vs.vs_start, vs.vs_timestamp, 829 vs.vs_stack, depth, 0, (vs.vs_end - vs.vs_start)); 1126 vmem_seg_t vs; local [all...] |
| umem.c | 3116 vmem_seg_t vs; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/nscd/ |
| nscd_selfcred.c | 1564 char vs[64]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/zfs/ |
| zfs.c | 1051 vdev_stat_t *vs = &vdev.vdev_stat; local 1061 mdb_printf("%11#llx%s", vs->vs_ops[i], 1066 mdb_printf("%11#llx%s", vs->vs_bytes[i], 1071 mdb_printf("EREAD %10#llx\n", vs->vs_read_errors); 1072 mdb_printf("EWRITE %10#llx\n", vs->vs_write_errors); 1074 vs->vs_checksum_errors); [all...] |
| /onnv/onnv-gate/usr/src/cmd/zpool/ |
| zpool_main.c | 1040 vdev_stat_t *vs; local 1048 (uint64_t **)&vs, &c) == 0); 1054 state = zpool_state_to_name(vs->vs_state, vs->vs_aux); 1060 if (vs->vs_aux == VDEV_AUX_SPARED) 1062 else if (vs->vs_state == VDEV_STATE_HEALTHY) 1070 zfs_nicenum(vs->vs_read_errors, rbuf, sizeof (rbuf)); 1071 zfs_nicenum(vs->vs_write_errors, wbuf, sizeof (wbuf)); 1072 zfs_nicenum(vs->vs_checksum_errors, cbuf, sizeof (cbuf)); 1081 } else if (vs->vs_aux != 0) 1178 vdev_stat_t *vs; local 1306 vdev_stat_t *vs; local 2996 vdev_stat_t *vs; local 3181 vdev_stat_t *vs; local [all...] |