/netbsd-src/sys/dev/ic/ |
H A D | am79c930.c | 144 io_write_1( struct am79c930_softc *sc, u_int32_t off, u_int8_t val) in io_write_1() 157 io_write_2(struct am79c930_softc *sc, u_int32_t off, u_int16_t val) in io_write_2() 172 io_write_4(struct am79c930_softc *sc, u_int32_t off, u_int32_t val) in io_write_4() 191 io_write_bytes(struct am79c930_softc *sc, u_int32_t off, u_int8_t *ptr, in io_write_bytes() 207 io_read_1(struct am79c930_softc *sc, u_int32_t off) in io_read_1() 222 io_read_2(struct am79c930_softc *sc, u_int32_t off) in io_read_2() 239 io_read_4(struct am79c930_softc *sc, u_int32_t off) in io_read_4() 260 io_read_bytes(struct am79c930_softc *sc, u_int32_t off, u_int8_t *ptr, in io_read_bytes() 276 mem_write_1(struct am79c930_softc *sc, u_int32_t off, u_int8_t val) in mem_write_1() 282 mem_write_2(struct am79c930_softc *sc, u_int32_t off, u_int16_t val) in mem_write_2() [all …]
|
H A D | tms320av110var.h | 84 #define tav_read_byte(ioh, iot, off) bus_space_read_1(ioh, iot, off) argument 86 #define tav_read_short(ioh, iot, off) ( \ argument 90 #define tav_read_long(ioh, iot, off) ( \ argument 96 #define tav_read_time(ioh, iot, off) ( \ argument 103 #define tav_write_byte(ioh, iot, off, v) bus_space_write_1(ioh, iot, off, v) argument 107 bus_size_t off, uint16_t val) in tav_write_short()
|
H A D | pcdisplay_subr.c | 52 int off; in pcdisplay_cursor_init() local 96 int off; in pcdisplay_cursor() local 161 size_t off; in pcdisplay_putchar() local 205 bus_size_t off; in pcdisplay_erasecols() local 249 bus_size_t off, count; in pcdisplay_eraserows() local 273 int off; in pcdisplay_replaceattr() local 301 size_t off; in pcdisplay_getwschar() local 331 size_t off; in pcdisplay_putwschar() local
|
/netbsd-src/sys/arch/dreamcast/dev/microcode/ |
H A D | aica_arm.c | 37 #define REG_READ_1(off) \ argument 39 #define REG_READ_2(off) \ argument 41 #define REG_READ_4(off) \ argument 43 #define REG_WRITE_1(off,val) \ argument 45 #define REG_WRITE_2(off,val) \ argument 47 #define REG_WRITE_4(off,val) \ argument 50 #define CH_READ_1(ch,off) REG_READ_1(((ch) << 7) + (off)) argument 51 #define CH_READ_2(ch,off) REG_READ_2(((ch) << 7) + (off)) argument 52 #define CH_READ_4(ch,off) REG_READ_4(((ch) << 7) + (off)) argument 53 #define CH_WRITE_1(ch,off,val) REG_WRITE_1(((ch) << 7) + (off), val) argument [all …]
|
/netbsd-src/sys/arch/dreamcast/dev/g2/ |
H A D | g2bus_bus_mem.c | 189 g2bus_bus_mem_read_1(void *v, bus_space_handle_t sh, bus_size_t off) in g2bus_bus_mem_read_1() 204 g2bus_bus_mem_read_2(void *v, bus_space_handle_t sh, bus_size_t off) in g2bus_bus_mem_read_2() 219 g2bus_bus_mem_read_4(void *v, bus_space_handle_t sh, bus_size_t off) in g2bus_bus_mem_read_4() 234 g2bus_bus_mem_write_1(void *v, bus_space_handle_t sh, bus_size_t off, in g2bus_bus_mem_write_1() 247 g2bus_bus_mem_write_2(void *v, bus_space_handle_t sh, bus_size_t off, in g2bus_bus_mem_write_2() 260 g2bus_bus_mem_write_4(void *v, bus_space_handle_t sh, bus_size_t off, in g2bus_bus_mem_write_4() 273 g2bus_bus_mem_read_region_1(void *v, bus_space_handle_t sh, bus_size_t off, in g2bus_bus_mem_read_region_1() 288 g2bus_bus_mem_read_region_2(void *v, bus_space_handle_t sh, bus_size_t off, in g2bus_bus_mem_read_region_2() 303 g2bus_bus_mem_read_region_4(void *v, bus_space_handle_t sh, bus_size_t off, in g2bus_bus_mem_read_region_4() 318 g2bus_bus_mem_write_region_1(void *v, bus_space_handle_t sh, bus_size_t off, in g2bus_bus_mem_write_region_1() [all …]
|
/netbsd-src/sys/arch/dreamcast/dev/g1/ |
H A D | g1bus_bus_mem.c | 167 g1bus_bus_mem_read_1(void *v, bus_space_handle_t sh, bus_size_t off) in g1bus_bus_mem_read_1() 177 g1bus_bus_mem_read_2(void *v, bus_space_handle_t sh, bus_size_t off) in g1bus_bus_mem_read_2() 187 g1bus_bus_mem_read_4(void *v, bus_space_handle_t sh, bus_size_t off) in g1bus_bus_mem_read_4() 197 g1bus_bus_mem_write_1(void *v, bus_space_handle_t sh, bus_size_t off, in g1bus_bus_mem_write_1() 205 g1bus_bus_mem_write_2(void *v, bus_space_handle_t sh, bus_size_t off, in g1bus_bus_mem_write_2() 213 g1bus_bus_mem_write_4(void *v, bus_space_handle_t sh, bus_size_t off, in g1bus_bus_mem_write_4() 222 bus_size_t off, uint8_t *addr, bus_size_t len) in g1bus_bus_mem_read_multi_1() 232 bus_size_t off, uint16_t *addr, bus_size_t len) in g1bus_bus_mem_read_multi_2() 242 bus_size_t off, const uint8_t *addr, bus_size_t len) in g1bus_bus_mem_write_multi_1() 252 bus_size_t off, const uint16_t *addr, bus_size_t len) in g1bus_bus_mem_write_multi_2() [all …]
|
/netbsd-src/sys/arch/hpcmips/stand/lcboot/ |
H A D | extern.h | 83 #define REGWRITE_1(base, off, val) \ argument 86 #define REGWRITE_2(base, off, val) \ argument 89 #define REGWRITE_4(base, off, val) \ argument 93 #define REGREAD_1(base, off) \ argument 95 #define REGREAD_2(base, off) \ argument 97 #define REGREAD_4(base, off) \ argument 102 #define bus_space_write_1(iot, ioh, off, val) REGWRITE_1((ioh), (off), (val)) argument 103 #define bus_space_write_2(iot, ioh, off, val) REGWRITE_2((ioh), (off), (val)) argument 104 #define bus_space_write_4(iot, ioh, off, val) REGWRITE_4((ioh), (off), (val)) argument 105 #define bus_space_read_1(iot, ioh, off) REGREAD_1((ioh), (off)) argument [all …]
|
H A D | if_cs.c | 72 #define CS_READ_1(off) REGREAD_1(CS_IO_BASE, (off)) argument 73 #define CS_READ_2(off) REGREAD_2(CS_IO_BASE, (off)) argument 74 #define CS_WRITE_1(off, val) REGWRITE_1(CS_IO_BASE, (off), (val)) argument 75 #define CS_WRITE_2(off, val) REGWRITE_2(CS_IO_BASE, (off), (val)) argument 76 #define CS_READ_PACKET_PAGE(off) \ argument 79 #define CS_WRITE_PACKET_PAGE(off, val) \ argument
|
/netbsd-src/sys/dev/fdt/ |
H A D | fdt_openfirm.c | 41 int off, depth; in OF_peer() local 72 int off, depth; in OF_child() local 99 int off; in OF_parent() local 124 int off, len; in OF_nextprop() local 174 int off, len; in OF_getprop() local 234 int off, len; in OF_getproplen() local 291 int off; in OF_finddevice() local 309 int off; in OF_package_to_path() local
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | resres.c | 80 rc_uint_type off, flen; in read_res_file() local 165 read_resource_entry (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) in read_resource_entry() 215 write_res_directory (windres_bfd *wrbfd, rc_uint_type off, const rc_res_directory *rd, in write_res_directory() 282 write_res_resource (windres_bfd *wrbfd, rc_uint_type off, const rc_res_id *type, in write_res_resource() 373 write_res_bin (windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res, in write_res_bin() 399 write_res_header (windres_bfd *wrbfd, rc_uint_type off, rc_uint_type datasize, in write_res_header() 423 write_res_data_hdr (windres_bfd *wrbfd, rc_uint_type off, res_hdr *hdr) in write_res_data_hdr() 436 read_res_data_hdr (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, in read_res_data_hdr() 452 read_res_data (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, void *data, in read_res_data() 464 write_res_id (windres_bfd *wrbfd, rc_uint_type off, const rc_res_id *id) in write_res_id() [all …]
|
H A D | resbin.c | 427 rc_uint_type off; in bin_to_res_dialog() local 669 unsigned int off; in bin_to_res_fontdir() local 904 rc_uint_type *off) in get_version_header() 953 rc_uint_type verlen, vallen, type, off; in bin_to_res_version() local 1281 res_to_bin (windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res) in res_to_bin() 1321 resid_to_bin (windres_bfd *wrbfd, rc_uint_type off, rc_res_id id) in resid_to_bin() 1356 unicode_to_bin (windres_bfd *wrbfd, rc_uint_type off, const unichar *str) in unicode_to_bin() 1381 res_to_bin_accelerator (windres_bfd *wrbfd, rc_uint_type off, in res_to_bin_accelerator() 1406 res_to_bin_cursor (windres_bfd *wrbfd, rc_uint_type off, const rc_cursor *c) in res_to_bin_cursor() 1425 res_to_bin_group_cursor (windres_bfd *wrbfd, rc_uint_type off, in res_to_bin_group_cursor() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | resres.c | 80 rc_uint_type off, flen; in read_res_file() local 165 read_resource_entry (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) in read_resource_entry() 215 write_res_directory (windres_bfd *wrbfd, rc_uint_type off, const rc_res_directory *rd, in write_res_directory() 282 write_res_resource (windres_bfd *wrbfd, rc_uint_type off, const rc_res_id *type, in write_res_resource() 373 write_res_bin (windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res, in write_res_bin() 399 write_res_header (windres_bfd *wrbfd, rc_uint_type off, rc_uint_type datasize, in write_res_header() 423 write_res_data_hdr (windres_bfd *wrbfd, rc_uint_type off, res_hdr *hdr) in write_res_data_hdr() 436 read_res_data_hdr (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, in read_res_data_hdr() 452 read_res_data (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, void *data, in read_res_data() 464 write_res_id (windres_bfd *wrbfd, rc_uint_type off, const rc_res_id *id) in write_res_id() [all …]
|
H A D | resbin.c | 427 rc_uint_type off; in bin_to_res_dialog() local 669 unsigned int off; in bin_to_res_fontdir() local 904 rc_uint_type *off) in get_version_header() 953 rc_uint_type verlen, vallen, type, off; in bin_to_res_version() local 1281 res_to_bin (windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res) in res_to_bin() 1321 resid_to_bin (windres_bfd *wrbfd, rc_uint_type off, rc_res_id id) in resid_to_bin() 1356 unicode_to_bin (windres_bfd *wrbfd, rc_uint_type off, const unichar *str) in unicode_to_bin() 1381 res_to_bin_accelerator (windres_bfd *wrbfd, rc_uint_type off, in res_to_bin_accelerator() 1406 res_to_bin_cursor (windres_bfd *wrbfd, rc_uint_type off, const rc_cursor *c) in res_to_bin_cursor() 1425 res_to_bin_group_cursor (windres_bfd *wrbfd, rc_uint_type off, in res_to_bin_group_cursor() [all …]
|
/netbsd-src/sys/dev/pci/ |
H A D | amdpm_smbus.c | 145 int off = (sc->sc_nforce ? 0xe0 : 0); in amdpm_smbus_clear_gsr() local 153 int off = (sc->sc_nforce ? 0xe0 : 0); in amdpm_smbus_get_gsr() local 162 int off = (sc->sc_nforce ? 0xe0 : 0); in amdpm_smbus_quick() local 188 int off = (sc->sc_nforce ? 0xe0 : 0); in amdpm_smbus_send_1() local 218 int off = (sc->sc_nforce ? 0xe0 : 0); in amdpm_smbus_write_1() local 247 int off = (sc->sc_nforce ? 0xe0 : 0); in amdpm_smbus_receive_1() local 279 int off = (sc->sc_nforce ? 0xe0 : 0); in amdpm_smbus_read_1() local
|
/netbsd-src/sys/dev/rasops/ |
H A D | rasops_putchar_width.h | 74 #define SUBST_STAMP1(off, base) \ argument 77 #define SUBST_GLYPH1(index, nibble, off) \ argument 89 #define SUBST_STAMP1(off, base) \ argument 92 #define SUBST_GLYPH1(index, nibble, off) \ argument 105 #define SUBST_STAMP1(off, base) \ argument 112 #define SUBST_GLYPH1(index, nibble, off) \ argument 126 #define SUBST_STAMP1(off, base) \ argument 130 #define SUBST_GLYPH1(index, nibble, off) \ argument
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_rlock.c | 110 uint64_t off = new->r_off; in zfs_range_lock_writer() local 223 zfs_range_split(avl_tree_t *tree, rl_t *rl, uint64_t off) in zfs_range_split() 254 zfs_range_new_proxy(avl_tree_t *tree, uint64_t off, uint64_t len) in zfs_range_new_proxy() 274 uint64_t off = new->r_off; in zfs_range_add_reader() local 361 uint64_t off = new->r_off; in zfs_range_lock_reader() local 426 zfs_range_lock(znode_t *zp, uint64_t off, uint64_t len, rl_type_t type) in zfs_range_lock() 568 zfs_range_reduce(rl_t *rl, uint64_t off, uint64_t len) in zfs_range_reduce()
|
/netbsd-src/sys/arch/powerpc/booke/ |
H A D | booke_cache.c | 47 dcbf(vaddr_t va, vsize_t off) in dcbf() 53 dcbst(vaddr_t va, vsize_t off) in dcbst() 59 dcbi(vaddr_t va, vsize_t off) in dcbi() 65 dcbz(vaddr_t va, vsize_t off) in dcbz() 71 dcba(vaddr_t va, vsize_t off) in dcba() 77 icbi(vaddr_t va, vsize_t off) in icbi()
|
/netbsd-src/sys/arch/arm/arm/ |
H A D | cpu_subr.c | 96 const size_t off = cpuno / CPUINDEX_DIVISOR; in cpu_boot_secondary_processors() local 113 const u_int off = cpuindex / CPUINDEX_DIVISOR; in cpu_hatched_p() local 124 const size_t off = cpuindex / CPUINDEX_DIVISOR; in cpu_set_hatched() local 137 const size_t off = cpuindex / CPUINDEX_DIVISOR; in cpu_clr_mbox() local
|
/netbsd-src/sys/opencrypto/ |
H A D | criov.c | 49 cuio_copydata(struct uio *uio, int off, int len, void *cp) in cuio_copydata() 82 cuio_copyback(struct uio *uio, int off, int len, void *cp) in cuio_copyback() 127 cuio_getptr(struct uio *uio, int loc, int *off) in cuio_getptr() 152 cuio_apply(struct uio *uio, int off, int len, in cuio_apply()
|
/netbsd-src/sys/kern/ |
H A D | uipc_mbufdebug.c | 101 m_peek_data(const struct mbuf * m,int off,int len,void * vp) m_peek_data() argument 222 m_examine_ether(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ether() argument 271 m_examine_pppoe(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_pppoe() argument 353 m_examine_ppp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ppp() argument 444 m_examine_arp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_arp() argument 544 m_examine_ip(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ip() argument 603 m_examine_icmp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_icmp() argument 649 m_examine_ip6(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ip6() argument 716 m_examine_icmp6(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_icmp6() argument 792 m_examine_tcp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_tcp() argument 925 m_examine_udp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_udp() argument 952 m_examine_hex(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_hex() argument [all...] |
/netbsd-src/sys/arch/alpha/tc/ |
H A D | tc_bus_mem.c | 343 tc_mem_mmap(void *v, bus_addr_t addr, off_t off, int prot, int flags) in tc_mem_mmap() 370 #define TC_SPARSE_PTR(memh, off) \ argument 374 tc_mem_read_1(void *v, bus_space_handle_t memh, bus_size_t off) in tc_mem_read_1() 393 tc_mem_read_2(void *v, bus_space_handle_t memh, bus_size_t off) in tc_mem_read_2() 412 tc_mem_read_4(void *v, bus_space_handle_t memh, bus_size_t off) in tc_mem_read_4() 433 tc_mem_read_8(void *v, bus_space_handle_t memh, bus_size_t off) in tc_mem_read_8() 490 tc_mem_write_1(void *v, bus_space_handle_t memh, bus_size_t off, uint8_t val) in tc_mem_write_1() 505 tc_mem_write_2(void *v, bus_space_handle_t memh, bus_size_t off, uint16_t val) in tc_mem_write_2() 520 tc_mem_write_4(void *v, bus_space_handle_t memh, bus_size_t off, uint32_t val) in tc_mem_write_4() 535 tc_mem_write_8(void *v, bus_space_handle_t memh, bus_size_t off, uint64_t val) in tc_mem_write_8()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
H A D | local.c | 530 offcon(OFFSZ off, TWORD t, union dimfun *d, struct suedef *sue) in offcon() 584 spalloc(NODE *t, NODE *p, OFFSZ off) in spalloc() 773 int off; in defzero() local 788 zbits(OFFSZ off, int fsz) in zbits() 797 infld(CONSZ off, int fsz, CONSZ val) in infld() 812 ninval(CONSZ off, int fsz, NODE *p) in ninval()
|
/netbsd-src/sys/arch/mips/cavium/dev/ |
H A D | octeon_dwctwo.c | 317 octeon_dwc2_rd_4(void *v, bus_space_handle_t h, bus_size_t off) in octeon_dwc2_rd_4() 325 octeon_dwc2_wr_4(void *v, bus_space_handle_t h, bus_size_t off, in octeon_dwc2_wr_4() 368 octeon_dwc2_reg_rd(struct octeon_dwc2_softc *sc, bus_size_t off) in octeon_dwc2_reg_rd() 374 octeon_dwc2_reg_wr(struct octeon_dwc2_softc *sc, bus_size_t off, uint64_t val) in octeon_dwc2_reg_wr() 382 octeon_dwc2_reg2_wr(struct octeon_dwc2_softc *sc, bus_size_t off, uint64_t val) in octeon_dwc2_reg2_wr()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_print.c | 155 print_bitfield(dt_printarg_t *pap, ulong_t off, ctf_encoding_t *ep) in print_bitfield() 229 dt_print_int(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_int() 283 dt_print_float(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_float() 314 dt_print_ptr(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_ptr() 366 dt_print_array(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_array() 465 dt_print_structlike(ctf_id_t id, ulong_t off, dt_printarg_t *pap) in dt_print_structlike() 476 dt_print_enum(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_enum() 518 dt_print_tag(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_tag() 542 dt_print_member(const char *name, ctf_id_t id, ulong_t off, int depth, in dt_print_member()
|
/netbsd-src/sys/arch/sun3/sun3x/ |
H A D | bus_subr.c | 87 int off, s; in bus_tmapin() local 136 int off; in bus_mapin() local 172 int off; in bus_mapout() local
|