| /netvirt/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...] |
| /netvirt/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;
|
| /netvirt/usr/src/cmd/cmd-inet/lib/nwamd/ |
| util.c | 75 char vbuf[1024]; local 79 (void) vsnprintf(vbuf, sizeof (vbuf), fmt, ap); 80 syslog(LOG_DEBUG, "%d: %s", pthread_self(), vbuf); 145 char vbuf[1024]; local 147 vbuf[0] = 0; 148 n = sizeof (vbuf); 150 n -= strlcat(vbuf, " ", n); 151 n -= strlcat(vbuf, argv[i], n); 189 syslog(LOG_ERR, "'%s%s' %s with signal %d (%s)", command, vbuf, [all...] |
| /netvirt/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;
|
| /netvirt/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...] |
| /netvirt/usr/src/lib/fm/topo/libtopo/common/ |
| topo_2xml.c | 110 char vbuf[INT64BUFSZ], tbuf[10], *pval; local 124 (void) snprintf(vbuf, INT64BUFSZ, "%d", val); 126 pval = vbuf; 132 (void) snprintf(vbuf, INT64BUFSZ, "0x%x", val); 134 pval = vbuf; 140 (void) snprintf(vbuf, INT64BUFSZ, "%lld", 143 pval = vbuf; 149 (void) snprintf(vbuf, INT64BUFSZ, "0x%llx", 152 pval = vbuf;
|
| /netvirt/usr/src/lib/librestart/common/ |
| librestart.h | 222 char *vbuf; member in struct:method_context
|
| librestart.c | 2013 char *vbuf = ci->vbuf; local [all...] |
| /netvirt/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...] |
| /netvirt/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| main.c | 2405 char *p, *q, *vbuf; local [all...] |
| /netvirt/usr/src/lib/libpicltree/ |
| picltree.c | 2754 void *vbuf; local 3119 void *vbuf; local [all...] |
| /netvirt/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...] |