Home
last modified time | relevance | path

Searched defs:offset (Results 26 – 50 of 1418) sorted by relevance

12345678910>>...57

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_lic.c473 __in uint32_t offset, in efx_lic_v1v2_find_end()
489 __in uint32_t offset, in efx_lic_v1v2_find_key()
573 __in uint32_t offset, in efx_lic_v1v2_read_key()
609 __in uint32_t offset, in efx_lic_v1v2_write_key()
646 __in uint32_t offset, in efx_lic_v1v2_delete_key()
1120 __in uint32_t offset, in efx_lic_v3_find_end()
1135 __in uint32_t offset, in efx_lic_v3_find_key()
1196 __in uint32_t offset, in efx_lic_v3_read_key()
1216 __in uint32_t offset, in efx_lic_v3_write_key()
1235 __in uint32_t offset, in efx_lic_v3_delete_key()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/pciex/
H A Dpci_cfgacc_4u.c40 #define RC_BDF_TO_CFGADDR(bdf, offset) (((bdf) << RC_PA_BDF_SHIFT) + (offset)) argument
61 pci_cfgacc_get(dev_info_t *dip, uint16_t bdf, uint16_t offset, uint8_t size) in pci_cfgacc_get()
94 pci_cfgacc_set(dev_info_t *dip, uint16_t bdf, uint16_t offset, uint8_t size, in pci_cfgacc_set()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_off_by_one_relative.c34 struct expression *offset; in array_check() local
63 struct expression *offset; in known_access_ok_numbers() local
83 struct expression *offset; in array_check_data_info() local
H A Dsmatch_address.c88 int offset; in get_member_offset() local
120 int offset; in get_member_offset_from_deref() local
149 static void add_offset_to_pointer(struct range_list **rl, int offset) in add_offset_to_pointer()
319 int offset; in get_address_rl() local
H A Dsmatch_container_of.c84 int offset; in print_returns_container_of() local
133 int n, offset; in partial_deref_to_offset_str() local
383 static struct symbol *get_member_from_offset(struct symbol *sym, int offset) in get_member_from_offset()
405 static struct symbol *get_member_type_from_offset(struct symbol *sym, int offset) in get_member_type_from_offset()
422 static const char *get_name_from_offset(struct symbol *arg, int offset) in get_name_from_offset()
450 static void set_param_value(struct stree **stree, struct symbol *arg, int offset, struct range_list… in set_param_value()
465 int offset = 0; in save_vals() local
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c954 csx_Put8(acc_handle_t handle, uint32_t offset, uint8_t value) in csx_Put8()
962 csx_Put16(acc_handle_t handle, uint32_t offset, uint16_t value) in csx_Put16()
970 csx_Put32(acc_handle_t handle, uint32_t offset, uint32_t value) in csx_Put32()
978 csx_Put64(acc_handle_t handle, uint32_t offset, uint64_t value) in csx_Put64()
986 csx_Get8(acc_handle_t handle, uint32_t offset) in csx_Get8()
994 csx_Get16(acc_handle_t handle, uint32_t offset) in csx_Get16()
1002 csx_Get32(acc_handle_t handle, uint32_t offset) in csx_Get32()
1010 csx_Get64(acc_handle_t handle, uint32_t offset) in csx_Get64()
1018 csx_RepPut8(acc_handle_t handle, uint8_t *hostaddr, uint32_t offset, in csx_RepPut8()
1190 csx_GetHandleOffset(acc_handle_t handle, uint32_t *offset) in csx_GetHandleOffset()
[all …]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c206 enum i40e_status_code i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_word_srctl()
260 u8 module_pointer, u32 offset, in i40e_read_nvm_aq()
309 static enum i40e_status_code i40e_read_nvm_word_aq(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_word_aq()
334 u16 offset, in __i40e_read_nvm_word()
352 enum i40e_status_code i40e_read_nvm_word(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_word()
385 u16 offset = 0; in i40e_read_nvm_module_data() local
543 u16 offset, in __i40e_read_nvm_buffer()
563 enum i40e_status_code i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_buffer()
594 u32 offset, u16 words, void *data, in i40e_write_nvm_aq()
640 enum i40e_status_code __i40e_write_nvm_word(struct i40e_hw *hw, u32 offset, in __i40e_write_nvm_word()
[all …]
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio_main.c146 virtio_get8(virtio_t *vio, uintptr_t offset) in virtio_get8()
152 virtio_get16(virtio_t *vio, uintptr_t offset) in virtio_get16()
158 virtio_get32(virtio_t *vio, uintptr_t offset) in virtio_get32()
164 virtio_put8(virtio_t *vio, uintptr_t offset, uint8_t value) in virtio_put8()
170 virtio_put16(virtio_t *vio, uintptr_t offset, uint16_t value) in virtio_put16()
176 virtio_put32(virtio_t *vio, uintptr_t offset, uint32_t value) in virtio_put32()
509 virtio_dev_get8(virtio_t *vio, uintptr_t offset) in virtio_dev_get8()
519 virtio_dev_get16(virtio_t *vio, uintptr_t offset) in virtio_dev_get16()
529 virtio_dev_get32(virtio_t *vio, uintptr_t offset) in virtio_dev_get32()
539 virtio_dev_get64(virtio_t *vio, uintptr_t offset) in virtio_dev_get64()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_hda.c295 hda_get_reg_by_offset(struct hda_softc *sc, uint32_t offset) in hda_get_reg_by_offset()
302 hda_set_field_by_offset(struct hda_softc *sc, uint32_t offset, in hda_set_field_by_offset()
700 hda_read(struct hda_softc *sc, uint32_t offset) in hda_read()
879 hda_get_stream_by_offsets(uint32_t offset, uint8_t reg_offset) in hda_get_stream_by_offsets()
895 hda_set_gctl(struct hda_softc *sc, uint32_t offset, uint32_t old __unused) in hda_set_gctl()
905 hda_set_statests(struct hda_softc *sc, uint32_t offset, uint32_t old) in hda_set_statests()
925 hda_set_corbctl(struct hda_softc *sc, uint32_t offset, uint32_t old) in hda_set_corbctl()
961 hda_set_rirbsts(struct hda_softc *sc, uint32_t offset, uint32_t old) in hda_set_rirbsts()
974 hda_set_dpiblbase(struct hda_softc *sc, uint32_t offset, uint32_t old) in hda_set_dpiblbase()
1006 hda_set_sdctl(struct hda_softc *sc, uint32_t offset, uint32_t old) in hda_set_sdctl()
[all …]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.c626 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value) in e1000_write_vfta()
983 u16 offset, u8 *sum) in e1000_mng_host_if_write()
1055 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg()
1072 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg()
1130 s32 e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_kmrn_reg()
1145 s32 e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_kmrn_reg()
1356 s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_nvm()
1374 s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_write_nvm()
1392 s32 e1000_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg, u32 offset, in e1000_write_8bit_ctrl_reg()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_nvram.c278 u32_t offset, in nvram_read_dword()
343 u32_t offset, in nvram_write_dword()
405 u32_t offset, in lm_nvram_read()
482 u32_t offset, in lm_nvram_write()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c160 uint64_t offset = zvio->zvio_offset; in sbd_zvol_alloc_read_bufs() local
248 uint64_t offset = zvio->zvio_offset; in sbd_zvol_alloc_write_bufs() local
344 uint64_t toffset, offset = zvio->zvio_offset; in sbd_zvol_rele_write_bufs() local
398 uint64_t offset = (uint64_t)uio->uio_loffset; in sbd_zvol_copy_read() local
426 uint64_t offset = (uint64_t)uio->uio_loffset; in sbd_zvol_copy_write() local
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c192 gfxp_pci_read_byte(gfxp_acc_handle_t handle, uint16_t offset) in gfxp_pci_read_byte()
209 gfxp_pci_read_word(gfxp_acc_handle_t handle, uint16_t offset) in gfxp_pci_read_word()
226 gfxp_pci_read_dword(gfxp_acc_handle_t handle, uint16_t offset) in gfxp_pci_read_dword()
243 gfxp_pci_write_byte(gfxp_acc_handle_t handle, uint16_t offset, uint8_t value) in gfxp_pci_write_byte()
258 gfxp_pci_write_word(gfxp_acc_handle_t handle, uint16_t offset, uint16_t value) in gfxp_pci_write_word()
273 gfxp_pci_write_dword(gfxp_acc_handle_t handle, uint16_t offset, uint32_t value) in gfxp_pci_write_dword()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfseeko.c55 fseeko64(FILE *iop, off64_t offset, int ptrname) in fseeko64()
91 fseeko(FILE *iop, off_t offset, int ptrname) in fseeko()
/illumos-gate/usr/src/uts/common/io/
H A Dvuid_store.c65 register ushort_t offset = vuid_id_offset(event->id); local
143 register ushort_t offset = vuid_id_offset(id); local
257 vuid_find_value(seg, offset) in vuid_find_value() argument
271 vuid_add_value(seg, offset) in vuid_add_value() argument
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioUnixfile.cc315 off_t offset; in ReadData() local
405 off_t offset; in WriteData() local
483 off_t& offset) // returned byte offset in seekread()
549 off_t& offset) // returned byte offset in seekwrite()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c169 dmu_buf_hold_noread_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_noread_by_dnode()
189 dmu_buf_hold_noread(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold_noread()
216 dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_by_dnode()
241 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold()
662 dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset, in dmu_buf_hold_array_by_bonus()
926 uint64_t offset, uint64_t length) in dmu_free_long_range()
977 dmu_free_range(objset_t *os, uint64_t object, uint64_t offset, in dmu_free_range()
992 dmu_read_impl(dnode_t *dn, uint64_t offset, uint64_t size, in dmu_read_impl()
1118 dmu_write_by_dnode(dnode_t *dn, uint64_t offset, uint64_t size, in dmu_write_by_dnode()
1135 uint64_t last_removal_txg, uint64_t offset) in dmu_object_remap_one_indirect()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c447 uint_t offset; in s1394_CSR_state_clear() local
551 uint_t offset; in s1394_CSR_state_set() local
658 uint_t offset; in s1394_CSR_reset_start() local
733 uint_t offset; in s1394_CSR_test_regs() local
804 uint_t offset; in s1394_CSR_cycle_time() local
879 uint_t offset; in s1394_CSR_bus_time() local
990 uint_t offset; in s1394_CSR_IRM_regs() local
1166 uint_t offset; in s1394_common_CSR_routine() local
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_label.c119 uint32_t offset; in simple_dimm_label() local
181 uint32_t offset, dimms_per_chip; in simple_dimm_label_mp() local
266 uint32_t offset; in seq_dimm_label() local
344 uint32_t offset; in simple_chip_label() local
401 uint32_t offset; in fsb2_chip_label() local
675 uint32_t offset; in simple_cs_label_mp() local
722 uint32_t offset; in g4_dimm_label() local
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c62 u32 IGC_UNUSEDARG offset, u16 IGC_UNUSEDARG *data) in igc_null_read_reg()
97 u32 IGC_UNUSEDARG offset, u16 IGC_UNUSEDARG data) in igc_null_write_reg()
166 s32 igc_read_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 *data) in igc_read_phy_reg_mdic()
225 s32 igc_write_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 data) in igc_write_phy_reg_mdic()
943 s32 igc_write_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 data) in igc_write_phy_reg_gpy()
977 s32 igc_read_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 *data) in igc_read_phy_reg_gpy()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dposix_fallocate.c55 posix_fallocate(int fd, off_t offset, off_t len) in posix_fallocate()
81 posix_fallocate64(int fd, off64_t offset, off64_t len) in posix_fallocate64()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmi/
H A Daudiocmi.h288 uint32_t offset; /* in bytes */ member
324 #define GET8(dev, offset) \ argument
326 #define GET16(dev, offset) \ argument
328 #define GET32(dev, offset) \ argument
330 #define PUT8(dev, offset, v) \ argument
332 #define PUT16(dev, offset, v) \ argument
334 #define PUT32(dev, offset, v) \ argument
337 #define CLR8(dev, offset, v) PUT8(dev, offset, GET8(dev, offset) & ~(v)) argument
338 #define SET8(dev, offset, v) PUT8(dev, offset, GET8(dev, offset) | (v)) argument
340 #define SET16(dev, offset, v) PUT16(dev, offset, GET16(dev, offset) | (v)) argument
[all …]
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_misc.c64 u32_t offset, in lm_reg_rd_ind()
92 u32_t offset, in lm_reg_wr_ind()
116 u32_t offset, in lm_ctx_wr()
172 u32_t offset) in lm_ctx_rd()
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c170 #define GET8(dev, offset) \ argument
172 #define GET16(dev, offset) \ argument
174 #define GET32(dev, offset) \ argument
176 #define PUT8(dev, offset, v) \ argument
178 #define PUT16(dev, offset, v) \ argument
180 #define PUT32(dev, offset, v) \ argument
183 #define CLR8(dev, offset, v) PUT8(dev, offset, GET8(dev, offset) & ~(v)) argument
184 #define SET8(dev, offset, v) PUT8(dev, offset, GET8(dev, offset) | (v)) argument
185 #define CLR32(dev, offset, v) PUT32(dev, offset, GET32(dev, offset) & ~(v)) argument
186 #define SET32(dev, offset, v) PUT32(dev, offset, GET32(dev, offset) | (v)) argument
[all …]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c246 ulong_t offset; in get_dev_list() local
364 ulong_t offset; in get_dev_info() local
435 ulong_t offset; in get_soft_info() local
501 ulong_t offset; in load_dev_disabled() local
582 ulong_t offset; in load_soft_disabled() local
665 ulong_t offset; in load_soft_config() local

12345678910>>...57