Searched refs:vd (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_root.c50 too_many_errors(vdev_t *vd, int numerrors) argument
52 ASSERT3U(numerrors, <=, vd->vdev_children);
57 vdev_root_open(vdev_t *vd, uint64_t *asize, uint64_t *max_asize, argument
63 if (vd->vdev_children == 0) {
64 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL;
68 vdev_open_children(vd);
70 for (int c = 0; c < vd->vdev_children; c++) {
71 vdev_t *cvd = vd->vdev_child[c];
79 if (too_many_errors(vd, numerrors)) {
80 vd
93 vdev_root_close(vdev_t *vd) argument
100 vdev_root_state_change(vdev_t *vd, int faulted, int degraded) argument
[all...]
H A Dvdev.c188 vdev_default_asize(vdev_t *vd, uint64_t psize) argument
190 uint64_t asize = P2ROUNDUP(psize, 1ULL << vd->vdev_top->vdev_ashift);
193 for (int c = 0; c < vd->vdev_children; c++) {
194 csize = vdev_psize_to_asize(vd->vdev_child[c], psize);
208 vdev_get_min_asize(vdev_t *vd) argument
210 vdev_t *pvd = vd->vdev_parent;
217 return (vd->vdev_asize);
223 if (vd == vd->vdev_top)
224 return (P2ALIGN(vd
237 vdev_set_min_asize(vdev_t *vd) argument
261 vdev_lookup_by_guid(vdev_t *vd, uint64_t guid) argument
277 vdev_count_leaves_impl(vdev_t *vd) argument
407 vdev_t *vd; local
472 vdev_t *vd; local
689 vdev_free(vdev_t *vd) argument
780 vdev_t *vd; local
839 vdev_top_update(vdev_t *tvd, vdev_t *vd) argument
931 vdev_metaslab_init(vdev_t *vd, uint64_t txg) argument
1007 vdev_metaslab_fini(vdev_t *vd) argument
1035 vdev_t *vd = zio->io_vd; local
1093 vdev_probe(vdev_t *vd, zio_t *zio) argument
1186 vdev_t *vd = arg; local
1194 vdev_uses_zvols(vdev_t *vd) argument
1206 vdev_open_children(vdev_t *vd) argument
1236 vdev_open(vdev_t *vd) argument
1464 vdev_validate(vdev_t *vd, boolean_t strict) argument
1577 vdev_close(vdev_t *vd) argument
1613 vdev_hold(vdev_t *vd) argument
1629 vdev_rele(vdev_t *vd) argument
1648 vdev_reopen(vdev_t *vd) argument
1681 vdev_create(vdev_t *vd, uint64_t txg, boolean_t isreplacing) argument
1711 vdev_metaslab_set_size(vdev_t *vd) argument
1727 vdev_ashift_optimize(vdev_t *vd) argument
1749 vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg) argument
1766 vdev_dirty_leaves(vdev_t *vd, int flags, uint64_t txg) argument
1814 vdev_dtl_dirty(vdev_t *vd, vdev_dtl_type_t t, uint64_t txg, uint64_t size) argument
1829 vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t t, uint64_t txg, uint64_t size) argument
1846 vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t t) argument
1862 vdev_dtl_min(vdev_t *vd) argument
1878 vdev_dtl_max(vdev_t *vd) argument
1899 vdev_dtl_should_excise(vdev_t *vd) argument
1934 vdev_dtl_reassess(vdev_t *vd, uint64_t txg, uint64_t scrub_txg, int scrub_done) argument
2048 vdev_dtl_load(vdev_t *vd) argument
2088 vdev_dtl_sync(vdev_t *vd, uint64_t txg) argument
2167 vdev_dtl_required(vdev_t *vd) argument
2200 vdev_resilver_needed(vdev_t *vd, uint64_t *minp, uint64_t *maxp) argument
2237 vdev_load(vdev_t *vd) argument
2270 vdev_validate_aux(vdev_t *vd) argument
2305 vdev_remove(vdev_t *vd, uint64_t txg) argument
2357 vdev_sync_done(vdev_t *vd, uint64_t txg) argument
2372 vdev_sync(vdev_t *vd, uint64_t txg) argument
2409 vdev_psize_to_asize(vdev_t *vd, uint64_t psize) argument
2421 vdev_t *vd, *tvd; local
2477 vdev_t *vd; local
2512 vdev_t *vd, *tvd, *pvd, *rvd = spa->spa_root_vdev; local
2572 vdev_t *vd, *tvd; local
2681 vdev_clear(spa_t *spa, vdev_t *vd) argument
2750 vdev_is_dead(vdev_t *vd) argument
2764 vdev_readable(vdev_t *vd) argument
2770 vdev_writeable(vdev_t *vd) argument
2776 vdev_allocatable(vdev_t *vd) argument
2794 vdev_accessible(vdev_t *vd, zio_t *zio) argument
2814 vdev_get_stats(vdev_t *vd, vdev_stat_t *vs) argument
2866 vdev_clear_stats(vdev_t *vd) argument
2876 vdev_scan_stat_init(vdev_t *vd) argument
2893 vdev_t *vd = zio->io_vd ? zio->io_vd : rvd; local
3033 vdev_space_update(vdev_t *vd, int64_t alloc_delta, int64_t defer_delta, int64_t space_delta) argument
3084 vdev_config_dirty(vdev_t *vd) argument
3157 vdev_config_clean(vdev_t *vd) argument
3176 vdev_state_dirty(vdev_t *vd) argument
3198 vdev_state_clean(vdev_t *vd) argument
3214 vdev_propagate_state(vdev_t *vd) argument
3278 vdev_set_state(vdev_t *vd, boolean_t isopen, vdev_state_t state, vdev_aux_t aux) argument
3418 vdev_is_bootable(vdev_t *vd) argument
3476 vdev_log_state_valid(vdev_t *vd) argument
3493 vdev_expand(vdev_t *vd, uint64_t txg) argument
3508 vdev_split(vdev_t *vd) argument
3524 vdev_deadman(vdev_t *vd) argument
[all...]
H A Dvdev_label.c187 vdev_label_read(zio_t *zio, vdev_t *vd, int l, void *buf, uint64_t offset, argument
194 zio_nowait(zio_read_phys(zio, vd,
195 vdev_label_offset(vd->vdev_psize, l, offset),
201 vdev_label_write(zio_t *zio, vdev_t *vd, int l, void *buf, uint64_t offset, argument
210 zio_nowait(zio_write_phys(zio, vd,
211 vdev_label_offset(vd->vdev_psize, l, offset),
220 vdev_config_generate(spa_t *spa, vdev_t *vd, boolean_t getstats, argument
227 fnvlist_add_string(nv, ZPOOL_CONFIG_TYPE, vd->vdev_ops->vdev_op_type);
229 fnvlist_add_uint64(nv, ZPOOL_CONFIG_ID, vd->vdev_id);
230 fnvlist_add_uint64(nv, ZPOOL_CONFIG_GUID, vd
434 vdev_label_read_config(vdev_t *vd, uint64_t txg) argument
507 vdev_inuse(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason, uint64_t *spare_guid, uint64_t *l2cache_guid) argument
626 vdev_label_init(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason) argument
861 vdev_label_write_pad2(vdev_t *vd, const char *buf, size_t size) argument
938 vdev_t *vd = zio->io_vd; local
966 vdev_uberblock_load_impl(zio_t *zio, vdev_t *vd, int flags, struct ubl_cbdata *cbp) argument
1042 vdev_uberblock_sync(zio_t *zio, uberblock_t *ub, vdev_t *vd, int flags) argument
1140 vdev_label_sync(zio_t *zio, vdev_t *vd, int l, uint64_t txg, int flags) argument
1185 vdev_t *vd; local
1239 vdev_t *vd; local
[all...]
H A Dvdev_file.c54 vdev_file_hold(vdev_t *vd) argument
56 ASSERT(vd->vdev_path != NULL);
60 vdev_file_rele(vdev_t *vd) argument
62 ASSERT(vd->vdev_path != NULL);
66 vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, argument
77 if (vd->vdev_path == NULL || vd->vdev_path[0] != '/') {
78 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL;
86 if (vd->vdev_tsd != NULL) {
87 ASSERT(vd
157 vdev_file_close(vdev_t *vd) argument
190 vdev_t *vd = zio->io_vd; local
212 vdev_t *vd = zio->io_vd; local
[all...]
H A Dvdev_disk.c53 vdev_disk_alloc(vdev_t *vd) argument
57 dvd = vd->vdev_tsd = kmem_zalloc(sizeof (vdev_disk_t), KM_SLEEP);
66 vdev_disk_free(vdev_t *vd) argument
68 vdev_disk_t *dvd = vd->vdev_tsd;
76 * callbacks and free vd->vdev_tsd.
85 vd->vdev_tsd = NULL;
93 vdev_t *vd = (vdev_t *)arg; local
94 vdev_disk_t *dvd = vd->vdev_tsd;
108 * freeing of vd->vdev_tsd to the offline finalize or a reopen.
111 vdev_disk_close(vd);
129 vdev_t *vd = (vdev_t *)arg; local
164 vdev_t *vd = (vdev_t *)arg; local
186 vdev_disk_hold(vdev_t *vd) argument
228 vdev_disk_rele(vdev_t *vd) argument
255 vdev_disk_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, uint64_t *ashift) argument
555 vdev_disk_close(vdev_t *vd) argument
590 vdev_disk_physio(vdev_t *vd, caddr_t data, size_t size, uint64_t offset, int flags, boolean_t isdump) argument
690 vdev_t *vd = zio->io_vd; local
794 vdev_t *vd = zio->io_vd; local
[all...]
H A Dvdev_geom.c54 vdev_t *vd; member in struct:consumer_vdev_elem
87 vdev_geom_set_rotation_rate(vdev_t *vd, struct g_consumer *cp) argument
94 vd->vdev_rotation_rate = rate;
96 vd->vdev_rotation_rate = VDEV_RATE_UNKNOWN;
100 vdev_geom_set_physpath(vdev_t *vd, struct g_consumer *cp, argument
115 old_physpath = vd->vdev_physpath;
116 vd->vdev_physpath = spa_strdup(physpath);
120 vd->vdev_physpath) != 0);
133 spa_async_request(vd->vdev_spa, SPA_ASYNC_CONFIG_UPDATE);
150 vdev_t *vd local
190 vdev_t *vd = elem->vd; local
198 vdev_geom_attach(struct g_provider *pp, vdev_t *vd, boolean_t sanity) argument
325 vdev_geom_close_locked(vdev_t *vd) argument
632 vdev_attach_ok(vdev_t *vd, struct g_provider *pp) argument
691 vdev_geom_attach_by_guids(vdev_t *vd) argument
734 vdev_geom_open_by_guids(vdev_t *vd) argument
766 vdev_geom_open_by_path(vdev_t *vd, int check_guid) argument
785 vdev_geom_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, uint64_t *logical_ashift, uint64_t *physical_ashift) argument
943 vdev_geom_close(vdev_t *vd) argument
964 vdev_t *vd; local
1013 vdev_t *vd; local
1101 vdev_geom_hold(vdev_t *vd) argument
1106 vdev_geom_rele(vdev_t *vd) argument
[all...]
H A Dtrim_map.c40 #define TRIM_ZIO_END(vd, offset, size) (offset + \
41 P2ROUNDUP(size, 1ULL << vd->vdev_top->vdev_ashift))
107 static void trim_map_vdev_commit_done(spa_t *spa, vdev_t *vd);
148 trim_map_create(vdev_t *vd) argument
152 ASSERT(zfs_trim_enabled && !vd->vdev_notrim &&
153 vd->vdev_ops->vdev_op_leaf);
167 vd->vdev_trimmap = tm;
171 trim_map_destroy(vdev_t *vd) argument
176 ASSERT(vd->vdev_ops->vdev_op_leaf);
181 tm = vd
329 trim_map_free(vdev_t *vd, uint64_t offset, uint64_t size, uint64_t txg) argument
344 vdev_t *vd = zio->io_vd; local
390 vdev_t *vd = zio->io_vd; local
437 trim_map_vdev_commit(spa_t *spa, zio_t *zio, vdev_t *vd) argument
493 trim_map_vdev_commit_done(spa_t *spa, vdev_t *vd) argument
528 trim_map_commit(spa_t *spa, zio_t *zio, vdev_t *vd) argument
544 trim_map_commit_done(spa_t *spa, vdev_t *vd) argument
[all...]
H A Dzfs_fm.c107 const char *subclass, spa_t *spa, vdev_t *vd, zio_t *zio,
157 if (vd != NULL) {
167 if (zio->io_vd == vd && !vdev_accessible(vd, zio))
176 vd->vdev_ops->vdev_op_leaf &&
177 vdev_dtl_contains(vd, DTL_MISSING, zio->io_txg, 1))
186 if (vd != NULL &&
188 (vd->vdev_remove_wanted || vd->vdev_state == VDEV_STATE_REMOVED))
229 vd !
106 zfs_ereport_start(nvlist_t **ereport_out, nvlist_t **detector_out, const char *subclass, spa_t *spa, vdev_t *vd, zio_t *zio, uint64_t stateoroffset, uint64_t size) argument
669 zfs_ereport_post(const char *subclass, spa_t *spa, vdev_t *vd, zio_t *zio, uint64_t stateoroffset, uint64_t size) argument
690 zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, struct zio *zio, uint64_t offset, uint64_t length, void *arg, zio_bad_cksum_t *info) argument
780 zfs_ereport_post_checksum(spa_t *spa, vdev_t *vd, struct zio *zio, uint64_t offset, uint64_t length, const void *good_data, const void *bad_data, zio_bad_cksum_t *zbc) argument
810 zfs_post_common(spa_t *spa, vdev_t *vd, const char *name) argument
845 zfs_post_remove(spa_t *spa, vdev_t *vd) argument
856 zfs_post_autoreplace(spa_t *spa, vdev_t *vd) argument
868 zfs_post_state_change(spa_t *spa, vdev_t *vd) argument
[all...]
H A Dvdev_missing.c47 vdev_missing_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, argument
65 vdev_missing_close(vdev_t *vd) argument
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h58 extern int vdev_validate_aux(vdev_t *vd);
59 extern zio_t *vdev_probe(vdev_t *vd, zio_t *pio);
61 extern boolean_t vdev_is_bootable(vdev_t *vd);
63 extern vdev_t *vdev_lookup_by_guid(vdev_t *vd, uint64_t guid);
65 extern void vdev_dtl_dirty(vdev_t *vd, vdev_dtl_type_t d,
67 extern boolean_t vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t d,
69 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d);
70 extern void vdev_dtl_reassess(vdev_t *vd, uint64_t txg, uint64_t scrub_txg,
72 extern boolean_t vdev_dtl_required(vdev_t *vd);
73 extern boolean_t vdev_resilver_needed(vdev_t *vd,
[all...]
H A Dtrim_map.h37 extern void trim_map_create(vdev_t *vd);
38 extern void trim_map_destroy(vdev_t *vd);
39 extern void trim_map_free(vdev_t *vd, uint64_t offset, uint64_t size, uint64_t txg);
H A Dvdev_impl.h62 typedef int vdev_open_func_t(vdev_t *vd, uint64_t *size, uint64_t *max_size,
64 typedef void vdev_close_func_t(vdev_t *vd);
65 typedef uint64_t vdev_asize_func_t(vdev_t *vd, uint64_t psize);
68 typedef void vdev_state_change_func_t(vdev_t *vd, int, int);
69 typedef void vdev_hold_func_t(vdev_t *vd);
70 typedef void vdev_rele_func_t(vdev_t *vd);
274 #define VDEV_UBERBLOCK_SHIFT(vd) \
275 MIN(MAX((vd)->vdev_top->vdev_ashift, UBERBLOCK_SHIFT), \
277 #define VDEV_UBERBLOCK_COUNT(vd) \
278 (VDEV_UBERBLOCK_RING >> VDEV_UBERBLOCK_SHIFT(vd))
[all...]
/freebsd-10-stable/sys/dev/vt/
H A Dvt_core.c115 #define VT_LOCK(vd) mtx_lock(&(vd)->vd_lock)
116 #define VT_UNLOCK(vd) mtx_unlock(&(vd)->vd_lock)
117 #define VT_LOCK_ASSERT(vd, what) mtx_assert(&(vd)->vd_lock, what)
266 vt_schedule_flush(struct vt_device *vd, int ms) argument
273 callout_schedule(&vd->vd_timer, hz / (1000 / ms));
277 vt_resume_flush_timer(struct vt_device *vd, int ms) argument
280 if (!(vd
288 vt_suspend_flush_timer(struct vt_device *vd) argument
450 struct vt_device *vd; local
506 struct vt_device *vd = vw->vw_device; local
550 vt_termsize(struct vt_device *vd, struct vt_font *vf, term_pos_t *size) argument
562 vt_winsize(struct vt_device *vd, struct vt_font *vf, struct winsize *size) argument
576 struct vt_device *vd; local
676 struct vt_device *vd; local
730 vt_processkey(keyboard_t *kbd, struct vt_device *vd, int c) argument
870 struct vt_device *vd = arg; local
893 vt_allocate_keyboard(struct vt_device *vd) argument
937 struct vt_device *vd = vw->vw_device; local
1048 vt_is_cursor_in_area(const struct vt_device *vd, const term_rect_t *area) argument
1068 vt_mark_mouse_position_as_dirty(struct vt_device *vd) argument
1106 vt_flush(struct vt_device *vd) argument
1187 struct vt_device *vd; local
1205 struct vt_device *vd = vw->vw_device; local
1224 vtterm_splash(struct vt_device *vd) argument
1251 struct vt_device *vd = vw->vw_device; local
1328 struct vt_device *vd = vw->vw_device; local
1412 struct vt_device *vd; local
1446 struct vt_device *vd; local
1471 struct vt_device *vd = vw->vw_device; local
1487 struct vt_device *vd = vw->vw_device; local
1526 struct vt_device *vd = vw->vw_device; local
1686 vt_mouse_terminput_button(struct vt_device *vd, int button) argument
1712 vt_mouse_terminput(struct vt_device *vd, int type, int x, int y, int event, int cnt) argument
1765 struct vt_device *vd; local
1919 struct vt_device *vd; local
1945 struct vt_device *vd = vw->vw_device; local
1959 struct vt_device *vd = vw->vw_device; local
2503 vt_allocate_window(struct vt_device *vd, unsigned int window) argument
2533 vt_upgrade(struct vt_device *vd) argument
2596 vt_resize(struct vt_device *vd) argument
2620 struct vt_device *vd; local
2693 struct vt_device *vd; local
2703 struct vt_device *vd; local
2711 vt_suspend(struct vt_device *vd) argument
2731 vt_resume(struct vt_device *vd) argument
[all...]
H A Dvt.h161 #define VD_PASTEBUF(vd) ((vd)->vd_pastebuf.vpb_buf)
162 #define VD_PASTEBUFSZ(vd) ((vd)->vd_pastebuf.vpb_bufsz)
163 #define VD_PASTEBUFLEN(vd) ((vd)->vd_pastebuf.vpb_len)
165 void vt_resume(struct vt_device *vd);
166 void vt_suspend(struct vt_device *vd);
304 typedef int vd_init_t(struct vt_device *vd);
305 typedef int vd_probe_t(struct vt_device *vd);
[all...]
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dwj.h40 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
43 void wj_del_vd(PVBUS vbus, PVDEV vd);
44 void wj_sync_stamp(PVBUS vbus, PVDEV vd);
48 #define wj_add_entry(vbus, vd, lba, sectors) 0
51 #define wj_del_vd(vbus, vd) 0
52 #define wj_sync_stamp(vbus, vd) 0
/freebsd-10-stable/sys/dev/hptnr/
H A Dwj.h41 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
44 void wj_del_vd(PVBUS vbus, PVDEV vd);
45 void wj_sync_stamp(PVBUS vbus, PVDEV vd);
49 #define wj_add_entry(vbus, vd, lba, sectors) 0
52 #define wj_del_vd(vbus, vd) 0
53 #define wj_sync_stamp(vbus, vd) 0
/freebsd-10-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.h36 void vt_fb_resume(struct vt_device *vd);
37 void vt_fb_suspend(struct vt_device *vd);
H A Dvt_fb.c87 vt_fb_ioctl(struct vt_device *vd, u_long cmd, caddr_t data, struct thread *td) argument
92 info = vd->vd_softc;
113 if (vd->vd_driver->vd_blank == NULL)
115 vd->vd_driver->vd_blank(vd, TC_BLACK);
127 vt_fb_mmap(struct vt_device *vd, vm_ooffset_t offset, vm_paddr_t *paddr, argument
132 info = vd->vd_softc;
149 vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color) argument
155 info = vd->vd_softc;
184 vt_fb_drawrect(struct vt_device *vd, in argument
201 vt_fb_blank(struct vt_device *vd, term_color_t color) argument
246 vt_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, const uint8_t *pattern, const uint8_t *mask, unsigned int width, unsigned int height, unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) argument
311 vt_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, const term_rect_t *area) argument
364 vt_fb_postswitch(struct vt_device *vd) argument
398 vt_fb_init(struct vt_device *vd) argument
444 vt_fb_suspend(struct vt_device *vd) argument
451 vt_fb_resume(struct vt_device *vd) argument
[all...]
/freebsd-10-stable/tools/regression/usr.bin/cc/
H A Dfloat.c120 volatile double vd; local
128 vd = NAN;
129 test("NaN equality", fpequal(NAN, NAN) && NAN != NAN && vd != vd);
132 test("NaN comparison returns false", !(vd <= vd));
140 vd = 0.0;
141 run_zero_opt_test(vd, vd);
143 vd
[all...]
/freebsd-10-stable/lib/libc/xdr/
H A Dxdr_float.c216 struct vax_double vd;
239 vd = *((struct vax_double *)dp);
243 if ((vd.mantissa4 == lim->d.mantissa4) &&
244 (vd.mantissa3 == lim->d.mantissa3) &&
245 (vd.mantissa2 == lim->d.mantissa2) &&
246 (vd.mantissa1 == lim->d.mantissa1) &&
247 (vd.exp == lim->d.exp)) {
252 id.exp = vd.exp - VAX_DBL_BIAS + IEEE_DBL_BIAS;
253 id.mantissa1 = (vd.mantissa1 << 13) | (vd
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dregrename.c1074 kill_value_one_regno (unsigned int regno, struct value_data *vd)
1078 if (vd->e[regno].oldest_regno != regno)
1080 for (i = vd->e[regno].oldest_regno;
1081 vd->e[i].next_regno != regno;
1082 i = vd->e[i].next_regno)
1084 vd->e[i].next_regno = vd->e[regno].next_regno;
1086 else if ((next = vd->e[regno].next_regno) != INVALID_REGNUM)
1088 for (i = next; i != INVALID_REGNUM; i = vd->e[i].next_regno)
1089 vd
1073 kill_value_one_regno(unsigned int regno, struct value_data *vd) argument
1104 kill_value_regno(unsigned int regno, unsigned int nregs, struct value_data *vd) argument
1134 kill_value(rtx x, struct value_data *vd) argument
1157 set_value_regno(unsigned int regno, enum machine_mode mode, struct value_data *vd) argument
1172 init_value_data(struct value_data *vd) argument
1189 struct value_data *vd = data; local
1200 struct value_data *vd = data; local
1205 set_value_regno (REGNO (x), GET_MODE (x), vd); local
1217 struct value_data *vd = data; local
1223 set_value_regno (REGNO (x), Pmode, vd); local
1234 copy_value(rtx dest, rtx src, struct value_data *vd) argument
1367 find_oldest_value_reg(enum reg_class cl, rtx reg, struct value_data *vd) argument
1413 replace_oldest_value_reg(rtx *loc, enum reg_class cl, rtx insn, struct value_data *vd) argument
1434 replace_oldest_value_addr(rtx *loc, enum reg_class cl, enum machine_mode mode, rtx insn, struct value_data *vd) argument
1580 replace_oldest_value_mem(rtx x, rtx insn, struct value_data *vd) argument
1591 copyprop_hardreg_forward_1(basic_block bb, struct value_data *vd) argument
1643 note_stores (PATTERN (insn), kill_clobbered_value, vd); local
1647 for_each_rtx (&PATTERN (insn), kill_autoinc_value, vd); local
1797 note_stores (PATTERN (insn), kill_set_value, vd); local
1801 copy_value (SET_DEST (set), SET_SRC (set), vd); local
1869 debug_value_data(struct value_data *vd) argument
1924 validate_value_data(struct value_data *vd) argument
[all...]
/freebsd-10-stable/sys/dev/fb/
H A Dcreator_vt.c73 creatorfb_probe(struct vt_device *vd) argument
102 creatorfb_init(struct vt_device *vd) argument
114 vd->vd_softc = sc = &creatorfb_conssoftc;
160 vt_fb_init(vd);
166 creatorfb_blank(struct vt_device *vd, term_color_t color) argument
172 sc = vd->vd_softc;
181 creatorfb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, argument
186 struct creatorfb_softc *sc = vd->vd_softc;
224 creatorfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, argument
248 creatorfb_bitblt_bitmap(vd, v
[all...]
/freebsd-10-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c112 vga_setwmode(struct vt_device *vd, int wmode) argument
114 struct vga_softc *sc = vd->vd_softc;
134 vga_setfg(struct vt_device *vd, term_color_t color) argument
136 struct vga_softc *sc = vd->vd_softc;
138 vga_setwmode(vd, 3);
149 vga_setbg(struct vt_device *vd, term_color_t color) argument
151 struct vga_softc *sc = vd->vd_softc;
153 vga_setwmode(vd, 3);
310 vga_blank(struct vt_device *vd, term_color_t color) argument
312 struct vga_softc *sc = vd
321 vga_bitblt_put(struct vt_device *vd, u_long dst, term_color_t color, uint8_t v) argument
347 vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color) argument
358 vga_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, term_color_t color) argument
487 vga_bitblt_pixels_block_2colors(struct vt_device *vd, const uint8_t *masks, term_color_t fg, term_color_t bg, unsigned int x, unsigned int y, unsigned int height) argument
516 vga_bitblt_pixels_block_ncolors(struct vt_device *vd, const uint8_t *masks, unsigned int x, unsigned int y, unsigned int height) argument
593 vga_bitblt_one_text_pixels_block(struct vt_device *vd, const struct vt_window *vw, unsigned int x, unsigned int y) argument
765 vga_bitblt_text_gfxmode(struct vt_device *vd, const struct vt_window *vw, const term_rect_t *area) argument
848 vga_bitblt_text_txtmode(struct vt_device *vd, const struct vt_window *vw, const term_rect_t *area) argument
892 vga_bitblt_text(struct vt_device *vd, const struct vt_window *vw, const term_rect_t *area) argument
904 vga_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, const uint8_t *pattern, const uint8_t *mask, unsigned int width, unsigned int height, unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) argument
948 vga_initialize_graphics(struct vt_device *vd) argument
1029 vga_initialize(struct vt_device *vd, int textmode) argument
1190 vga_probe(struct vt_device *vd) argument
1197 vga_init(struct vt_device *vd) argument
1247 vga_postswitch(struct vt_device *vd) argument
[all...]
/freebsd-10-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c80 ofwfb_probe(struct vt_device *vd) argument
105 ofwfb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, argument
110 struct fb_info *sc = vd->vd_softc;
127 if (((x + width) > vd->vd_width) || ((y + height) >
128 vd->vd_height))
202 ofwfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, argument
226 ofwfb_bitblt_bitmap(vd, vw,
233 if (!vd->vd_mshown)
243 if (vt_is_cursor_in_area(vd, &drawn_area)) {
244 ofwfb_bitblt_bitmap(vd, v
255 ofwfb_initialize(struct vt_device *vd) argument
308 ofwfb_init(struct vt_device *vd) argument
[all...]
/freebsd-10-stable/sys/dev/vt/hw/efifb/
H A Defifb.c76 vt_efifb_probe(struct vt_device *vd) argument
99 vt_efifb_init(struct vt_device *vd) argument
105 info = vd->vd_softc;
107 info = vd->vd_softc = (void *)&local_info;
138 vt_fb_init(vd);

Completed in 620 milliseconds

1234