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

123456789

/netbsd-current/sys/dev/wscons/
H A Dwsemul_vt100_subr.c57 wsemul_vt100_scrollup(struct vt100base_data *vd, int n) argument
61 if (n > vd->scrreg_nrows)
62 n = vd->scrreg_nrows;
64 help = vd->scrreg_nrows - n;
66 (*vd->emulops->copyrows)(vd->emulcookie,
67 vd->scrreg_startrow + n,
68 vd->scrreg_startrow,
70 if (vd->dblwid)
71 memmove(&vd
87 wsemul_vt100_scrolldown(struct vt100base_data *vd, int n) argument
117 wsemul_vt100_ed(struct vt100base_data *vd, int arg) argument
163 wsemul_vt100_el(struct vt100base_data *vd, int arg) argument
189 wsemul_vt100_handle_csi(struct vt100base_data *vd, u_char c) argument
686 vt100_selectattribute(struct vt100base_data *vd, int flags, int fgcol, int bgcol, long *attr, long *bkgdattr) argument
776 wsemul_vt100_handle_dcs(struct vt100base_data *vd) argument
829 vt100_ansimode(struct vt100base_data *vd, int nr, int op) argument
863 vt100_decmode(struct vt100base_data *vd, int nr, int op) argument
[all...]
H A Dwsemul_vt100.c145 struct vt100base_data *vd = &edp->bd; local
148 vd->emulops = type->textops;
149 vd->emulcookie = cookie;
150 vd->scrcapabilities = type->capabilities;
151 vd->nrows = type->nrows;
152 vd->ncols = type->ncols;
153 vd->crow = crow;
154 vd->ccol = ccol;
162 vd->msgattrs.default_attrs = WS_DEFAULT_COLATTR |
164 vd
220 struct vt100base_data *vd; local
245 struct vt100base_data *vd; local
277 struct vt100base_data *vd = &edp->bd; local
315 struct vt100base_data *vd = &edp->bd; local
338 struct vt100base_data *vd = &edp->bd; local
377 wsemul_vt100_nextline(struct vt100base_data *vd) argument
397 wsemul_vt100_prevline(struct vt100base_data *vd) argument
415 struct vt100base_data *vd = &edp->bd; local
454 struct vt100base_data *vd = &edp->bd; local
544 struct vt100base_data *vd = &edp->bd; local
800 struct vt100base_data *vd = &edp->bd; local
810 struct vt100base_data *vd = &edp->bd; local
822 struct vt100base_data *vd = &edp->bd; local
870 struct vt100base_data *vd = &edp->bd; local
912 struct vt100base_data *vd = &edp->bd; local
968 struct vt100base_data *vd = &edp->bd; local
1009 struct vt100base_data *vd = &edp->bd; local
1042 struct vt100base_data *vd = &edp->bd; local
1054 struct vt100base_data *vd = &edp->bd; local
[all...]
H A Dwsdisplay_vcons.c184 vcons_init_common(struct vcons_data *vd, void *cookie, argument
191 memset(vd, 0, sizeof(struct vcons_data));
193 vd->private = vdp = kmem_zalloc(sizeof(*vdp), KM_SLEEP);
194 vd->cookie = cookie;
196 vd->init_screen = vcons_dummy_init_screen;
197 vd->show_screen_cb = NULL;
214 vd->active = NULL;
219 callout_setfunc(&vdp->switch_callout, vcons_do_switch, vd);
238 vcons_softintr, vd);
240 callout_setfunc(&vdp->intr, vcons_intr, vd);
254 vcons_init(struct vcons_data *vd, void *cookie, struct wsscreen_descr *def, struct wsdisplay_accessops *ao) argument
261 vcons_earlyinit(struct vcons_data *vd, void *cookie, struct wsscreen_descr *def, struct wsdisplay_accessops *ao) argument
311 vcons_alloc_buffers(struct vcons_data *vd, struct vcons_screen *scr) argument
374 vcons_init_screen(struct vcons_data *vd, struct vcons_screen *scr, int existing, long *defattr) argument
460 struct vcons_data *vd = v; local
581 struct vcons_data *vd = arg; local
656 struct vcons_data *vd = scr->scr_vd; local
759 struct vcons_data *vd = scr->scr_vd; local
814 struct vcons_data *vd = v; local
858 struct vcons_data *vd = v; local
898 struct vcons_data *vd = v; local
929 struct vcons_data *vd = v; local
997 struct vcons_data *vd = scr->scr_vd; local
1058 struct vcons_data *vd = scr->scr_vd; local
1152 struct vcons_data *vd = scr->scr_vd; local
1215 struct vcons_data *vd = scr->scr_vd; local
1277 struct vcons_data *vd = scr->scr_vd; local
1589 struct vcons_data *vd = cookie; local
1598 struct vcons_data *vd = cookie; local
1625 struct vcons_data *vd = (struct vcons_data *)cookie; local
1635 vcons_enable_polling(struct vcons_data *vd) argument
1652 vcons_disable_polling(struct vcons_data *vd) argument
1670 struct vcons_data *vd = scr->scr_vd; local
1688 vcons_invalidate_cache(struct vcons_data *vd) argument
[all...]
H A Dwsemul_vt100_keys.c88 struct vt100base_data *vd = &edp->bd; local
109 if (vd->flags & VTFL_APPLKEYPAD) {
185 if (vd->flags & VTFL_APPLCURSOR)
192 if (vd->flags & VTFL_APPLCURSOR)
199 if (vd->flags & VTFL_APPLCURSOR)
206 if (vd->flags & VTFL_APPLCURSOR)
/netbsd-current/external/cddl/osnet/dist/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.c191 vdev_default_asize(vdev_t *vd, uint64_t psize) argument
193 uint64_t asize = P2ROUNDUP(psize, 1ULL << vd->vdev_top->vdev_ashift);
196 for (int c = 0; c < vd->vdev_children; c++) {
197 csize = vdev_psize_to_asize(vd->vdev_child[c], psize);
211 vdev_get_min_asize(vdev_t *vd) argument
213 vdev_t *pvd = vd->vdev_parent;
220 return (vd->vdev_asize);
226 if (vd == vd->vdev_top)
227 return (P2ALIGN(vd
240 vdev_set_min_asize(vdev_t *vd) argument
264 vdev_lookup_by_guid(vdev_t *vd, uint64_t guid) argument
280 vdev_count_leaves_impl(vdev_t *vd) argument
410 vdev_t *vd; local
475 vdev_t *vd; local
705 vdev_free(vdev_t *vd) argument
796 vdev_t *vd; local
857 vdev_top_update(vdev_t *tvd, vdev_t *vd) argument
949 vdev_metaslab_init(vdev_t *vd, uint64_t txg) argument
1025 vdev_metaslab_fini(vdev_t *vd) argument
1053 vdev_t *vd = zio->io_vd; local
1111 vdev_probe(vdev_t *vd, zio_t *zio) argument
1204 vdev_t *vd = arg; local
1212 vdev_uses_zvols(vdev_t *vd) argument
1224 vdev_open_children(vdev_t *vd) argument
1254 vdev_open(vdev_t *vd) argument
1482 vdev_validate(vdev_t *vd, boolean_t strict) argument
1595 vdev_close(vdev_t *vd) argument
1631 vdev_hold(vdev_t *vd) argument
1647 vdev_rele(vdev_t *vd) argument
1666 vdev_reopen(vdev_t *vd) argument
1699 vdev_create(vdev_t *vd, uint64_t txg, boolean_t isreplacing) argument
1729 vdev_metaslab_set_size(vdev_t *vd) argument
1745 vdev_ashift_optimize(vdev_t *vd) argument
1767 vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg) argument
1784 vdev_dirty_leaves(vdev_t *vd, int flags, uint64_t txg) argument
1832 vdev_dtl_dirty(vdev_t *vd, vdev_dtl_type_t t, uint64_t txg, uint64_t size) argument
1847 vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t t, uint64_t txg, uint64_t size) argument
1864 vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t t) argument
1880 vdev_dtl_min(vdev_t *vd) argument
1896 vdev_dtl_max(vdev_t *vd) argument
1917 vdev_dtl_should_excise(vdev_t *vd) argument
1949 vdev_dtl_reassess(vdev_t *vd, uint64_t txg, uint64_t scrub_txg, int scrub_done) argument
2063 vdev_dtl_load(vdev_t *vd) argument
2103 vdev_destroy_unlink_zap(vdev_t *vd, uint64_t zapobj, dmu_tx_t *tx) argument
2113 vdev_create_link_zap(vdev_t *vd, dmu_tx_t *tx) argument
2127 vdev_construct_zaps(vdev_t *vd, dmu_tx_t *tx) argument
2146 vdev_dtl_sync(vdev_t *vd, uint64_t txg) argument
2237 vdev_dtl_required(vdev_t *vd) argument
2270 vdev_resilver_needed(vdev_t *vd, uint64_t *minp, uint64_t *maxp) argument
2307 vdev_load(vdev_t *vd) argument
2340 vdev_validate_aux(vdev_t *vd) argument
2375 vdev_remove(vdev_t *vd, uint64_t txg) argument
2434 vdev_sync_done(vdev_t *vd, uint64_t txg) argument
2449 vdev_sync(vdev_t *vd, uint64_t txg) argument
2486 vdev_psize_to_asize(vdev_t *vd, uint64_t psize) argument
2498 vdev_t *vd, *tvd; local
2554 vdev_t *vd; local
2589 vdev_t *vd, *tvd, *pvd, *rvd = spa->spa_root_vdev; local
2649 vdev_t *vd, *tvd; local
2758 vdev_clear(spa_t *spa, vdev_t *vd) argument
2827 vdev_is_dead(vdev_t *vd) argument
2841 vdev_readable(vdev_t *vd) argument
2847 vdev_writeable(vdev_t *vd) argument
2853 vdev_allocatable(vdev_t *vd) argument
2871 vdev_accessible(vdev_t *vd, zio_t *zio) argument
2891 vdev_get_stats(vdev_t *vd, vdev_stat_t *vs) argument
2943 vdev_clear_stats(vdev_t *vd) argument
2953 vdev_scan_stat_init(vdev_t *vd) argument
2970 vdev_t *vd = zio->io_vd ? zio->io_vd : rvd; local
3110 vdev_space_update(vdev_t *vd, int64_t alloc_delta, int64_t defer_delta, int64_t space_delta) argument
3161 vdev_config_dirty(vdev_t *vd) argument
3234 vdev_config_clean(vdev_t *vd) argument
3253 vdev_state_dirty(vdev_t *vd) argument
3275 vdev_state_clean(vdev_t *vd) argument
3291 vdev_propagate_state(vdev_t *vd) argument
3355 vdev_set_state(vdev_t *vd, boolean_t isopen, vdev_state_t state, vdev_aux_t aux) argument
3486 vdev_is_bootable(vdev_t *vd) argument
3543 vdev_log_state_valid(vdev_t *vd) argument
3560 vdev_expand(vdev_t *vd, uint64_t txg) argument
3575 vdev_split(vdev_t *vd) argument
3591 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
448 vdev_label_read_config(vdev_t *vd, uint64_t txg) argument
521 vdev_inuse(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason, uint64_t *spare_guid, uint64_t *l2cache_guid) argument
640 vdev_label_init(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason) argument
875 vdev_label_write_pad2(vdev_t *vd, const char *buf, size_t size) argument
952 vdev_t *vd = zio->io_vd; local
980 vdev_uberblock_load_impl(zio_t *zio, vdev_t *vd, int flags, struct ubl_cbdata *cbp) argument
1056 vdev_uberblock_sync(zio_t *zio, uberblock_t *ub, vdev_t *vd, int flags) argument
1154 vdev_label_sync(zio_t *zio, vdev_t *vd, int l, uint64_t txg, int flags) argument
1199 vdev_t *vd; local
1253 vdev_t *vd; local
[all...]
H A Dvdev_file.c39 vdev_file_hold(vdev_t *vd) argument
41 ASSERT(vd->vdev_path != NULL);
45 vdev_file_rele(vdev_t *vd) argument
47 ASSERT(vd->vdev_path != NULL);
51 vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, argument
62 if (vd->vdev_path == NULL || vd->vdev_path[0] != '/') {
63 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL;
71 if (vd->vdev_tsd != NULL) {
72 ASSERT(vd
143 vdev_file_close(vdev_t *vd) argument
163 vdev_t *vd = zio->io_vd; local
[all...]
H A Dvdev_geom.c75 vdev_geom_set_rotation_rate(vdev_t *vd, struct g_consumer *cp) argument
82 vd->vdev_rotation_rate = rate;
84 vd->vdev_rotation_rate = VDEV_RATE_UNKNOWN;
91 vdev_t *vd; local
98 vd = cp->private;
108 old_physpath = vd->vdev_physpath;
109 vd->vdev_physpath = spa_strdup(physpath);
113 vd->vdev_physpath) != 0);
126 spa_async_request(vd->vdev_spa, SPA_ASYNC_CONFIG_UPDATE);
133 vdev_t *vd; local
155 vdev_t *vd; local
184 vdev_geom_attach(struct g_provider *pp, vdev_t *vd) argument
292 vdev_t *vd; local
324 vdev_geom_close_locked(vdev_t *vd) argument
608 vdev_attach_ok(vdev_t *vd, struct g_provider *pp) argument
667 vdev_geom_attach_by_guids(vdev_t *vd) argument
709 vdev_geom_open_by_guids(vdev_t *vd) argument
741 vdev_geom_open_by_path(vdev_t *vd, int check_guid) argument
760 vdev_geom_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, uint64_t *logical_ashift, uint64_t *physical_ashift) argument
904 vdev_geom_close(vdev_t *vd) argument
920 vdev_t *vd; local
969 vdev_t *vd; local
1057 vdev_geom_hold(vdev_t *vd) argument
1062 vdev_geom_rele(vdev_t *vd) argument
[all...]
H A Dvdev_disk.c57 vdev_disk_alloc(vdev_t *vd) argument
61 dvd = vd->vdev_tsd = kmem_zalloc(sizeof (vdev_disk_t), KM_SLEEP);
74 vdev_disk_free(vdev_t *vd) argument
76 vdev_disk_t *dvd = vd->vdev_tsd;
87 * callbacks and free vd->vdev_tsd.
97 vd->vdev_tsd = NULL;
105 vdev_disk_hold(vdev_t *vd) argument
108 ASSERT(spa_config_held(vd->vdev_spa, SCL_STATE, RW_WRITER));
113 vdev_disk_rele(vdev_t *vd) argument
116 ASSERT(spa_config_held(vd
141 vdev_disk_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, uint64_t *ashift, uint64_t *pashift) argument
306 vdev_disk_close(vdev_t *vd) argument
356 vdev_disk_physio(vdev_t *vd, caddr_t data, size_t size, uint64_t offset, int flags, boolean_t isdump) argument
431 vdev_t *vd = zio->io_vd; local
534 vdev_t *vd = zio->io_vd; local
[all...]
H A Dtrim_map.c40 #define TRIM_ZIO_END(vd, offset, size) (offset + \
41 P2ROUNDUP(size, 1ULL << vd->vdev_top->vdev_ashift))
100 static void trim_map_vdev_commit_done(spa_t *spa, vdev_t *vd);
141 trim_map_create(vdev_t *vd) argument
145 ASSERT(zfs_trim_enabled && !vd->vdev_notrim &&
146 vd->vdev_ops->vdev_op_leaf);
160 vd->vdev_trimmap = tm;
164 trim_map_destroy(vdev_t *vd) argument
169 ASSERT(vd->vdev_ops->vdev_op_leaf);
174 tm = vd
322 trim_map_free(vdev_t *vd, uint64_t offset, uint64_t size, uint64_t txg) argument
337 vdev_t *vd = zio->io_vd; local
383 vdev_t *vd = zio->io_vd; local
430 trim_map_vdev_commit(spa_t *spa, zio_t *zio, vdev_t *vd) argument
486 trim_map_vdev_commit_done(spa_t *spa, vdev_t *vd) argument
521 trim_map_commit(spa_t *spa, zio_t *zio, vdev_t *vd) argument
537 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
/netbsd-current/usr.sbin/mscdlabel/
H A Diso9660.c16 printinfo(struct iso_primary_descriptor *vd) argument
20 strlcpy(label, vd->volume_id, sizeof(label));
27 d = vd->creation_date;
41 struct iso_primary_descriptor *vd; local
44 vd = malloc(BLKSIZ);
47 res = pread(fd, vd, BLKSIZ, (start + i) * BLKSIZ);
53 if (memcmp(vd->id, ISO_STANDARD_ID, sizeof(vd->id)))
55 if (isonum_711(vd->type) == ISO_VD_PRIMARY) {
56 printinfo(vd);
[all...]
/netbsd-current/external/cddl/osnet/dist/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);
276 #define VDEV_UBERBLOCK_SHIFT(vd) \
277 MIN(MAX((vd)->vdev_top->vdev_ashift, UBERBLOCK_SHIFT), \
279 #define VDEV_UBERBLOCK_COUNT(vd) \
280 (VDEV_UBERBLOCK_RING >> VDEV_UBERBLOCK_SHIFT(vd))
[all...]
/netbsd-current/libexec/ld.elf_so/
H A Dsymver.c138 const Elf_Verdef *vd = depobj->verdef; local
141 if (vd == NULL) {
147 for (;; vd = (const Elf_Verdef *)((const char *)vd + vd->vd_next)) {
148 if (vd->vd_version != VER_DEF_CURRENT) {
151 depobj->path, vd->vd_version);
154 dbg(("hash: 0x%x, vd_hash: 0x%x", hash, vd->vd_hash));
155 if (hash == vd->vd_hash) {
157 ((const char *)vd
180 const Elf_Verdef *vd; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregcprop.cc111 free_debug_insn_changes (struct value_data *vd, unsigned int regno) argument
114 for (cur = vd->e[regno].debug_insn_changes; cur; cur = next)
117 --vd->n_debug_insn_changes;
120 vd->e[regno].debug_insn_changes = NULL;
129 kill_value_one_regno (unsigned int regno, struct value_data *vd) argument
133 if (vd->e[regno].oldest_regno != regno)
135 for (i = vd->e[regno].oldest_regno;
136 vd->e[i].next_regno != regno;
137 i = vd->e[i].next_regno)
139 vd
161 kill_value_regno(unsigned int regno, unsigned int nregs, struct value_data *vd) argument
191 kill_value(const_rtx x, struct value_data *vd) argument
200 kill_value_regno (REGNO (x), REG_NREGS (x), vd); local
206 set_value_regno(unsigned int regno, machine_mode mode, struct value_data *vd) argument
221 init_value_data(struct value_data *vd) argument
240 struct value_data *const vd = (struct value_data *) data; local
249 struct value_data *vd; member in struct:kill_set_value_data
275 kill_autoinc_value(rtx_insn *insn, struct value_data *vd) argument
285 set_value_regno (REGNO (x), GET_MODE (x), vd); local
295 copy_value(rtx dest, rtx src, struct value_data *vd) argument
454 find_oldest_value_reg(enum reg_class cl, rtx reg, struct value_data *vd) argument
499 replace_oldest_value_reg(rtx *loc, enum reg_class cl, rtx_insn *insn, struct value_data *vd) argument
537 replace_oldest_value_addr(rtx *loc, enum reg_class cl, machine_mode mode, addr_space_t as, rtx_insn *insn, struct value_data *vd) argument
685 replace_oldest_value_mem(rtx x, rtx_insn *insn, struct value_data *vd) argument
703 apply_debug_insn_changes(struct value_data *vd, unsigned int regno) argument
729 struct value_data *const vd = (struct value_data *) data; local
749 kill_clobbered_values(rtx_insn *insn, struct value_data *vd) argument
757 copyprop_hardreg_forward_1(basic_block bb, struct value_data *vd) argument
780 ADDR_SPACE_GENERIC, insn, vd); local
846 note_uses (&PATTERN (insn), cprop_find_used_regs, vd); local
873 kill_value (XEXP (link, 0), vd); local
1060 note_uses (&PATTERN (insn), cprop_find_used_regs, vd); local
1082 set_value_regno (REGNO (dest), GET_MODE (dest), vd); local
1138 copy_value (SET_DEST (set), SET_SRC (set), vd); local
1152 debug_value_data(struct value_data *vd) argument
1215 struct value_data *vd; local
1226 validate_value_data(struct value_data *vd) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregcprop.c111 free_debug_insn_changes (struct value_data *vd, unsigned int regno) argument
114 for (cur = vd->e[regno].debug_insn_changes; cur; cur = next)
117 --vd->n_debug_insn_changes;
120 vd->e[regno].debug_insn_changes = NULL;
129 kill_value_one_regno (unsigned int regno, struct value_data *vd) argument
133 if (vd->e[regno].oldest_regno != regno)
135 for (i = vd->e[regno].oldest_regno;
136 vd->e[i].next_regno != regno;
137 i = vd->e[i].next_regno)
139 vd
161 kill_value_regno(unsigned int regno, unsigned int nregs, struct value_data *vd) argument
191 kill_value(const_rtx x, struct value_data *vd) argument
200 kill_value_regno (REGNO (x), REG_NREGS (x), vd); local
206 set_value_regno(unsigned int regno, machine_mode mode, struct value_data *vd) argument
221 init_value_data(struct value_data *vd) argument
240 struct value_data *const vd = (struct value_data *) data; local
249 struct value_data *vd; member in struct:kill_set_value_data
275 kill_autoinc_value(rtx_insn *insn, struct value_data *vd) argument
285 set_value_regno (REGNO (x), GET_MODE (x), vd); local
295 copy_value(rtx dest, rtx src, struct value_data *vd) argument
453 find_oldest_value_reg(enum reg_class cl, rtx reg, struct value_data *vd) argument
497 replace_oldest_value_reg(rtx *loc, enum reg_class cl, rtx_insn *insn, struct value_data *vd) argument
535 replace_oldest_value_addr(rtx *loc, enum reg_class cl, machine_mode mode, addr_space_t as, rtx_insn *insn, struct value_data *vd) argument
683 replace_oldest_value_mem(rtx x, rtx_insn *insn, struct value_data *vd) argument
701 apply_debug_insn_changes(struct value_data *vd, unsigned int regno) argument
727 struct value_data *const vd = (struct value_data *) data; local
747 kill_clobbered_values(rtx_insn *insn, struct value_data *vd) argument
755 copyprop_hardreg_forward_1(basic_block bb, struct value_data *vd) argument
778 ADDR_SPACE_GENERIC, insn, vd); local
843 note_uses (&PATTERN (insn), cprop_find_used_regs, vd); local
1042 note_uses (&PATTERN (insn), cprop_find_used_regs, vd); local
1064 set_value_regno (REGNO (dest), GET_MODE (dest), vd); local
1120 copy_value (SET_DEST (set), SET_SRC (set), vd); local
1134 debug_value_data(struct value_data *vd) argument
1197 struct value_data *vd; local
1208 validate_value_data(struct value_data *vd) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dreadelf.exp48 [list [list readelf --version-info ver_def.vd]] \
/netbsd-current/sys/arch/x68k/dev/
H A Dvs.c368 struct vs_dma *vd; local
375 for (vd = sc->sc_dmas; vd != NULL; vd = vd->vd_next) {
376 if (KVADDR(vd) <= block && block < KVADDR_END(vd)
379 if (vd == NULL) {
387 if (vd != sc->sc_prev_vd) {
389 vd
[all...]
/netbsd-current/lib/libc/rpc/
H A Dxdr_float.c220 struct vax_double vd;
244 vd = *((struct vax_double *)(void *)dp);
248 if ((vd.mantissa4 == lim->d.mantissa4) &&
249 (vd.mantissa3 == lim->d.mantissa3) &&
250 (vd.mantissa2 == lim->d.mantissa2) &&
251 (vd.mantissa1 == lim->d.mantissa1) &&
252 (vd.exp == lim->d.exp)) {
258 id.exp = vd.exp - VAX_DBL_BIAS + IEEE_DBL_BIAS;
259 id.mantissa1 = (vd.mantissa1 << 13) |
260 ((unsigned int)vd
[all...]
/netbsd-current/sys/dev/sun/
H A Dcgthreevar.h52 struct vcons_data vd; member in struct:cgthree_softc
/netbsd-current/sys/arch/virt68k/dev/
H A Dmainbus.c113 struct bi_virt_dev *vd = bootinfo_dataptr(bi); local
119 ma.ma_addr = vd->vd_mmio_base + (i * 0x1000);
121 ma.ma_irq = vd->vd_irq_base + i;
137 struct bi_virt_dev *vd = bootinfo_dataptr(bi); local
153 ma.ma_addr = vd->vd_mmio_base + (i * 0x1000);
155 ma.ma_irq = vd->vd_irq_base + i;
162 ma.ma_addr = vd->vd_mmio_base;
164 ma.ma_irq = vd->vd_irq_base;
205 struct bi_virt_dev *vd = bootinfo_dataptr(bi); local
219 ma.ma_addr = vd
[all...]

Completed in 590 milliseconds

123456789