Searched refs:vs (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c69 vdev_stat_t *vs; local
93 (uint64_t **)&vs, &c) != 0)
94 vs = &v0;
96 sec = MAX(1, vs->vs_timestamp / NANOSEC);
98 nicenum(vs->vs_alloc, used);
99 nicenum(vs->vs_space - vs->vs_alloc, avail);
100 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops);
101 nicenum(vs->vs_ops[ZIO_TYPE_WRITE] / sec, wops);
102 nicenum(vs
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_status.c76 vdev_missing(vdev_stat_t *vs, uint_t vsc) argument
78 return (vs->vs_state == VDEV_STATE_CANT_OPEN &&
79 vs->vs_aux == VDEV_AUX_OPEN_FAILED);
84 vdev_faulted(vdev_stat_t *vs, uint_t vsc) argument
86 return (vs->vs_state == VDEV_STATE_FAULTED);
91 vdev_errors(vdev_stat_t *vs, uint_t vsc) argument
93 return (vs->vs_state == VDEV_STATE_DEGRADED ||
94 vs->vs_read_errors != 0 || vs->vs_write_errors != 0 ||
95 vs
100 vdev_broken(vdev_stat_t *vs, uint_t vsc) argument
107 vdev_offlined(vdev_stat_t *vs, uint_t vsc) argument
114 vdev_removed(vdev_stat_t *vs, uint_t vsc) argument
120 vdev_non_native_ashift(vdev_stat_t *vs, uint_t vsc) argument
134 vdev_stat_t *vs; local
199 vdev_stat_t *vs; local
[all...]
/freebsd-9.3-release/tools/tools/vimage/
H A Dvimage.c325 getjail(vstat_t *vs, int lastjid, int verbose) argument
331 bzero(vs, sizeof(*vs));
337 jailparam_import_raw(&params[psize++], &vs->vnet, sizeof(vs->vnet));
340 jailparam_import_raw(&params[psize++], &vs->name, sizeof(vs->name));
346 jailparam_import_raw(&params[psize++], &vs->path, sizeof(vs->path));
349 jailparam_import_raw(&params[psize++], &vs
[all...]
/freebsd-9.3-release/sys/net/
H A Dvnet.c117 * vs. modules in similar but different ways. In both cases, virtualized
515 struct vnet_sysinit *vs, *vs2; local
518 vs = arg;
519 KASSERT(vs->subsystem > SI_SUB_VNET, ("vnet sysinit too early"));
524 if (vs2->subsystem > vs->subsystem)
526 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order)
530 TAILQ_INSERT_BEFORE(vs2, vs, link);
532 TAILQ_INSERT_TAIL(&vnet_constructors, vs, link);
540 vs
549 struct vnet_sysinit *vs; local
562 struct vnet_sysinit *vs, *vs2; local
584 struct vnet_sysinit *vs; local
613 struct vnet_sysinit *vs; local
630 struct vnet_sysinit *vs; local
758 db_show_vnet_print_vs(struct vnet_sysinit *vs, int ddb) argument
788 struct vnet_sysinit *vs; local
802 struct vnet_sysinit *vs; local
[all...]
/freebsd-9.3-release/lib/libc/xdr/
H A Dxdr_float.c110 struct vax_single vs, *vsp; local
120 vs = *((struct vax_single *)fp);
124 if ((vs.mantissa2 == lim->s.mantissa2) &&
125 (vs.exp == lim->s.exp) &&
126 (vs.mantissa1 == lim->s.mantissa1)) {
131 is.exp = vs.exp - VAX_SNG_BIAS + IEEE_SNG_BIAS;
132 is.mantissa = (vs.mantissa1 << 16) | vs.mantissa2;
134 is.sign = vs.sign;
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_impl.c1747 fhandle_t *fhp, struct vfs_state *vs, accmode_t accmode)
1752 memset(vs, 0, sizeof(*vs));
1754 vs->vs_mp = vfs_getvfs(&fhp->fh_fsid);
1755 if (!vs->vs_mp) {
1758 vs->vs_vfslocked = VFS_LOCK_GIANT(vs->vs_mp);
1762 error = VFS_CHECKEXP(vs->vs_mp,
1769 (vs->vs_mp->mnt_flag & MNT_RDONLY)) {
1775 error = VFS_FHTOVP(vs
1746 nlm_get_vfs_state(struct nlm_host *host, struct svc_req *rqstp, fhandle_t *fhp, struct vfs_state *vs, accmode_t accmode) argument
1823 nlm_release_vfs_state(struct vfs_state *vs) argument
1854 struct vfs_state vs; local
1952 struct vfs_state vs; local
2141 struct vfs_state vs; local
2231 struct vfs_state vs; local
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Ddiv.h52 virtual void output(node *nd, int retain_size, vunits vs, vunits post_vs,
81 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
120 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
H A Ddiv.cpp64 vertical_size(vunits vs, vunits post_vs);
67 vertical_size::vertical_size(vunits vs, vunits post_vs) argument
68 : pre_extra(V0), post_extra(V0), pre(vs), post(post_vs)
267 vunits vs, vunits post_vs, hunits width)
270 vertical_size v(vs, post_vs);
286 v.pre = vs;
377 vunits vs, vunits post_vs, hunits width)
384 vertical_size v(vs, post_vs);
389 v.pre = vs;
266 output(node *nd, int retain_size, vunits vs, vunits post_vs, hunits width) argument
376 output(node *nd, int retain_size, vunits vs, vunits post_vs, hunits width) argument
H A Denv.h237 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
239 void output_title(node *nd, int retain_size, vunits vs, vunits post_vs,
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dsafe-ctype.c137 #define vs _sch_isvsp macro
152 #define V (const unsigned short) (vs|sp |cn) /* vertical space: \r \n */
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dsafe-ctype.c137 #define vs _sch_isvsp macro
152 #define V (const unsigned short) (vs|sp |cn) /* vertical space: \r \n */
/freebsd-9.3-release/usr.sbin/jail/
H A Dconfig.c128 struct cfstring *s, *vs, *ns; local
213 TAILQ_FOREACH(vs, &vp->val, tq)
214 if (!STAILQ_EMPTY(&vs->vars)) {
222 vs = TAILQ_FIRST(&vp->val);
223 if (TAILQ_NEXT(vs, tq) != NULL &&
231 s->s = erealloc(s->s, s->len + vs->len + 1);
232 memmove(s->s + v->pos + varoff + vs->len,
235 memcpy(s->s + v->pos + varoff, vs->s, vs->len);
236 varoff += vs
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_lu.c282 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name, argument
285 X509_STORE *ctx = vs->ctx;
295 for (i = vs->current_method;
300 vs->current_method = j;
307 vs->current_method = 0;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1299 vdev_stat_t *vs; local
1312 (uint64_t **)&vs, &vsc) == 0);
1314 state = zpool_state_to_name(vs->vs_state, vs->vs_aux);
1320 if (vs->vs_aux == VDEV_AUX_SPARED)
1322 else if (vs->vs_state == VDEV_STATE_HEALTHY)
1330 zfs_nicenum(vs->vs_read_errors, rbuf, sizeof (rbuf));
1331 zfs_nicenum(vs->vs_write_errors, wbuf, sizeof (wbuf));
1332 zfs_nicenum(vs->vs_checksum_errors, cbuf, sizeof (cbuf));
1338 vs
1459 vdev_stat_t *vs; local
1591 vdev_stat_t *vs; local
2909 vdev_stat_t *vs; local
4080 vdev_stat_t *vs; local
[all...]
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c475 char ns[30], vs[10]; local
483 snprintf(vs, sizeof(vs), "%.1f", v);
496 PMCSTAT_PRINTW("%5.5s", vs);
540 vs_len = snprintf(vs, sizeof(vs), ":%.1f", v);
564 PMCSTAT_PRINTW("%s", vs);
H A Dpmcpl_calltree.c462 char ns[30], vs[10], is[20]; local
496 snprintf(vs, sizeof(vs), "%.1f", v);
499 PMCSTAT_PRINTW("%5.5s ", vs);
506 vs[0] = '\0'; vs_len = 0;
512 vs_len = snprintf(vs, sizeof(vs),
545 PMCSTAT_PRINTW("%s%s%s ", ns, is, vs);
/freebsd-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dalways.sh394 Modified mismatch: /difffiles/difftype/difftype/file (regular file vs fifo file)
397 Modified mismatch: /difflinks/difftype/difftype/link (symbolic link vs regular file)
399 New link conflict: /difftype/difftype/difflinks/link ("new" vs "test")
407 New file mismatch: /adddir/conflict (directory vs regular file)
411 New link conflict: /second/second/difflinks/link ("new link" vs "test link")
412 New file mismatch: /second/second/difftype/dir (directory vs fifo file)
H A Dtests.sh78 # vs new, old vs test, and new vs test. Each of these
158 # new, then new vs test will always be 'second'.
171 # old vs new, it cannot be missing for old vs test.
974 Modified mismatch: /difffiles/difftype/difftype/file (regular file vs fifo file)
977 Modified mismatch: /difflinks/difftype/difftype/link (symbolic link vs regular file)
979 New link conflict: /difftype/difftype/difflinks/link ("new" vs "test")
987 New file mismatch: /adddir/conflict (directory vs regula
[all...]
/freebsd-9.3-release/sys/sys/
H A Dcdrio.h107 u_int8_t vs:1; member in struct:cdr_format_params
H A Dumtx.h203 struct vmspace *vs; member in struct:umtx_key::__anon10493::__anon10495
/freebsd-9.3-release/sys/dev/isp/
H A DHardware.txt24 connectors, or 33 vs. 66MHz PCI bus operation. None of these
53 Of the two, the 1000 (7 ports, vs. 12 ports) has had fewer problems-
/freebsd-9.3-release/contrib/bmake/mk/
H A Dobj.mk73 @echo "Warning Object directory is ${.OBJDIR} vs. ${__objdir}"
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c2730 vdev_get_stats(vdev_t *vd, vdev_stat_t *vs) argument
2735 bcopy(&vd->vdev_stat, vs, sizeof (*vs));
2736 vs->vs_timestamp = gethrtime() - vs->vs_timestamp;
2737 vs->vs_state = vd->vdev_state;
2738 vs->vs_rsize = vdev_get_min_asize(vd);
2740 vs->vs_rsize += VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE;
2741 vs->vs_esize = vd->vdev_max_asize - vd->vdev_asize;
2742 vs
2781 vdev_stat_t *vs = &vd->vdev_stat; local
2799 vdev_stat_t *vs = &vd->vdev_stat; local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresbin.c1063 rc_ver_stringinfo *vs; local
1066 vs = (rc_ver_stringinfo *) res_alloc (sizeof *vs);
1069 (const char *) NULL, &vs->key, &subverlen,
1077 vs->value = get_unicode (wrbfd, data, length, &vslen);
1085 vs->next = NULL;
1086 *ppvs = vs;
1087 ppvs = &vs->next;
2013 const rc_ver_stringinfo *vs;
2024 for (vs
2012 const rc_ver_stringinfo *vs; local
[all...]
H A Dresrc.c1804 rc_ver_stringinfo *vs, **pp;
1806 vs = (rc_ver_stringinfo *) res_alloc (sizeof (rc_ver_stringinfo));
1807 vs->next = NULL;
1808 vs->key = unichar_dup (key);
1809 vs->value = unichar_dup (value);
1813 *pp = vs;
3221 const rc_ver_stringinfo *vs;
3230 for (vs = vi->u.string.strings; vs != NULL; vs
1802 rc_ver_stringinfo *vs, **pp; local
3218 const rc_ver_stringinfo *vs; local
[all...]

Completed in 316 milliseconds

123