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

12345

/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsemul_vt100.c137 struct vt100base_data *vd = &edp->bd; local
140 vd->emulops = type->textops;
141 vd->emulcookie = cookie;
142 vd->scrcapabilities = type->capabilities;
143 vd->nrows = type->nrows;
144 vd->ncols = type->ncols;
145 vd->crow = crow;
146 vd->ccol = ccol;
154 vd->msgattrs.default_attrs = WS_DEFAULT_COLATTR |
156 vd
212 struct vt100base_data *vd; local
237 struct vt100base_data *vd; local
271 struct vt100base_data *vd = &edp->bd; local
292 struct vt100base_data *vd = &edp->bd; local
315 struct vt100base_data *vd = &edp->bd; local
354 struct vt100base_data *vd = &edp->bd; local
371 struct vt100base_data *vd = &edp->bd; local
410 struct vt100base_data *vd = &edp->bd; local
493 struct vt100base_data *vd = &edp->bd; local
764 struct vt100base_data *vd = &edp->bd; local
774 struct vt100base_data *vd = &edp->bd; local
786 struct vt100base_data *vd = &edp->bd; local
836 struct vt100base_data *vd = &edp->bd; local
877 struct vt100base_data *vd = &edp->bd; local
933 struct vt100base_data *vd = &edp->bd; local
977 struct vt100base_data *vd = &edp->bd; local
1012 struct vt100base_data *vd = &edp->bd; local
1024 struct vt100base_data *vd = &edp->bd; local
[all...]
H A Dwsdisplay_vcons.c117 vcons_init(struct vcons_data *vd, void *cookie, struct wsscreen_descr *def, argument
122 memset(vd, 0, sizeof(struct vcons_data));
124 vd->cookie = cookie;
126 vd->init_screen = vcons_dummy_init_screen;
127 vd->show_screen_cb = NULL;
131 vd->ioctl = ao->ioctl;
142 LIST_INIT(&vd->screens);
143 vd->active = NULL;
144 vd->wanted = NULL;
145 vd
220 vcons_init_screen(struct vcons_data *vd, struct vcons_screen *scr, int existing, long *defattr) argument
338 struct vcons_data *vd = arg; local
408 struct vcons_data *vd = scr->scr_vd; local
463 struct vcons_data *vd = scr->scr_vd; local
515 struct vcons_data *vd = v; local
558 struct vcons_data *vd = v; local
592 struct vcons_data *vd = v; local
623 struct vcons_data *vd = v; local
697 struct vcons_data *vd = scr->scr_vd; local
762 struct vcons_data *vd = scr->scr_vd; local
863 struct vcons_data *vd = scr->scr_vd; local
983 struct vcons_data *vd = scr->scr_vd; local
1209 struct vcons_data *vd = cookie; local
1217 struct vcons_data *vd = cookie; local
1238 struct vcons_data *vd = (struct vcons_data *)dev; local
1245 vcons_enable_polling(struct vcons_data *vd) argument
1260 vcons_disable_polling(struct vcons_data *vd) argument
1277 struct vcons_data *vd = scr->scr_vd; local
1294 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-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_root.c46 too_many_errors(vdev_t *vd, int numerrors) argument
48 ASSERT3U(numerrors, <=, vd->vdev_children);
53 vdev_root_open(vdev_t *vd, uint64_t *asize, uint64_t *ashift) argument
58 if (vd->vdev_children == 0) {
59 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL;
63 vdev_open_children(vd);
65 for (int c = 0; c < vd->vdev_children; c++) {
66 vdev_t *cvd = vd->vdev_child[c];
74 if (too_many_errors(vd, numerrors)) {
75 vd
86 vdev_root_close(vdev_t *vd) argument
93 vdev_root_state_change(vdev_t *vd, int faulted, int degraded) argument
[all...]
H A Dvdev.c84 vdev_default_asize(vdev_t *vd, uint64_t psize) argument
86 uint64_t asize = P2ROUNDUP(psize, 1ULL << vd->vdev_top->vdev_ashift);
89 for (int c = 0; c < vd->vdev_children; c++) {
90 csize = vdev_psize_to_asize(vd->vdev_child[c], psize);
104 vdev_get_min_asize(vdev_t *vd) argument
106 vdev_t *pvd = vd->vdev_parent;
113 return (vd->vdev_asize);
119 if (vd == vd->vdev_top)
120 return (P2ALIGN(vd
133 vdev_set_min_asize(vdev_t *vd) argument
157 vdev_lookup_by_guid(vdev_t *vd, uint64_t guid) argument
288 vdev_t *vd; local
351 vdev_t *vd; local
563 vdev_free(vdev_t *vd) argument
652 vdev_t *vd; local
709 vdev_top_update(vdev_t *tvd, vdev_t *vd) argument
796 vdev_metaslab_init(vdev_t *vd, uint64_t txg) argument
874 vdev_metaslab_fini(vdev_t *vd) argument
899 vdev_t *vd = zio->io_vd; local
954 vdev_probe(vdev_t *vd, zio_t *zio) argument
1043 vdev_t *vd = arg; local
1051 vdev_uses_zvols(vdev_t *vd) argument
1063 vdev_open_children(vdev_t *vd) argument
1093 vdev_open(vdev_t *vd) argument
1281 vdev_validate(vdev_t *vd) argument
1391 vdev_close(vdev_t *vd) argument
1430 vdev_reopen(vdev_t *vd) argument
1463 vdev_create(vdev_t *vd, uint64_t txg, boolean_t isreplacing) argument
1492 vdev_metaslab_set_size(vdev_t *vd) argument
1502 vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg) argument
1556 vdev_dtl_dirty(vdev_t *vd, vdev_dtl_type_t t, uint64_t txg, uint64_t size) argument
1570 vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t t, uint64_t txg, uint64_t size) argument
1587 vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t t) argument
1603 vdev_dtl_reassess(vdev_t *vd, uint64_t txg, uint64_t scrub_txg, int scrub_done) argument
1694 vdev_dtl_load(vdev_t *vd) argument
1725 vdev_dtl_sync(vdev_t *vd, uint64_t txg) argument
1793 vdev_dtl_required(vdev_t *vd) argument
1823 vdev_resilver_needed(vdev_t *vd, uint64_t *minp, uint64_t *maxp) argument
1863 vdev_load(vdev_t *vd) argument
1896 vdev_validate_aux(vdev_t *vd) argument
1931 vdev_remove(vdev_t *vd, uint64_t txg) argument
1967 vdev_sync_done(vdev_t *vd, uint64_t txg) argument
1982 vdev_sync(vdev_t *vd, uint64_t txg) argument
2016 vdev_psize_to_asize(vdev_t *vd, uint64_t psize) argument
2028 vdev_t *vd; local
2083 vdev_t *vd; local
2116 vdev_t *vd, *tvd, *pvd, *rvd = spa->spa_root_vdev; local
2167 vdev_t *vd, *tvd; local
2276 vdev_clear(spa_t *spa, vdev_t *vd) argument
2337 vdev_is_dead(vdev_t *vd) argument
2351 vdev_readable(vdev_t *vd) argument
2357 vdev_writeable(vdev_t *vd) argument
2363 vdev_allocatable(vdev_t *vd) argument
2380 vdev_accessible(vdev_t *vd, zio_t *zio) argument
2400 vdev_get_stats(vdev_t *vd, vdev_stat_t *vs) argument
2435 vdev_clear_stats(vdev_t *vd) argument
2449 vdev_t *vd = zio->io_vd ? zio->io_vd : rvd; local
2576 vdev_scrub_stat_update(vdev_t *vd, pool_scrub_type_t type, boolean_t complete) argument
2609 vdev_space_update(vdev_t *vd, int64_t alloc_delta, int64_t defer_delta, int64_t space_delta) argument
2660 vdev_config_dirty(vdev_t *vd) argument
2731 vdev_config_clean(vdev_t *vd) argument
2750 vdev_state_dirty(vdev_t *vd) argument
2771 vdev_state_clean(vdev_t *vd) argument
2787 vdev_propagate_state(vdev_t *vd) argument
2851 vdev_set_state(vdev_t *vd, boolean_t isopen, vdev_state_t state, vdev_aux_t aux) argument
2983 vdev_is_bootable(vdev_t *vd) argument
3038 vdev_expand(vdev_t *vd, uint64_t txg) argument
3053 vdev_split(vdev_t *vd) argument
[all...]
H A Dvdev_label.c177 vdev_label_read(zio_t *zio, vdev_t *vd, int l, void *buf, uint64_t offset, argument
184 zio_nowait(zio_read_phys(zio, vd,
185 vdev_label_offset(vd->vdev_psize, l, offset),
191 vdev_label_write(zio_t *zio, vdev_t *vd, int l, void *buf, uint64_t offset, argument
200 zio_nowait(zio_write_phys(zio, vd,
201 vdev_label_offset(vd->vdev_psize, l, offset),
210 vdev_config_generate(spa_t *spa, vdev_t *vd, boolean_t getstats, argument
218 vd->vdev_ops->vdev_op_type) == 0);
220 VERIFY(nvlist_add_uint64(nv, ZPOOL_CONFIG_ID, vd->vdev_id)
222 VERIFY(nvlist_add_uint64(nv, ZPOOL_CONFIG_GUID, vd
402 vdev_label_read_config(vdev_t *vd) argument
453 vdev_inuse(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason, uint64_t *spare_guid, uint64_t *l2cache_guid) argument
562 vdev_label_init(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason) argument
839 vdev_uberblock_load(zio_t *zio, vdev_t *vd, uberblock_t *ubbest) argument
893 vdev_uberblock_sync(zio_t *zio, uberblock_t *ub, vdev_t *vd, int flags) argument
990 vdev_label_sync(zio_t *zio, vdev_t *vd, int l, uint64_t txg, int flags) argument
1035 vdev_t *vd; local
1089 vdev_t *vd; local
[all...]
H A Dvdev_file.c39 vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t *ashift) argument
49 if (vd->vdev_path == NULL || vd->vdev_path[0] != '/') {
50 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL;
58 if (vd->vdev_tsd != NULL) {
59 ASSERT(vd->vdev_reopening);
60 vf = vd->vdev_tsd;
64 vf = vd->vdev_tsd = kmem_zalloc(sizeof (vdev_file_t), KM_SLEEP);
72 ASSERT(vd->vdev_path != NULL && vd
111 vdev_file_close(vdev_t *vd) argument
132 vdev_t *vd = zio->io_vd; local
[all...]
H A Dvdev_disk.c70 vdev_disk_open(vdev_t *vd, uint64_t *psize, uint64_t *ashift) argument
72 spa_t *spa = vd->vdev_spa;
81 if (vd->vdev_path == NULL || vd->vdev_path[0] != '/') {
82 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL;
90 if (vd->vdev_tsd != NULL) {
91 ASSERT(vd->vdev_reopening);
92 dvd = vd->vdev_tsd;
96 dvd = vd->vdev_tsd = kmem_zalloc(sizeof (vdev_disk_t), KM_SLEEP);
114 if (vd
173 vdev_disk_close(vdev_t *vd) argument
243 vdev_t *vd = zio->io_vd; local
[all...]
H A Dzfs_fm.c103 const char *subclass, spa_t *spa, vdev_t *vd, zio_t *zio,
153 if (vd != NULL) {
163 if (zio->io_vd == vd && !vdev_accessible(vd, zio))
172 vd->vdev_ops->vdev_op_leaf &&
173 vdev_dtl_contains(vd, DTL_MISSING, zio->io_txg, 1))
182 if (vd != NULL &&
184 (vd->vdev_remove_wanted || vd->vdev_state == VDEV_STATE_REMOVED))
225 vd !
102 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
665 zfs_ereport_post(const char *subclass, spa_t *spa, vdev_t *vd, zio_t *zio, uint64_t stateoroffset, uint64_t size) argument
686 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
772 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
802 zfs_post_common(spa_t *spa, vdev_t *vd, const char *name) argument
837 zfs_post_remove(spa_t *spa, vdev_t *vd) argument
848 zfs_post_autoreplace(spa_t *spa, vdev_t *vd) argument
860 zfs_post_state_change(spa_t *spa, vdev_t *vd) argument
[all...]
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev.h56 extern int vdev_validate_aux(vdev_t *vd);
57 extern zio_t *vdev_probe(vdev_t *vd, zio_t *pio);
59 extern boolean_t vdev_is_bootable(vdev_t *vd);
61 extern vdev_t *vdev_lookup_by_guid(vdev_t *vd, uint64_t guid);
62 extern void vdev_dtl_dirty(vdev_t *vd, vdev_dtl_type_t d,
64 extern boolean_t vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t d,
66 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d);
67 extern void vdev_dtl_reassess(vdev_t *vd, uint64_t txg, uint64_t scrub_txg,
69 extern boolean_t vdev_dtl_required(vdev_t *vd);
70 extern boolean_t vdev_resilver_needed(vdev_t *vd,
[all...]
H A Dvdev_impl.h59 typedef int vdev_open_func_t(vdev_t *vd, uint64_t *size, uint64_t *ashift);
60 typedef void vdev_close_func_t(vdev_t *vd);
61 typedef uint64_t vdev_asize_func_t(vdev_t *vd, uint64_t psize);
64 typedef void vdev_state_change_func_t(vdev_t *vd, int, int);
211 #define VDEV_UBERBLOCK_SHIFT(vd) \
212 MAX((vd)->vdev_top->vdev_ashift, UBERBLOCK_SHIFT)
213 #define VDEV_UBERBLOCK_COUNT(vd) \
214 (VDEV_UBERBLOCK_RING >> VDEV_UBERBLOCK_SHIFT(vd))
215 #define VDEV_UBERBLOCK_OFFSET(vd, n) \
216 offsetof(vdev_label_t, vl_uberblock[(n) << VDEV_UBERBLOCK_SHIFT(vd)])
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dregcprop.c114 free_debug_insn_changes (struct value_data *vd, unsigned int regno) argument
117 for (cur = vd->e[regno].debug_insn_changes; cur; cur = next)
120 --vd->n_debug_insn_changes;
123 vd->e[regno].debug_insn_changes = NULL;
132 kill_value_one_regno (unsigned int regno, struct value_data *vd) argument
136 if (vd->e[regno].oldest_regno != regno)
138 for (i = vd->e[regno].oldest_regno;
139 vd->e[i].next_regno != regno;
140 i = vd->e[i].next_regno)
142 vd
165 kill_value_regno(unsigned int regno, unsigned int nregs, struct value_data *vd) argument
195 kill_value(rtx x, struct value_data *vd) argument
218 set_value_regno(unsigned int regno, enum machine_mode mode, struct value_data *vd) argument
233 init_value_data(struct value_data *vd) argument
252 struct value_data *const vd = (struct value_data *) data; local
263 struct value_data *const vd = (struct value_data *) data; local
268 set_value_regno (REGNO (x), GET_MODE (x), vd); local
280 struct value_data *const vd = (struct value_data *) data; local
286 set_value_regno (REGNO (x), GET_MODE (x), vd); local
297 copy_value(rtx dest, rtx src, struct value_data *vd) argument
434 find_oldest_value_reg(enum reg_class cl, rtx reg, struct value_data *vd) argument
479 replace_oldest_value_reg(rtx *loc, enum reg_class cl, rtx insn, struct value_data *vd) argument
518 replace_oldest_value_addr(rtx *loc, enum reg_class cl, enum machine_mode mode, rtx insn, struct value_data *vd) argument
666 replace_oldest_value_mem(rtx x, rtx insn, struct value_data *vd) argument
683 apply_debug_insn_changes(struct value_data *vd, unsigned int regno) argument
711 struct value_data *vd = (struct value_data *) data; local
726 cprop_find_used_regs(rtx *loc, void *vd) argument
734 copyprop_hardreg_forward_1(basic_block bb, struct value_data *vd) argument
755 insn, vd); local
790 note_uses (&PATTERN (insn), cprop_find_used_regs, vd); local
800 note_stores (PATTERN (insn), kill_clobbered_value, vd); local
804 for_each_rtx (&PATTERN (insn), kill_autoinc_value, vd); local
958 note_stores (PATTERN (insn), kill_set_value, vd); local
962 copy_value (SET_DEST (set), SET_SRC (set), vd); local
1061 debug_value_data(struct value_data *vd) argument
1116 validate_value_data(struct value_data *vd) argument
[all...]
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dsymver.c123 const Elf_Verdef *vd = depobj->verdef; local
126 if (vd == NULL) {
132 for (;; vd = (const Elf_Verdef *)((const char *)vd + vd->vd_next)) {
133 if (vd->vd_version != VER_DEF_CURRENT) {
136 depobj->path, vd->vd_version);
139 dbg(("hash: 0x%x, vd_hash: 0x%x", hash, vd->vd_hash));
140 if (hash == vd->vd_hash) {
142 ((const char *)vd
165 const Elf_Verdef *vd; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-2.c9 vec_double2 vd; member in union:__anon6649
46 return (val.vd);
56 a.vd = rand_vd(-4.0, 4.0);
57 b.vd = rand_vd(-4.0, 4.0);
58 d.vull = spu_cmpeq(a.vd, b.vd);
68 d.vull = spu_cmpeq(a0.vd, b0.vd);
77 d.vull = spu_cmpeq(a1.vd, b1.vd);
[all...]
H A Dvector-ansi.c22 __vector double vd; variable
35 vector double vd; variable
H A Dvector.c19 __vector double vd; variable
32 vector double vd; variable
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dxdr_float.c226 struct vax_double vd;
250 vd = *((struct vax_double *)dp);
254 if ((vd.mantissa4 == lim->d.mantissa4) &&
255 (vd.mantissa3 == lim->d.mantissa3) &&
256 (vd.mantissa2 == lim->d.mantissa2) &&
257 (vd.mantissa1 == lim->d.mantissa1) &&
258 (vd.exp == lim->d.exp)) {
263 id.exp = vd.exp - VAX_DBL_BIAS + IEEE_DBL_BIAS;
264 id.mantissa1 = (vd.mantissa1 << 13) | (vd
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030920-1.c57 copy_value (rtx dest, rtx src, struct value_data *vd) argument
88 if (vd->e[sr].mode == VOIDmode)
89 set_value_regno (sr, vd->e[dr].mode, vd);
90 else if (sn < (unsigned int) (((sr) >= 8 && (sr) <= (8 + 7)) || (((sr) >= (20 + 1) && (sr) <= ((20 + 1) + 7)) || ((sr) >= (((((((20 + 1) + 7) + 1) + 7) + 1) + 7) + 1) && (sr) <= ((((((((20 + 1) + 7) + 1) + 7) + 1) + 7) + 1) + 7))) || ((sr) >= (((20 + 1) + 7) + 1) && (sr) <= ((((20 + 1) + 7) + 1) + 7)) ? (((mode_class[(int) (vd->e[sr].mode)]) == MODE_COMPLEX_INT || (mode_class[(int) (vd->e[sr].mode)]) == MODE_COMPLEX_FLOAT) ? 2 : 1) : ((vd->e[sr].mode) == TFmode ? ((target_flags & 0x00100000) ? 2 : 3) : (vd->e[sr].mode) == TCmode ? ((target_flags & 0x00100000) ? 4 : 6) : (((mode_size[(int) (vd->e[sr].mode)]) + ((target_flags & 0x00100000) ? 8 : 4) - 1) / ((target_flags & 0x00100000) ? 8 : 4))))
91 && ((mode_size[(int) (vd
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030920-1.c57 copy_value (rtx dest, rtx src, struct value_data *vd) argument
88 if (vd->e[sr].mode == VOIDmode)
89 set_value_regno (sr, vd->e[dr].mode, vd);
90 else if (sn < (unsigned int) (((sr) >= 8 && (sr) <= (8 + 7)) || (((sr) >= (20 + 1) && (sr) <= ((20 + 1) + 7)) || ((sr) >= (((((((20 + 1) + 7) + 1) + 7) + 1) + 7) + 1) && (sr) <= ((((((((20 + 1) + 7) + 1) + 7) + 1) + 7) + 1) + 7))) || ((sr) >= (((20 + 1) + 7) + 1) && (sr) <= ((((20 + 1) + 7) + 1) + 7)) ? (((mode_class[(int) (vd->e[sr].mode)]) == MODE_COMPLEX_INT || (mode_class[(int) (vd->e[sr].mode)]) == MODE_COMPLEX_FLOAT) ? 2 : 1) : ((vd->e[sr].mode) == TFmode ? ((target_flags & 0x00100000) ? 2 : 3) : (vd->e[sr].mode) == TCmode ? ((target_flags & 0x00100000) ? 4 : 6) : (((mode_size[(int) (vd->e[sr].mode)]) + ((target_flags & 0x00100000) ? 8 : 4) - 1) / ((target_flags & 0x00100000) ? 8 : 4))))
91 && ((mode_size[(int) (vd
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/kernel/
H A Dchuinit.c22 struct vdldrv vd = { variable in typeref:struct:vdldrv
51 for (j = 0; vd.Drv_name[j] != '\0'; j++) /* XXX check bounds */
52 fmodsw[i].f_name[j] = vd.Drv_name[j];
57 vdp->vdd_vdtab = (struct vdlinkage *) &vd;
62 if ((i = findmod(vd.Drv_name)) == -1)
H A Dclkinit.c22 struct vdldrv vd = { variable in typeref:struct:vdldrv
51 for (j = 0; vd.Drv_name[j] != '\0'; j++) /* XXX check bounds */
52 fmodsw[i].f_name[j] = vd.Drv_name[j];
57 vdp->vdd_vdtab = (struct vdlinkage *) &vd;
62 if ((i = findmod(vd.Drv_name)) == -1)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dregrename.c1062 kill_value_one_regno (unsigned int regno, struct value_data *vd)
1066 if (vd->e[regno].oldest_regno != regno)
1068 for (i = vd->e[regno].oldest_regno;
1069 vd->e[i].next_regno != regno;
1070 i = vd->e[i].next_regno)
1072 vd->e[i].next_regno = vd->e[regno].next_regno;
1074 else if ((next = vd->e[regno].next_regno) != INVALID_REGNUM)
1076 for (i = next; i != INVALID_REGNUM; i = vd->e[i].next_regno)
1077 vd
1061 kill_value_one_regno(unsigned int regno, struct value_data *vd) argument
1092 kill_value_regno(unsigned int regno, unsigned int nregs, struct value_data *vd) argument
1122 kill_value(rtx x, struct value_data *vd) argument
1145 set_value_regno(unsigned int regno, enum machine_mode mode, struct value_data *vd) argument
1160 init_value_data(struct value_data *vd) argument
1177 struct value_data *vd = data; local
1188 struct value_data *vd = data; local
1193 set_value_regno (REGNO (x), GET_MODE (x), vd); local
1205 struct value_data *vd = data; local
1211 set_value_regno (REGNO (x), Pmode, vd); local
1222 copy_value(rtx dest, rtx src, struct value_data *vd) argument
1355 find_oldest_value_reg(enum reg_class cl, rtx reg, struct value_data *vd) argument
1401 replace_oldest_value_reg(rtx *loc, enum reg_class cl, rtx insn, struct value_data *vd) argument
1422 replace_oldest_value_addr(rtx *loc, enum reg_class cl, enum machine_mode mode, rtx insn, struct value_data *vd) argument
1559 replace_oldest_value_mem(rtx x, rtx insn, struct value_data *vd) argument
1569 copyprop_hardreg_forward_1(basic_block bb, struct value_data *vd) argument
1621 note_stores (PATTERN (insn), kill_clobbered_value, vd); local
1625 for_each_rtx (&PATTERN (insn), kill_autoinc_value, vd); local
1775 note_stores (PATTERN (insn), kill_set_value, vd); local
1779 copy_value (SET_DEST (set), SET_SRC (set), vd); local
1848 debug_value_data(struct value_data *vd) argument
1903 validate_value_data(struct value_data *vd) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dvs.c510 struct vs_dma *vd; local
525 for (vd = sc->sc_dmas; vd != NULL && KVADDR(vd) != start;
526 vd = vd->vd_next)
528 if (vd == NULL) {
537 xf = dmac_alloc_xfer(chan, sc->sc_dmat, vd->vd_map);
559 struct vs_dma *vd; local
574 for (vd
629 vs_allocmem(struct vs_softc *sc, size_t size, size_t align, size_t boundary, struct vs_dma *vd) argument
677 vs_freemem(struct vs_dma *vd) argument
727 struct vs_dma *vd; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/sun/
H A Dcgthreevar.h52 struct vcons_data vd; member in struct:cgthree_softc

Completed in 396 milliseconds

12345