/netbsd-src/sys/arch/algor/pci/ |
H A D | vtpbcreg.h | 12 #define V96XW(vt, x) *(volatile u_int32_t *)((vt)->vt_addr + (x)) argument 13 #define V96XH(vt, x) *(volatile u_int16_t *)((vt)->vt_addr + (x)) argument 14 #define V96XB(vt, x) *(volatile u_int8_t *)((vt)->vt_addr + (x)) argument 16 #define V96XW(vt, x) *(volatile u_int32_t *)((vt)->vt_addr + (x)) argument 17 #define V96XH(vt, x) *(volatile u_int16_t *)((vt)->vt_addr + ((x) ^ 2)) argument 18 #define V96XB(vt, x) *(volatile u_int8_t *)((vt)->vt_addr + ((x) ^ 3)) argument 21 #define V96X_PCI_VENDOR(vt) V96XH(vt, 0x00) argument 22 #define V96X_PCI_DEVICE(vt) V96XH(vt, 0x02) argument 23 #define V96X_PCI_CMD(vt) V96XH(vt, 0x04) argument 24 #define V96X_PCI_STAT(vt) V96XH(vt, 0x06) argument [all …]
|
H A D | vtpbc.c | 86 vtpbc_init(pci_chipset_tag_t pc, struct vtpbc_config *vt) in vtpbc_init() 163 vtpbc_conf_addr(struct vtpbc_config *vt, pcitag_t tag, int offset, in vtpbc_conf_addr() 191 struct vtpbc_config *vt = v; in vtpbc_conf_read() local 229 struct vtpbc_config *vt = v; in vtpbc_conf_write() local
|
/netbsd-src/tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vfsops.c | 44 rtstr(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtstr() 66 rtdev(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtdev() 90 rtnorm(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtnorm() 108 enum vtype vt; member
|
/netbsd-src/sys/arch/xen/xen/ |
H A D | xen_clock.c | 213 volatile struct vcpu_time_info *vt = &curcpu()->ci_vcpu->time; in xen_vcputime_enter() local 236 xen_vcputime_exit(volatile struct vcpu_time_info *vt, in xen_vcputime_exit() argument 288 volatile struct vcpu_time_info *vt; in xen_vcputime_systime_ns() local 446 volatile struct vcpu_time_info *vt; xen_vcputime_raw_systime_ns() local 616 volatile struct vcpu_time_info *vt; xen_delay() local [all...] |
/netbsd-src/sys/arch/algor/algor/ |
H A D | machdep.c | 212 struct vtpbc_config *vt = &vtpbc_configuration; in mach_init() local 259 struct vtpbc_config *vt = &vtpbc_configuration; in mach_init() local
|
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
H A D | t-lucm.c | 34 mpz_t m, vr, qr, vm, qm, vt; in testmain() local
|
/netbsd-src/sys/arch/algor/dev/ |
H A D | vtpbc_mainbus.c | 84 struct vtpbc_config *vt; in vtpbc_mainbus_attach() local
|
/netbsd-src/sys/dev/videomode/ |
H A D | videomode.c | 25 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtIterator.cpp | 26 while (const ArrayType *vt = dyn_cast<ArrayType>(t)) { in FindVA() local
|
/netbsd-src/external/lgpl3/gmp/dist/tests/ |
H A D | refmpf.c | 31 mp_ptr ut, vt, wt; in refmpf_add() local 203 mp_ptr ut, vt, wt; in refmpf_sub() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i2c/ |
H A D | ch7006_mode.c | 110 #define __MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument 140 #define MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument
|
/netbsd-src/lib/libpuffs/ |
H A D | pnode.c | 160 puffs_newinfo_setvtype(struct puffs_newinfo *pni, enum vtype vt) in puffs_newinfo_setvtype()
|
H A D | subr.c | 232 puffs_vtype2dt(enum vtype vt) in puffs_vtype2dt()
|
/netbsd-src/sys/arch/mips/bonito/ |
H A D | bonito_pci.c | 180 struct bonito_config *vt = v; in bonito_conf_write() local
|
/netbsd-src/sys/arch/hpcmips/vr/ |
H A D | bcu_vrip.c | 221 int vt; in vrbcu_dump_regs() local
|
/netbsd-src/sys/dev/usb/ |
H A D | auvitek_video.c | 328 auvitek_get_tuner(void *opaque, struct video_tuner *vt) in auvitek_get_tuner() 352 auvitek_set_tuner(void *opaque, struct video_tuner *vt) in auvitek_set_tuner()
|
/netbsd-src/sys/dev/ |
H A D | video.c | 1300 struct video_tuner *vt) in v4l2_tuner_to_video_tuner() 1335 video_tuner_to_v4l2_tuner(const struct video_tuner *vt, in video_tuner_to_v4l2_tuner() 1374 struct video_tuner vt; in video_get_tuner() local 1395 struct video_tuner vt; in video_set_tuner() local 1431 struct video_tuner vt; in video_set_frequency() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphds.cc | 73 struct vertex *vf = &g->vertices[f], *vt = &g->vertices[t]; in add_edge() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | ascii.d | 122 vt = '\x0B', /// Vertical tab enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphds.c | 73 struct vertex *vf = &g->vertices[f], *vt = &g->vertices[t]; in add_edge() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | oleauto.d | 177 VARTYPE vt; variable
|
H A D | ocidl.d | 78 VARTYPE vt; member
|
/netbsd-src/usr.sbin/puffs/mount_9p/ |
H A D | nineproto.c | 323 const struct vattr *vap, const char *filename, enum vtype vt) in proto_make_stat()
|
/netbsd-src/sys/rump/librump/rumpvfs/ |
H A D | rumpfs.c | 250 enum vtype vt; in ettype_to_vtype() local 278 enum vtype vt; in hft_to_vtype() local 510 makeprivate(enum vtype vt, mode_t mode, dev_t rdev, off_t size, bool et) in makeprivate()
|
H A D | rump_vfs.c | 345 rump_vattr_settype(struct vattr *vap, enum rump_vtype vt) in rump_vattr_settype()
|