Home
last modified time | relevance | path

Searched defs:vs (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c100 vdev_missing(vdev_stat_t *vs, uint_t vsc) in vdev_missing()
108 vdev_faulted(vdev_stat_t *vs, uint_t vsc) in vdev_faulted()
115 vdev_errors(vdev_stat_t *vs, uint_t vsc) in vdev_errors()
124 vdev_broken(vdev_stat_t *vs, uint_t vsc) in vdev_broken()
131 vdev_offlined(vdev_stat_t *vs, uint_t vsc) in vdev_offlined()
138 vdev_removed(vdev_stat_t *vs, uint_t vsc) in vdev_removed()
145 vdev_non_native_ashift(vdev_stat_t *vs, uint_t vsc) in vdev_non_native_ashift()
184 vdev_stat_t *vs = (vdev_stat_t *)fnvlist_lookup_uint64_array( in find_vdev_problem() local
234 vdev_stat_t *vs = (vdev_stat_t *)fnvlist_lookup_uint64_array(nvroot, in check_status() local
/freebsd/usr.sbin/bhyve/
H A Dvirtio.c61 #define DEV_SOFTC(vs) ((void *)(vs)) argument
97 vi_reset_dev(struct virtio_softc *vs) in vi_reset_dev()
127 vi_set_io_bar(struct virtio_softc *vs, int barnum) in vi_set_io_bar()
177 vi_vq_init(struct virtio_softc *vs, uint32_t pfn) in vi_vq_init()
274 struct virtio_softc *vs; in vq_getchain() local
472 struct virtio_softc *vs; in vq_endchains() local
562 struct virtio_softc *vs = pi->pi_arg; in vi_pci_read() local
682 struct virtio_softc *vs = pi->pi_arg; in vi_pci_write() local
817 struct virtio_softc *vs; in vi_pci_pause() local
833 struct virtio_softc *vs; in vi_pci_resume() local
[all …]
H A Dvirtio.h247 #define VS_LOCK(vs) \ argument
253 #define VS_UNLOCK(vs) \ argument
352 vi_interrupt(struct virtio_softc *vs, uint8_t isr, uint16_t msix_idx) in vi_interrupt()
371 vq_interrupt(struct virtio_softc *vs, struct vqueue_info *vq) in vq_interrupt()
H A Dgdb.c677 struct vcpu_state *vs; in report_stop() local
712 struct vcpu_state *vs; in discard_stop() local
836 struct vcpu_state *vs; in gdb_cpu_resume() local
889 struct vcpu_state *vs; in gdb_cpu_step() local
959 struct vcpu_state *vs; in gdb_cpu_breakpoint() local
/freebsd/sys/net/
H A Dvnet.c516 struct vnet_sysinit *vs, *vs2; in vnet_register_sysinit() local
552 struct vnet_sysinit *vs; in vnet_deregister_sysinit() local
565 struct vnet_sysinit *vs, *vs2; in vnet_register_sysuninit() local
587 struct vnet_sysinit *vs; in vnet_deregister_sysuninit() local
618 struct vnet_sysinit *vs; in vnet_sysinit() local
636 struct vnet_sysinit *vs; in vnet_sysuninit() local
785 db_show_vnet_print_vs(struct vnet_sysinit *vs, int ddb) in db_show_vnet_print_vs()
815 struct vnet_sysinit *vs; in DB_SHOW_COMMAND_FLAGS() local
829 struct vnet_sysinit *vs; in DB_SHOW_COMMAND_FLAGS() local
/freebsd/contrib/unbound/services/
H A Dview.c122 views_enter_view_name(struct views* vs, char* name) in views_enter_view_name()
145 views_apply_cfg(struct views* vs, struct config_file* cfg) in views_apply_cfg()
225 views_find_view(struct views* vs, const char* name, int write) in views_find_view()
H A Doutside_network.c2893 int rtt, vs; local
3184 int vs, rtt, timeout; local
/freebsd/sys/kern/
H A Dvfs_hash.c76 enum vgetstate vs; in vfs_hash_get() local
156 enum vgetstate vs; in vfs_hash_insert() local
H A Dsubr_stats.c78 #define VS_INCERRS(vs) do { \ argument
1424 struct voistat *vs; local
1588 struct voistat *vs; local
2037 struct voistat *vs, struct sb_iter_ctx *ctx)
2260 struct voistat *vs, struct sb_iter_ctx *ctx)
2301 struct voistat *vs, struct sb_iter_ctx *ctx __unused)
2502 struct voistatdata *voival, struct voistat *vs, void *vsd)
2586 struct voistatdata *voival, struct voistat *vs, void *vsd)
2723 struct voistat *vs, struct voistatdata_hist *hist)
3448 struct voistat *vs, struct voistatdata_tdgst *tdgst)
[all …]
/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev.cc161 vdev_stat_t *vs; in State() local
287 vdev_stat_t *vs; in IsActiveSpare() local
/freebsd/sys/dev/videomode/
H A Dvideomode.c26 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \ argument
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1752 fhandle_t *fhp, struct vfs_state *vs, accmode_t accmode) in nlm_get_vfs_state()
1824 nlm_release_vfs_state(struct vfs_state *vs) in nlm_release_vfs_state()
1854 struct vfs_state vs; in nlm_do_test() local
1952 struct vfs_state vs; in nlm_do_lock() local
2141 struct vfs_state vs; in nlm_do_cancel() local
2231 struct vfs_state vs; in nlm_do_unlock() local
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vncache.c122 enum vgetstate vs; in pfs_vncache_alloc() local
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c118 vdev_stat_t *vs; in zfs_toplevel_state() local
214 vdev_stat_t *vs; in zfs_process_add() local
1004 vdev_stat_t *vs = NULL; in vdev_size_from_config() local
H A Dzfs_retire.c155 vdev_stat_t *vs; in remove_spares() local
388 vdev_stat_t *vs; in zfs_retire_recv() local
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c342 vdev_stat_t *vs; in print_summary_stats() local
712 vdev_stat_t *vs; in print_stats() local
/freebsd/tools/tools/vimage/
H A Dvimage.c323 getjail(vstat_t *vs, int lastjid, int verbose) in getjail()
/freebsd/lib/libc/xdr/
H A Dxdr_float.c97 struct vax_single vs, *vsp; in xdr_float() local
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c48 vdev_stat_t *vs; in show_vdev_stats() local
/freebsd/crypto/openssl/test/testutil/
H A Dprovider.c81 char *vs; in fips_provider_version() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c4592 vdev_get_child_stat(vdev_t *cvd, vdev_stat_t *vs, vdev_stat_t *cvs) in vdev_get_child_stat()
4670 vdev_get_stats_ex_impl(vdev_t *vd, vdev_stat_t *vs, vdev_stat_ex_t *vsx) in vdev_get_stats_ex_impl()
4714 vdev_get_stats_ex(vdev_t *vd, vdev_stat_t *vs, vdev_stat_ex_t *vsx) in vdev_get_stats_ex()
4800 vdev_get_stats(vdev_t *vd, vdev_stat_t *vs) in vdev_get_stats()
4818 vdev_stat_t *vs = &vd->vdev_stat; in vdev_scan_stat_init() local
4838 vdev_stat_t *vs = vd ? &vd->vdev_stat : NULL; in vdev_stat_update() local
4841 vdev_stat_t *vs = &vd->vdev_stat; in vdev_stat_update() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h236 uint64_t vs = b + llvm::rotr<uint64_t>(a, 31) + c; in hash_33to64_bytes() local
/freebsd/sys/sys/
H A Dumtxvar.h68 struct vmspace *vs; member
H A Dcdrio.h107 u_int8_t vs:1; member
/freebsd/contrib/sqlite3/tea/win/
H A Dnmakehlp.c628 unsigned char *ks, *ke, *vs, *ve; in SubstituteFile() local

123