| /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/ |
| statfs.c | 27 cnvtvfs64(struct statfs64 *buf, struct statvfs64 *vbuf) 30 buf->f_bsize = vbuf->f_frsize; 31 buf->f_blocks = vbuf->f_blocks; 32 buf->f_bfree = vbuf->f_bfree; 33 buf->f_bavail = vbuf->f_bavail; 34 buf->f_files = vbuf->f_files; 35 buf->f_ffree = vbuf->f_ffree; 36 buf->f_fsid.val[0] = vbuf->f_fsid; 44 struct statvfs64 vbuf; local 51 if ((ret = statvfs64(path, &vbuf)) != -1 60 struct statvfs64 vbuf; local 86 struct statvfs vbuf; local 103 struct statvfs vbuf; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
| util.c | 69 char vbuf[1024]; local 73 (void) vsnprintf(vbuf, sizeof (vbuf), fmt, ap); 74 syslog(LOG_DEBUG, "%d: %s", pthread_self(), vbuf); 158 char vbuf[1024]; local 160 vbuf[0] = 0; 161 n = sizeof (vbuf); 163 n -= strlcat(vbuf, " ", n); 164 n -= strlcat(vbuf, argv[i], n); 202 syslog(LOG_ERR, "'%s%s' %s with signal %d (%s)", command, vbuf, [all...] |
| /onnv/onnv-gate/usr/src/lib/libcpc/i386/ |
| conf_pentium.c | 510 uint32_t vbuf[4]; local 515 maxeax = cpc_getcpuid(0, &vbuf[0], &vbuf[2], &vbuf[1]); 517 char *vendor = (char *)vbuf;
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/ |
| translate.c | 207 char vbuf[500]; local 217 vp = vbuf; 235 /* vbuf now contains the variable name (stuff between curlys). */ 242 vp = vbuf; 353 char vbuf[LINESIZE]; local 359 ExpandVariables(ib, vbuf, e); /* expand regular variables */ 360 ib = vbuf;
|
| /onnv/onnv-gate/usr/src/cmd/picl/prtpicl/ |
| prtpicl.c | 135 print_bytearray(int lvl, uint8_t *vbuf, size_t nbytes) 171 (void) printf(" %02x ", vbuf[i]); 186 void *vbuf; local 199 vbuf = alloca(propinfo->size); 203 err = picl_get_propval(proph, vbuf, propinfo->size); 216 assert(vbuf != NULL); 221 (void) printf(" %s ", (char *)vbuf); 227 (void) printf(" %d ", *(int8_t *)vbuf); 230 (void) printf(" %" PRId16 " ", *(int16_t *)vbuf); 233 (void) printf(" %" PRId32 " ", *(int32_t *)vbuf); [all...] |
| /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/ |
| topo_2xml.c | 110 char vbuf[INT64BUFSZ], tbuf[32], *pval = NULL, *aval = NULL; local 117 (void) snprintf(vbuf, INT64BUFSZ, "%d", val); 119 pval = vbuf; 128 (void) snprintf(vbuf, INT64BUFSZ, "0x%x", val); 130 pval = vbuf; 139 (void) snprintf(vbuf, INT64BUFSZ, "0x%llx", 142 pval = vbuf; 151 (void) snprintf(vbuf, INT64BUFSZ, "0x%llx", 154 pval = vbuf; 202 (void) sprintf(vbuf, " 0x%x", val[i]) [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/ |
| mgmt_dsk.c | 601 struct statvfs64 vbuf; local 642 st = statvfs64(fname, &vbuf); 644 if (volsz > (vbuf.f_bsize * vbuf.f_bfree)) {
|
| /onnv/onnv-gate/usr/src/cmd/svc/startd/ |
| startd.c | 341 char *buf, *vbuf; local 482 vbuf = startd_alloc(max_scf_value_size); 545 if (scf_value_get_astring(val, vbuf, max_scf_value_size) < 0) 549 if (strcmp("verbose", vbuf) == 0) { 552 } else if (strcmp("debug", vbuf) == 0) { 555 } else if (strcmp("quiet", vbuf) == 0) { 559 "value '%s' ignored\n", vbuf); 563 if (strcmp("quiet", vbuf) == 0) { 565 } else if (strcmp("verbose", vbuf) == 0) { 570 "ignored\n", vbuf); [all...] |
| /onnv/onnv-gate/usr/src/lib/librestart/common/ |
| librestart.h | 238 char *vbuf; member in struct:method_context
|
| librestart.c | 2191 char *vbuf = ci->vbuf; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
| ql_ioctl.c | 1133 uint8_t *vpd, *vpdptr, *vbuf; local 1166 vbuf = vpd; 1167 while (vbuf <= vpdptr) { 1168 cnt += *vbuf++; [all...] |
| /onnv/onnv-gate/usr/src/cmd/ndmpd/tlm/ |
| tlm_backup_reader.c | 1186 char vbuf[ZFS_MAXPROPLEN]; local 1202 if (zfs_prop_get(mhd->ml_handle, prop, vbuf, sizeof (vbuf), 1209 (void) strlcpy(mpp->mp_value, vbuf, ZFS_MAXPROPLEN); [all...] |
| /onnv/onnv-gate/usr/src/lib/libpicltree/ |
| picltree.c | 2754 void *vbuf; local 3119 void *vbuf; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| main.c | 2407 char *p, *q, *vbuf; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
| piclfrutree.c | 1041 void *vbuf; local 1057 vbuf = alloca(propinfo.piclinfo.size); 1058 if (vbuf == NULL) 1061 if (ptree_get_propval(proph, vbuf, 1067 if (strcmp(fru_arg->node_name, (char *)vbuf) == 0) { 1082 void *vbuf; local 1156 vbuf = alloca(propinfo.piclinfo.size); 1157 if (vbuf == NULL) 1160 if (ptree_get_propval(proph, vbuf, 1165 if (strchr((char *)vbuf, ',') != NULL) 3921 void *vbuf; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/dladm/ |
| dladm.c | 4789 vnic_fields_buf_t vbuf; local [all...] |