Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 1506) sorted by relevance

12345678910>>...61

/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_os_linux.h30 #define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset)) argument
32 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset)) argument
34 #define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset)) argument
36 #define DRM_WRITE8(map, offset, val) writeb(val, ((void __iomem *)(map)->handle) + (offset)) argument
38 #define DRM_WRITE16(map, offset, val) writew(val, ((void __iomem *)(map)->handle) + (offset)) argument
40 #define DRM_WRITE32(map, offset, val) writel(val, ((void __iomem *)(map)->handle) + (offset)) argument
43 #define DRM_READ64(map, offset) readq(((void __iomem *)(map)->handle) + (offset)) argument
45 #define DRM_WRITE64(map, offset, val) writeq(val, ((void __iomem *)(map)->handle) + (offset)) argument
/dflybsd-src/usr.bin/calendar/
H A Ddays.c95 find_days_easter(int offset, struct cal_day **dayp, char **edp) in find_days_easter()
101 find_days_paskha(int offset, struct cal_day **dayp, char **edp) in find_days_paskha()
107 find_days_advent(int offset, struct cal_day **dayp, char **edp) in find_days_advent()
113 find_days_cny(int offset, struct cal_day **dayp, char **edp) in find_days_cny()
119 find_days_cqingming(int offset, struct cal_day **dayp, char **edp) in find_days_cqingming()
125 find_days_marequinox(int offset, struct cal_day **dayp, char **edp) in find_days_marequinox()
131 find_days_sepequinox(int offset, struct cal_day **dayp, char **edp) in find_days_sepequinox()
137 find_days_junsolstice(int offset, struct cal_day **dayp, char **edp) in find_days_junsolstice()
143 find_days_decsolstice(int offset, struct cal_day **dayp, char **edp) in find_days_decsolstice()
152 find_days_yearly(int sday_id, int offset, struct cal_day **dayp, char **edp) in find_days_yearly()
[all …]
/dflybsd-src/sys/dev/netif/ig_hal/
H A De1000_phy.c122 u32 E1000_UNUSEDARG offset, u16 E1000_UNUSEDARG *data) in e1000_null_read_reg()
157 u32 E1000_UNUSEDARG offset, u16 E1000_UNUSEDARG data) in e1000_null_write_reg()
290 s32 e1000_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg_mdic()
355 s32 e1000_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg_mdic()
421 s32 e1000_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg_i2c()
468 s32 e1000_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg_i2c()
529 s32 e1000_read_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 *data) in e1000_read_sfp_data_byte()
584 s32 e1000_write_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 data) in e1000_write_sfp_data_byte()
654 s32 e1000_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg_m88()
684 s32 e1000_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg_m88()
[all …]
H A De1000_api.c586 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value) in e1000_write_vfta()
943 u16 offset, u8 *sum) in e1000_mng_host_if_write()
1015 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg()
1032 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg()
1090 s32 e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_kmrn_reg()
1105 s32 e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_kmrn_reg()
1316 s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_nvm()
1334 s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_write_nvm()
1352 s32 e1000_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg, u32 offset, in e1000_write_8bit_ctrl_reg()
/dflybsd-src/sys/dev/raid/hptmv/
H A Dmv.c46 MV_REG_WRITE_BYTE(MV_BUS_ADDR_T base, MV_U32 offset, MV_U8 val) in MV_REG_WRITE_BYTE()
52 MV_REG_WRITE_WORD(MV_BUS_ADDR_T base, MV_U32 offset, MV_U16 val) in MV_REG_WRITE_WORD()
58 MV_REG_WRITE_DWORD(MV_BUS_ADDR_T base, MV_U32 offset, MV_U32 val) in MV_REG_WRITE_DWORD()
64 MV_REG_READ_BYTE(MV_BUS_ADDR_T base, MV_U32 offset) in MV_REG_READ_BYTE()
70 MV_REG_READ_WORD(MV_BUS_ADDR_T base, MV_U32 offset) in MV_REG_READ_WORD()
76 MV_REG_READ_DWORD(MV_BUS_ADDR_T base, MV_U32 offset) in MV_REG_READ_DWORD()
/dflybsd-src/sys/cpu/x86_64/include/
H A Dbus_dma.h79 bus_size_t offset, bus_size_t size __unused, in bus_space_subregion()
88 bus_space_kva(bus_space_tag_t tag, bus_space_handle_t handle, bus_size_t offset) in bus_space_kva()
136 bus_size_t offset) in bus_space_read_1()
146 bus_size_t offset) in bus_space_read_2()
156 bus_size_t offset) in bus_space_read_4()
167 bus_size_t offset) in bus_space_read_8()
196 bus_size_t offset, u_int8_t *addr, size_t count) in bus_space_read_multi_1()
215 bus_size_t offset, u_int16_t *addr, size_t count) in bus_space_read_multi_2()
234 bus_size_t offset, u_int32_t *addr, size_t count) in bus_space_read_multi_4()
278 bus_size_t offset, u_int8_t *addr, size_t count) in bus_space_read_region_1()
[all …]
/dflybsd-src/sys/vfs/hammer/
H A Dhammer_disk.h88 #define HAMMER_BUFSIZE_DOALIGN(offset) \ argument
90 #define HAMMER_BUFSIZE64_DOALIGN(offset) \ argument
93 #define HAMMER_XBUFSIZE_DOALIGN(offset) \ argument
95 #define HAMMER_XBUFSIZE64_DOALIGN(offset) \ argument
248 #define HAMMER_ZONE(offset) ((offset) & HAMMER_OFF_ZONE_MASK) argument
250 #define hammer_is_zone_raw_volume(offset) \ argument
252 #define hammer_is_zone_raw_buffer(offset) \ argument
254 #define hammer_is_zone_undo(offset) \ argument
256 #define hammer_is_zone_freemap(offset) \ argument
258 #define hammer_is_zone_btree(offset) \ argument
[all …]
/dflybsd-src/sys/dev/drm/radeon/
H A Dr600_hdmi.c179 void r600_hdmi_update_acr(struct drm_encoder *encoder, long offset, in r600_hdmi_update_acr()
221 void r600_set_avi_packet(struct radeon_device *rdev, u32 offset, in r600_set_avi_packet()
254 uint32_t offset = dig->afmt->offset; in r600_hdmi_update_audio_infoframe() local
272 uint32_t offset = dig->afmt->offset; in r600_hdmi_is_audio_buffer_filled() local
305 uint32_t offset = dig->afmt->offset; in r600_hdmi_audio_workaround() local
347 void r600_set_vbi_packet(struct drm_encoder *encoder, u32 offset) in r600_set_vbi_packet()
359 void r600_set_audio_packet(struct drm_encoder *encoder, u32 offset) in r600_set_audio_packet()
402 void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in r600_set_mute()
429 uint32_t offset; in r600_hdmi_update_audio_settings() local
H A Devergreen_cs.c397 unsigned long offset; in evergreen_cs_track_validate_cb() local
564 unsigned long offset; in evergreen_cs_track_validate_stencil() local
661 unsigned long offset; in evergreen_cs_track_validate_depth() local
948 u64 offset = (u64)track->vgt_strmout_bo_offset[i] + in evergreen_cs_track_check() local
1792 uint64_t offset; in evergreen_packet3_check() local
1851 uint64_t offset; in evergreen_packet3_check() local
1887 uint64_t offset; in evergreen_packet3_check() local
1914 uint64_t offset; in evergreen_packet3_check() local
2091 uint64_t offset; in evergreen_packet3_check() local
2113 u64 offset, tmp; in evergreen_packet3_check() local
[all …]
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dtarget.cc71 off_t offset, in do_make_elf_object_implementation()
107 off_t offset, const elfcpp::Ehdr<32, false>& ehdr) in do_make_elf_object()
117 off_t offset, const elfcpp::Ehdr<32, true>& ehdr) in do_make_elf_object()
127 off_t offset, const elfcpp::Ehdr<64, false>& ehdr) in do_make_elf_object()
137 off_t offset, const elfcpp::Ehdr<64, true>& ehdr) in do_make_elf_object()
183 section_offset_type offset, const char* bytes, in match_view()
196 section_offset_type offset, size_t len) const in set_view_to_nop()
H A Dnacl.h37 Sniff_file(Input_file* input_file, off_t offset) in Sniff_file()
48 inline off_t offset() const in offset() function
113 do_recognize(Input_file* file, off_t offset, in do_recognize()
161 recognize_nacl_file(Input_file* input_file, off_t offset) in recognize_nacl_file()
195 do_recognize_nacl_file(Input_file* input_file, off_t offset) in do_recognize_nacl_file()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dtarget.cc71 off_t offset, in do_make_elf_object_implementation()
107 off_t offset, const elfcpp::Ehdr<32, false>& ehdr) in do_make_elf_object()
117 off_t offset, const elfcpp::Ehdr<32, true>& ehdr) in do_make_elf_object()
127 off_t offset, const elfcpp::Ehdr<64, false>& ehdr) in do_make_elf_object()
137 off_t offset, const elfcpp::Ehdr<64, true>& ehdr) in do_make_elf_object()
183 section_offset_type offset, const char* bytes, in match_view()
196 section_offset_type offset, size_t len) const in set_view_to_nop()
H A Dnacl.h37 Sniff_file(Input_file* input_file, off_t offset) in Sniff_file()
48 inline off_t offset() const in offset() function
113 do_recognize(Input_file* file, off_t offset, in do_recognize()
161 recognize_nacl_file(Input_file* input_file, off_t offset) in recognize_nacl_file()
195 do_recognize_nacl_file(Input_file* input_file, off_t offset) in do_recognize_nacl_file()
/dflybsd-src/sys/dev/disk/nata/chipsets/
H A Data-ahci.c163 int offset = ch->unit << 7; in ata_ahci_allocate() local
190 int offset = ch->unit << 7; in ata_ahci_status() local
248 int offset = ch->unit << 7; in ata_ahci_begin_transaction() local
342 int offset = ch->unit << 7; in ata_ahci_end_transaction() local
373 int offset = ch->unit << 7; in ata_ahci_restart() local
426 int offset = ch->unit << 7; in ata_ahci_softreset() local
453 int offset = ch->unit << 7; in ata_ahci_reset() local
/dflybsd-src/sys/dev/netif/bwn/siba/
H A Dsiba_core.c467 uint16_t offset) in siba_scan_read_4()
636 siba_pci_read_2(struct siba_dev_softc *sd, uint16_t offset) in siba_pci_read_2()
647 siba_pci_read_4(struct siba_dev_softc *sd, uint16_t offset) in siba_pci_read_4()
658 siba_pci_write_2(struct siba_dev_softc *sd, uint16_t offset, uint16_t value) in siba_pci_write_2()
669 siba_pci_write_4(struct siba_dev_softc *sd, uint16_t offset, uint32_t value) in siba_pci_write_4()
681 uint16_t offset) in siba_pci_read_multi_1()
695 uint16_t offset) in siba_pci_read_multi_2()
710 uint16_t offset) in siba_pci_read_multi_4()
725 size_t count, uint16_t offset) in siba_pci_write_multi_1()
737 size_t count, uint16_t offset) in siba_pci_write_multi_2()
[all …]
/dflybsd-src/crypto/openssh/
H A Dsshbuf-getput-basic.c100 check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len) in check_offset()
114 check_roffset(const struct sshbuf *buf, size_t offset, size_t len, in check_roffset()
127 sshbuf_peek_u64(const struct sshbuf *buf, size_t offset, u_int64_t *valp) in sshbuf_peek_u64()
142 sshbuf_peek_u32(const struct sshbuf *buf, size_t offset, u_int32_t *valp) in sshbuf_peek_u32()
157 sshbuf_peek_u16(const struct sshbuf *buf, size_t offset, u_int16_t *valp) in sshbuf_peek_u16()
172 sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, u_char *valp) in sshbuf_peek_u8()
440 check_woffset(struct sshbuf *buf, size_t offset, size_t len, u_char **p) in check_woffset()
454 sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val) in sshbuf_poke_u64()
466 sshbuf_poke_u32(struct sshbuf *buf, size_t offset, u_int32_t val) in sshbuf_poke_u32()
478 sshbuf_poke_u16(struct sshbuf *buf, size_t offset, u_int16_t val) in sshbuf_poke_u16()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcollect2-aix.c93 within_object_p (LDFILE *ldfile, size_t offset, size_t size) in within_object_p()
106 read_xcoff_object (LDFILE *ldfile, size_t offset, size_t object_size, in read_xcoff_object()
169 read_archive_member (LDFILE *ldfile, size_t offset) in read_archive_member()
203 size_t offset; in read_big_archive() local
277 size_t offset, name_length; in ldtbread() local
332 size_t offset; in ldgetname() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcollect2-aix.c93 within_object_p (LDFILE *ldfile, size_t offset, size_t size) in within_object_p()
106 read_xcoff_object (LDFILE *ldfile, size_t offset, size_t object_size, in read_xcoff_object()
169 read_archive_member (LDFILE *ldfile, size_t offset) in read_archive_member()
203 size_t offset; in read_big_archive() local
277 size_t offset, name_length; in ldtbread() local
332 size_t offset; in ldgetname() local
/dflybsd-src/sys/vfs/ufs/
H A Dufs_dirhash.c291 doff_t blkoff, bmask, offset, prevoff; in ufsdirhash_lookup() local
546 ufsdirhash_add(struct inode *ip, struct direct *dirp, doff_t offset) in ufsdirhash_add()
587 ufsdirhash_remove(struct inode *ip, struct direct *dirp, doff_t offset) in ufsdirhash_remove()
642 ufsdirhash_newblk(struct inode *ip, doff_t offset) in ufsdirhash_newblk()
674 ufsdirhash_dirtrunc(struct inode *ip, doff_t offset) in ufsdirhash_dirtrunc()
726 ufsdirhash_checkblock(struct inode *ip, char *buf, doff_t offset) in ufsdirhash_checkblock()
811 ufsdirhash_adjfree(struct dirhash *dh, doff_t offset, int diff) in ufsdirhash_adjfree()
847 ufsdirhash_findslot(struct dirhash *dh, char *name, int namelen, doff_t offset) in ufsdirhash_findslot()
897 ufsdirhash_getprev(struct direct *dirp, doff_t offset) in ufsdirhash_getprev()
/dflybsd-src/contrib/bmake/
H A Dsetenv.c58 __findenv(name, offset) in __findenv() argument
89 int l_value, offset; local
146 int offset; local
/dflybsd-src/lib/libc/net/
H A Dip6opt.c391 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, u_int8_t type, in inet6_opt_append()
455 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) in inet6_opt_finish()
480 inet6_opt_set_val(void *databuf, int offset, void *val, socklen_t vallen) in inet6_opt_set_val()
488 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, in inet6_opt_next()
536 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, u_int8_t type, in inet6_opt_find()
577 inet6_opt_get_val(void *databuf, int offset, void *val, socklen_t vallen) in inet6_opt_get_val()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dprologue-value.c243 pv_t offset = pv_subtract (addr, array_addr); in pv_is_array_ref() local
290 CORE_ADDR offset; member
405 find_entry (struct pv_area *area, CORE_ADDR offset) in find_entry()
444 CORE_ADDR offset, in overlaps()
464 CORE_ADDR offset = addr.k; in pv_area_store() local
494 CORE_ADDR offset = addr.k; in pv_area_store() local
526 CORE_ADDR offset = addr.k; in pv_area_fetch() local
/dflybsd-src/sys/dev/raid/hptrr/
H A Dhptrr_os_bsd.c55 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset) in os_pci_readb()
60 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset) in os_pci_readw()
65 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset) in os_pci_readl()
70 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value) in os_pci_writeb()
75 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value) in os_pci_writew()
80 void os_pci_writel (void *osext, HPT_U8 offset, HPT_U32 value) in os_pci_writel()
88 HPT_U32 offset, in os_map_pci_bar()
/dflybsd-src/sbin/hammer2/
H A Dondisk.c79 hammer2_off_t offset, hammer2_off_t size) in hammer2_install_volume()
553 hammer2_get_volume(hammer2_off_t offset) in hammer2_get_volume()
574 hammer2_get_volume_attr(hammer2_off_t offset, callback fn, void *data) in hammer2_get_volume_attr()
603 hammer2_get_volume_fd(hammer2_off_t offset) in hammer2_get_volume_fd()
626 hammer2_get_volume_id(hammer2_off_t offset) in hammer2_get_volume_id()
649 hammer2_get_volume_path(hammer2_off_t offset) in hammer2_get_volume_path()
672 hammer2_get_volume_offset(hammer2_off_t offset) in hammer2_get_volume_offset()
695 hammer2_get_volume_size(hammer2_off_t offset) in hammer2_get_volume_size()
/dflybsd-src/sys/gnu/dev/misc/apple_gmux/
H A Dapple-gmux.c180 gmux_pio_read8(struct apple_gmux_softc *sc, uint8_t offset) in gmux_pio_read8()
186 gmux_pio_write8(struct apple_gmux_softc *sc, int offset, uint8_t value) in gmux_pio_write8()
192 gmux_pio_read32(struct apple_gmux_softc *sc, uint8_t offset) in gmux_pio_read32()
247 gmux_index_read8(struct apple_gmux_softc *sc, uint8_t offset) in gmux_index_read8()
262 gmux_index_write8(struct apple_gmux_softc *sc, int offset, uint8_t value) in gmux_index_write8()
273 gmux_index_read32(struct apple_gmux_softc *sc, uint8_t offset) in gmux_index_read32()
309 gmux_read8(struct apple_gmux_softc *sc, int offset) in gmux_read8()
318 gmux_write8(struct apple_gmux_softc *sc, int offset, uint8_t value) in gmux_write8()
327 gmux_read32(struct apple_gmux_softc *sc, int offset) in gmux_read32()

12345678910>>...61