Home
last modified time | relevance | path

Searched defs:vd (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c166 vdev_dbgmsg(vdev_t *vd, const char *fmt, ...) in vdev_dbgmsg()
187 vdev_dbgmsg_print_tree(vdev_t *vd, int indent) in vdev_dbgmsg_print_tree()
239 vdev_rt_name(vdev_t *vd, const char *name) in vdev_rt_name()
248 vdev_rt_name_dtl(vdev_t *vd, const char *name, vdev_dtl_type_t dtl_type) in vdev_rt_name_dtl()
301 vdev_get_mg(vdev_t *vd, metaslab_class_t *mc) in vdev_get_mg()
312 vdev_default_xlate(vdev_t *vd, const zfs_range_seg64_t *logical_rs, in vdev_default_xlate()
341 vdev_default_psize(vdev_t *vd, uint64_t asize, uint64_t txg) in vdev_default_psize()
358 vdev_default_asize(vdev_t *vd, uint64_t psize, uint64_t txg) in vdev_default_asize()
372 vdev_default_min_asize(vdev_t *vd) in vdev_default_min_asize()
384 vdev_get_min_asize(vdev_t *vd) in vdev_get_min_asize()
[all …]
H A Dvdev_initialize.c39 vdev_initialize_should_stop(vdev_t *vd) in vdev_initialize_should_stop()
61 vdev_t *vd = spa_lookup_by_guid(tx->tx_pool->dp_spa, guid, B_FALSE); in vdev_initialize_zap_update_sync() local
104 vdev_t *vd = spa_lookup_by_guid(tx->tx_pool->dp_spa, guid, B_FALSE); in vdev_initialize_zap_remove_sync() local
135 vdev_initialize_change_state(vdev_t *vd, vdev_initializing_state_t new_state) in vdev_initialize_change_state()
206 vdev_t *vd = zio->io_vd; in vdev_initialize_cb() local
238 vdev_initialize_write(vdev_t *vd, uint64_t start, uint64_t size, abd_t *data) in vdev_initialize_write()
331 vdev_initialize_ranges(vdev_t *vd, abd_t *data) in vdev_initialize_ranges()
373 vdev_t *vd = (vdev_t *)arg; in vdev_initialize_xlate_progress() local
388 vdev_initialize_calculate_progress(vdev_t *vd) in vdev_initialize_calculate_progress()
460 vdev_initialize_load(vdev_t *vd) in vdev_initialize_load()
[all …]
H A Dvdev_rebuild.c136 clear_rebuild_bytes(vdev_t *vd) in clear_rebuild_bytes()
152 vdev_rebuild_should_stop(vdev_t *vd) in vdev_rebuild_should_stop()
165 vdev_rebuild_should_cancel(vdev_t *vd) in vdev_rebuild_should_cancel()
185 vdev_t *vd = vdev_lookup_top(spa, vdev_id); in vdev_rebuild_update_sync() local
215 vdev_t *vd = vdev_lookup_top(spa, vdev_id); in vdev_rebuild_initiate_sync() local
257 vdev_rebuild_log_notify(spa_t *spa, vdev_t *vd, const char *name) in vdev_rebuild_log_notify()
271 vdev_rebuild_initiate(vdev_t *vd, uint64_t txg) in vdev_rebuild_initiate()
298 vdev_t *vd = vdev_lookup_top(spa, vdev_id); in vdev_rebuild_complete_sync() local
362 vdev_t *vd = vdev_lookup_top(spa, vdev_id); in vdev_rebuild_cancel_sync() local
398 vdev_t *vd = vdev_lookup_top(spa, vdev_id); in vdev_rebuild_reset_sync() local
[all …]
H A Dvdev_trim.c160 vdev_trim_should_stop(vdev_t *vd) in vdev_trim_should_stop()
184 vdev_autotrim_wait_kick(vdev_t *vd, int num_of_kick) in vdev_autotrim_wait_kick()
218 vdev_t *vd = spa_lookup_by_guid(tx->tx_pool->dp_spa, guid, B_FALSE); in vdev_trim_zap_update_sync() local
284 vdev_trim_change_state(vdev_t *vd, vdev_trim_state_t new_state, in vdev_trim_change_state()
382 vdev_t *vd = zio->io_vd; in vdev_trim_cb() local
424 vdev_t *vd = zio->io_vd; in vdev_autotrim_cb() local
454 vdev_t *vd = zio->io_vd; in vdev_trim_simple_cb() local
491 vdev_t *vd = ta->trim_vdev; in vdev_trim_range() local
584 vdev_t *vd = ta->trim_vdev; in vdev_trim_ranges() local
650 vdev_t *vd = (vdev_t *)arg; in vdev_trim_xlate_progress() local
[all …]
H A Dvdev_draid.c705 vdev_draid_psize_to_asize(vdev_t *vd, uint64_t psize, uint64_t txg) in vdev_draid_psize_to_asize()
726 vdev_draid_asize_to_psize(vdev_t *vd, uint64_t asize, uint64_t txg) in vdev_draid_asize_to_psize()
740 vdev_draid_offset_to_group(vdev_t *vd, uint64_t offset) in vdev_draid_offset_to_group()
753 vdev_draid_group_to_offset(vdev_t *vd, uint64_t group) in vdev_draid_group_to_offset()
1025 vdev_draid_logical_to_physical(vdev_t *vd, uint64_t logical_offset, in vdev_draid_logical_to_physical()
1126 vdev_t *vd = zio->io_vd; in vdev_draid_map_alloc_row() local
1283 vdev_t *vd = zio->io_vd; in vdev_draid_map_alloc() local
1315 vdev_draid_get_astart(vdev_t *vd, const uint64_t start) in vdev_draid_get_astart()
1330 vdev_draid_min_asize(vdev_t *vd) in vdev_draid_min_asize()
1346 vdev_draid_min_alloc(vdev_t *vd) in vdev_draid_min_alloc()
[all …]
H A Dvdev_root.c32 vdev_root_core_tvds(vdev_t *vd) in vdev_root_core_tvds()
58 too_many_errors(vdev_t *vd, uint64_t numerrors) in too_many_errors()
75 vdev_root_open(vdev_t *vd, uint64_t *asize, uint64_t *max_asize, in vdev_root_open()
116 vdev_root_close(vdev_t *vd) in vdev_root_close()
123 vdev_root_state_change(vdev_t *vd, int faulted, int degraded) in vdev_root_state_change()
H A Dvdev_removal.c198 vdev_activate(vdev_t *vd) in vdev_activate()
214 vdev_passivate(vdev_t *vd, uint64_t *txg) in vdev_passivate()
298 vdev_t *vd; in spa_vdev_noalloc() local
331 vdev_t *vd; in spa_vdev_alloc() local
388 spa_vdev_removal_create(vdev_t *vd) in spa_vdev_removal_create()
442 vdev_t *vd = vdev_lookup_top(spa, vdev_id); in vdev_remove_initiate_sync() local
601 vdev_t *vd = vdev_lookup_top(spa, in spa_remove_init() local
629 vdev_t *vd = vdev_lookup_top(spa, indirect_vdev_id); in spa_remove_init() local
685 free_from_removing_vdev(vdev_t *vd, uint64_t offset, uint64_t size) in free_from_removing_vdev()
880 vdev_t *vd = vdev_lookup_top(spa, svr->svr_vdev_id); in spa_finish_removal() local
[all …]
H A Dvdev_file.c62 vdev_file_hold(vdev_t *vd) in vdev_file_hold()
68 vdev_file_rele(vdev_t *vd) in vdev_file_rele()
90 vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, in vdev_file_open()
187 vdev_file_close(vdev_t *vd) in vdev_file_close()
207 vdev_t *vd = zio->io_vd; in vdev_file_io_strategy() local
263 vdev_t *vd = zio->io_vd; in vdev_file_io_start() local
H A Dvdev_label.c181 vdev_label_read(zio_t *zio, vdev_t *vd, int l, abd_t *buf, uint64_t offset, in vdev_label_read()
196 vdev_label_write(zio_t *zio, vdev_t *vd, int l, abd_t *buf, uint64_t offset, in vdev_label_write()
214 vdev_config_generate_stats(vdev_t *vd, nvlist_t *nv) in vdev_config_generate_stats()
404 root_vdev_actions_getprogress(vdev_t *vd, nvlist_t *nvl) in root_vdev_actions_getprogress()
472 top_vdev_actions_getprogress(vdev_t *vd, nvlist_t *nvl) in top_vdev_actions_getprogress()
488 vdev_config_generate(spa_t *spa, vdev_t *vd, boolean_t getstats, in vdev_config_generate()
835 vdev_label_read_config(vdev_t *vd, uint64_t txg) in vdev_label_read_config()
934 vdev_inuse(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason, in vdev_inuse()
1062 vdev_aux_label_generate(vdev_t *vd, boolean_t reason_spare) in vdev_aux_label_generate()
1111 vdev_label_init(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason) in vdev_label_init()
[all …]
H A Dvdev_indirect.c321 vdev_indirect_mark_obsolete(vdev_t *vd, uint64_t offset, uint64_t size) in vdev_indirect_mark_obsolete()
348 vdev_t *vd = vdev_lookup_top(spa, vdev_id); in spa_vdev_indirect_mark_obsolete() local
389 vdev_indirect_should_condense(vdev_t *vd) in vdev_indirect_should_condense()
483 vdev_t *vd = vdev_lookup_top(spa, scip->scip_vdev); in spa_condense_indirect_complete_sync() local
590 spa_condense_indirect_generate_new_mapping(vdev_t *vd, in spa_condense_indirect_generate_new_mapping()
650 vdev_t *vd; in spa_condense_indirect_thread() local
753 spa_condense_indirect_start_sync(vdev_t *vd, dmu_tx_t *tx) in spa_condense_indirect_start_sync()
810 vdev_indirect_sync_obsolete(vdev_t *vd, dmu_tx_t *tx) in vdev_indirect_sync_obsolete()
893 vdev_obsolete_sm_object(vdev_t *vd, uint64_t *sm_obj) in vdev_obsolete_sm_object()
918 vdev_obsolete_counts_are_precise(vdev_t *vd, boolean_t *are_precise) in vdev_obsolete_counts_are_precise()
[all …]
H A Dzfs_fm.c198 vdev_prop_get_inherited(vdev_t *vd, vdev_prop_t prop) in vdev_prop_get_inherited()
289 zfs_ereport_clear(spa_t *spa, vdev_t *vd) in zfs_ereport_clear()
331 zfs_ereport_is_duplicate(const char *subclass, spa_t *spa, vdev_t *vd, in zfs_ereport_is_duplicate()
437 zfs_is_ratelimiting_event(const char *subclass, vdev_t *vd) in zfs_is_ratelimiting_event()
465 const char *subclass, spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start()
1065 zfs_ereport_clear(spa_t *spa, vdev_t *vd) in zfs_ereport_clear()
1076 zfs_ereport_is_valid(const char *subclass, spa_t *spa, vdev_t *vd, zio_t *zio) in zfs_ereport_is_valid()
1157 zfs_ereport_post(const char *subclass, spa_t *spa, vdev_t *vd, in zfs_ereport_post()
1200 zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start_checksum()
1304 zfs_ereport_post_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_post_checksum()
[all …]
H A Dvdev_mirror.c173 vdev_mirror_load(mirror_map_t *mm, vdev_t *vd, uint64_t zio_offset) in vdev_mirror_load()
237 vdev_mirror_rebuilding(vdev_t *vd) in vdev_mirror_rebuilding()
260 vdev_t *vd = zio->io_vd; in vdev_mirror_map_init() local
378 vdev_mirror_open(vdev_t *vd, uint64_t *asize, uint64_t *max_asize, in vdev_mirror_open()
425 vdev_mirror_close(vdev_t *vd) in vdev_mirror_close()
489 vdev_t *vd = mc->mc_vd; in vdev_mirror_child_readable() local
500 vdev_t *vd = mc->mc_vd; in vdev_mirror_child_missing() local
929 vdev_mirror_state_change(vdev_t *vd, int faulted, int degraded) in vdev_mirror_state_change()
950 vdev_mirror_rebuild_asize(vdev_t *vd, uint64_t start, uint64_t asize, in vdev_mirror_rebuild_asize()
H A Dvdev_missing.c37 vdev_missing_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, in vdev_missing_open()
55 vdev_missing_close(vdev_t *vd) in vdev_missing_close()
/freebsd/sys/dev/video/
H A Dvideo.c146 video_pool_detach(struct video_device *vd) in video_pool_detach()
171 struct video_device *vd = vf->vd; in video_file_dtor() local
209 struct video_device *vd = dev->si_drv1; in video_open() local
229 video_claim_owner(struct video_device *vd, struct video_file *vf) in video_claim_owner()
254 video_buf_acquire(struct video_device *vd) in video_buf_acquire()
284 struct video_device *vd; in video_buf_done() local
313 struct video_device *vd = vb->vd; in video_buf_error() local
331 video_querycap(struct video_device *vd, struct v4l2_capability *cap) in video_querycap()
352 video_enum_fmt(struct video_device *vd, struct v4l2_fmtdesc *fd) in video_enum_fmt()
373 video_g_fmt(struct video_device *vd, struct v4l2_format *f) in video_g_fmt()
[all …]
/freebsd/sys/dev/vt/
H A Dvt_core.c303 vt_schedule_flush(struct vt_device *vd, int ms) in vt_schedule_flush()
316 struct vt_device *vd = vw->vw_device; in vt_resume_flush_timer() local
329 vt_suspend_flush_timer(struct vt_device *vd) in vt_suspend_flush_timer()
499 struct vt_device *vd; in vt_proc_window_switch() local
568 struct vt_device *vd = vw->vw_device; in vt_window_switch() local
648 vt_termsize(struct vt_device *vd, struct vt_font *vf, term_pos_t *size) in vt_termsize()
664 vt_termrect(struct vt_device *vd, struct vt_font *vf, term_rect_t *rect) in vt_termrect()
686 vt_winsize(struct vt_device *vd, struct vt_font *vf, struct winsize *size) in vt_winsize()
705 struct vt_device *vd; in vt_compute_drawable_area() local
759 vt_machine_kbdevent(struct vt_device *vd, int c) in vt_machine_kbdevent()
[all …]
H A Dvt_cpulogos.c65 vt_draw_2_vga16_px(struct vt_device *vd, vt_axis_t x, vt_axis_t y, in vt_draw_2_vga16_px()
74 vt_draw_1_logo(struct vt_device *vd, vt_axis_t top, vt_axis_t left) in vt_draw_1_logo()
117 vtterm_draw_cpu_logos(struct vt_device *vd) in vtterm_draw_cpu_logos()
151 struct vt_device *vd; in vt_fini_logos() local
208 struct vt_device *vd; in vt_init_logos() local
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c107 vt_fb_ioctl(struct vt_device *vd, u_long cmd, caddr_t data, struct thread *td) in vt_fb_ioctl()
155 vt_fb_mmap(struct vt_device *vd, vm_ooffset_t offset, vm_paddr_t *paddr, in vt_fb_mmap()
184 vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color) in vt_fb_setpixel()
219 vt_fb_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, in vt_fb_drawrect()
236 vt_fb_blank(struct vt_device *vd, term_color_t color) in vt_fb_blank()
279 vt_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_bitmap()
344 vt_fb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_argb()
390 vt_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_text()
460 vt_fb_invalidate_text(struct vt_device *vd, const term_rect_t *area) in vt_fb_invalidate_text()
483 vt_fb_postswitch(struct vt_device *vd) in vt_fb_postswitch()
[all …]
/freebsd/stand/common/
H A Dvdisk.c75 vdisk_info_t *vd; in vdisk_get_info() local
89 vdisk_info_t *vd, *p; in command_mapvd() local
193 vdisk_info_t *vd; in command_unmapvd() local
251 vdisk_info_t *vd; in vdisk_strategy() local
297 vdisk_info_t *vd; in vdisk_open() local
321 vdisk_info_t *vd; in vdisk_close() local
340 vdisk_info_t *vd; in vdisk_ioctl() local
373 vdisk_info_t *vd; in vdisk_print() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c53 vdev_t *vd; member
85 vdev_geom_set_physpath(vdev_t *vd, struct g_consumer *cp, in vdev_geom_set_physpath()
133 vdev_t *vd = elem->vd; in vdev_geom_attrchanged() local
147 vdev_t *vd; in vdev_geom_resize() local
194 vdev_t *vd = elem->vd; in vdev_geom_orphan() local
202 vdev_geom_attach(struct g_provider *pp, vdev_t *vd, boolean_t sanity) in vdev_geom_attach()
330 vdev_geom_close_locked(vdev_t *vd) in vdev_geom_close_locked()
636 vdev_attach_ok(vdev_t *vd, struct g_provider *pp) in vdev_attach_ok()
695 vdev_geom_attach_by_guids(vdev_t *vd) in vdev_geom_attach_by_guids()
744 vdev_geom_open_by_guids(vdev_t *vd) in vdev_geom_open_by_guids()
[all …]
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c127 vga_setwmode(struct vt_device *vd, int wmode) in vga_setwmode()
149 vga_setfg(struct vt_device *vd, term_color_t color) in vga_setfg()
164 vga_setbg(struct vt_device *vd, term_color_t color) in vga_setbg()
326 vga_blank(struct vt_device *vd, term_color_t color) in vga_blank()
337 vga_bitblt_put(struct vt_device *vd, u_long dst, term_color_t color, in vga_bitblt_put()
363 vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color) in vga_setpixel()
374 vga_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, in vga_drawrect()
503 vga_bitblt_pixels_block_2colors(struct vt_device *vd, const uint8_t *masks, in vga_bitblt_pixels_block_2colors()
532 vga_bitblt_pixels_block_ncolors(struct vt_device *vd, const uint8_t *masks, in vga_bitblt_pixels_block_ncolors()
610 vga_bitblt_one_text_pixels_block(struct vt_device *vd, in vga_bitblt_one_text_pixels_block()
[all …]
/freebsd/sys/dev/hpt27xx/
H A Dwj.h48 #define wj_add_entry(vbus, vd, lba, sectors) 0 argument
51 #define wj_del_vd(vbus, vd) 0 argument
52 #define wj_sync_stamp(vbus, vd) 0 argument
/freebsd/sys/dev/vt/hw/vbefb/
H A Dvbefb.c76 vt_vbefb_probe(struct vt_device *vd) in vt_vbefb_probe()
95 vt_vbefb_init(struct vt_device *vd) in vt_vbefb_init()
147 vt_vbefb_fini(struct vt_device *vd, void *softc) in vt_vbefb_fini()
/freebsd/sys/dev/vt/hw/efifb/
H A Defifb.c76 vt_efifb_probe(struct vt_device *vd) in vt_efifb_probe()
95 vt_efifb_init(struct vt_device *vd) in vt_efifb_init()
172 vt_efifb_fini(struct vt_device *vd, void *softc) in vt_efifb_fini()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp58 static bool isTrackedVar(const VarDecl *vd, const DeclContext *dc) { in isTrackedVar()
99 const VarDecl *vd = *I; in computeMap() local
164 Value getValue(const CFGBlock *block, const VarDecl *vd) { in getValue()
224 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) { in operator []()
235 const VarDecl *vd; member in __anon2e1962360311::FindVarResult
239 FindVarResult(const VarDecl *vd, const DeclRefExpr *dr) : vd(vd), dr(dr) {} in FindVarResult()
504 bool isTrackedVar(const VarDecl *vd) { in isTrackedVar()
512 UninitUse getUninitUse(const Expr *ex, const VarDecl *vd, Value v) { in getUninitUse()
664 void TransferFunctions::reportUse(const Expr *ex, const VarDecl *vd) { in reportUse()
670 void TransferFunctions::reportConstRefUse(const Expr *ex, const VarDecl *vd) { in reportConstRefUse()
[all …]
/freebsd/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c143 vt_simplefb_probe(struct vt_device * vd) vt_simplefb_probe() argument
159 vt_simplefb_init(struct vt_device * vd) vt_simplefb_init() argument
216 vt_simplefb_fini(struct vt_device * vd,void * softc) vt_simplefb_fini() argument

12345