/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_nvram.c | 278 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()
|
/titanic_41/usr/src/uts/common/pcmcia/cs/ |
H A D | cs_stubs.c | 953 csx_Put8(acc_handle_t handle, uint32_t offset, uint8_t value) in csx_Put8() 961 csx_Put16(acc_handle_t handle, uint32_t offset, uint16_t value) in csx_Put16() 969 csx_Put32(acc_handle_t handle, uint32_t offset, uint32_t value) in csx_Put32() 977 csx_Put64(acc_handle_t handle, uint32_t offset, uint64_t value) in csx_Put64() 985 csx_Get8(acc_handle_t handle, uint32_t offset) in csx_Get8() 993 csx_Get16(acc_handle_t handle, uint32_t offset) in csx_Get16() 1001 csx_Get32(acc_handle_t handle, uint32_t offset) in csx_Get32() 1009 csx_Get64(acc_handle_t handle, uint32_t offset) in csx_Get64() 1017 csx_RepPut8(acc_handle_t handle, uint8_t *hostaddr, uint32_t offset, in csx_RepPut8() 1027 csx_RepPut16(acc_handle_t handle, uint16_t *hostaddr, uint32_t offset, in csx_RepPut16() [all …]
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | posix_fallocate.c | 57 posix_fallocate(int fd, off_t offset, off_t len) in posix_fallocate() 83 posix_fallocate64(int fd, off64_t offset, off64_t len) in posix_fallocate64()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pf.c | 94 int offset; member 409 pf_compare_value(int offset, uint_t len, uint_t val) in pf_compare_value() 480 pf_compare_value_v6(int offset, uint_t len, struct in6_addr val) in pf_compare_value_v6() 500 pf_compare_value_mask(int offset, uint_t len, uint_t val, int mask) in pf_compare_value_mask() 510 pf_compare_value_mask_neq(int offset, uint_t len, uint_t val, int mask) in pf_compare_value_mask_neq() 523 pf_compare_value_mask_generic(int offset, uint_t len, uint_t val, int mask, in pf_compare_value_mask_generic() 585 pf_compare_zoneid(int offset, uint32_t val) in pf_compare_zoneid() 821 pf_compare_address(int offset, uint_t len, uchar_t *addr) in pf_compare_address() 987 pf_emit_load_offset(uint_t offset) in pf_emit_load_offset() 1034 pf_check_vlan_tag(uint_t offset) in pf_check_vlan_tag()
|
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_zvol.c | 159 uint64_t offset = zvio->zvio_offset; in sbd_zvol_alloc_read_bufs() local 246 uint64_t offset = zvio->zvio_offset; in sbd_zvol_alloc_write_bufs() local 341 uint64_t toffset, offset = zvio->zvio_offset; in sbd_zvol_rele_write_bufs() local 396 uint64_t offset = (uint64_t)uio->uio_loffset; in sbd_zvol_copy_read() local 425 uint64_t offset = (uint64_t)uio->uio_loffset; in sbd_zvol_copy_write() local
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_api.c | 541 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value) in e1000_write_vfta() 898 u16 offset, u8 *sum) in e1000_mng_host_if_write() 970 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg() 987 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg() 1045 s32 e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_kmrn_reg() 1060 s32 e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_kmrn_reg() 1271 s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_nvm() 1289 s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_write_nvm() 1307 s32 e1000_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg, u32 offset, in e1000_write_8bit_ctrl_reg()
|
/titanic_41/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 195 gfxp_pci_read_byte(gfxp_acc_handle_t handle, uint16_t offset) in gfxp_pci_read_byte() 212 gfxp_pci_read_word(gfxp_acc_handle_t handle, uint16_t offset) in gfxp_pci_read_word() 229 gfxp_pci_read_dword(gfxp_acc_handle_t handle, uint16_t offset) in gfxp_pci_read_dword() 246 gfxp_pci_write_byte(gfxp_acc_handle_t handle, uint16_t offset, uint8_t value) in gfxp_pci_write_byte() 261 gfxp_pci_write_word(gfxp_acc_handle_t handle, uint16_t offset, uint16_t value) in gfxp_pci_write_word() 276 gfxp_pci_write_dword(gfxp_acc_handle_t handle, uint16_t offset, uint32_t value) in gfxp_pci_write_dword()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ip_cksum.c | 81 ip_cksum(mblk_t *mp, int offset, uint_t sum) in ip_cksum() 385 sctp_cksum(mblk_t *mp, int offset) in sctp_cksum() 424 ip_md_cksum(pdesc_t *pd, int offset, uint_t sum) in ip_md_cksum()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | vuid_store.c | 67 register ushort_t offset = vuid_id_offset(event->id); local 145 register ushort_t offset = vuid_id_offset(id); local 259 vuid_find_value(seg, offset) in vuid_find_value() argument 273 vuid_add_value(seg, offset) in vuid_add_value() argument
|
/titanic_41/usr/src/cmd/audio/utilities/ |
H A D | AudioUnixfile.cc | 317 off_t offset; in ReadData() local 407 off_t offset; in WriteData() local 485 off_t& offset) // returned byte offset in seekread() 551 off_t& offset) // returned byte offset in seekwrite()
|
H A D | AudioFile.cc | 434 off_t offset; in ReadData() local 520 off_t& offset) // returned byte offset in seekread() 536 off_t& offset) // returned byte offset in seekwrite() 569 size_t offset; in AsyncCopy() local
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | piclsmc.c | 108 get_alarm_fru_data(int offset, int size, void *buffer, format_t *format) in get_alarm_fru_data() 146 get_fru_data(int offset, int size, void *buffer, format_t *format) in get_fru_data() 234 read_common_header(fruid_offset_t *offset, format_t *format) in read_common_header() 264 read_bd_fields(uint8_t *field, int offset, format_t *format) in read_bd_fields() 426 fruid_offset_t *offset = NULL; in get_manr() local 573 off_t offset, format_t *format) in write_alarm_fru_data() 614 off_t offset, format_t *format) in write_fru_data() 699 off_t offset, format_t *format) in pwrite_new() 752 off_t offset, format_t *format) in pread_new()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | info.c | 78 int offset = optname - RDS_INFO_FIRST; in rdsv3_info_register_func() local 92 int offset = optname - RDS_INFO_FIRST; in rdsv3_info_deregister_func() local
|
/titanic_41/usr/src/cmd/sendmail/db/os/ |
H A D | os_rw.c | 94 size_t offset; local 124 size_t offset; local
|
/titanic_41/usr/src/cmd/mdb/sparc/v9/kmdb/ |
H A D | kaif_asmutil.h | 67 #define ADD_CRUMB(cpusave, offset, value, tmp) \ argument 71 #define ADD_CRUMB_CONST(cpusave, offset, value, tmp1, tmp2) \ argument
|
/titanic_41/usr/src/uts/common/io/1394/ |
H A D | s1394_csr.c | 546 uint_t offset; in s1394_CSR_state_clear() local 657 uint_t offset; in s1394_CSR_state_set() local 775 uint_t offset; in s1394_CSR_reset_start() local 869 uint_t offset; in s1394_CSR_test_regs() local 964 uint_t offset; in s1394_CSR_cycle_time() local 1046 uint_t offset; in s1394_CSR_bus_time() local 1168 uint_t offset; in s1394_CSR_IRM_regs() local 1367 uint_t offset; in s1394_common_CSR_routine() local
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_label.c | 117 uint32_t offset; in simple_dimm_label() local 179 uint32_t offset, dimms_per_chip; in simple_dimm_label_mp() local 264 uint32_t offset; in seq_dimm_label() local 342 uint32_t offset; in simple_chip_label() local 399 uint32_t offset; in fsb2_chip_label() local 673 uint32_t offset; in simple_cs_label_mp() local 720 uint32_t offset; in g4_dimm_label() local
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_die_deliv.c | 69 _dwarf_find_CU_Context(Dwarf_Debug dbg, Dwarf_Off offset) in _dwarf_find_CU_Context() 120 _dwarf_find_offdie_CU_Context(Dwarf_Debug dbg, Dwarf_Off offset) in _dwarf_find_offdie_CU_Context() 154 Dwarf_Off offset, Dwarf_Error * error) in _dwarf_make_CU_Context() 405 Dwarf_Unsigned offset = 0; in _dwarf_next_die_info_ptr() local 758 Dwarf_Off offset, Dwarf_Die * new_die, Dwarf_Error * error) in dwarf_offdie()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zio_checksum.c | 145 zio_checksum_label_verifier(zio_cksum_t *zcp, uint64_t offset) in zio_checksum_label_verifier() 158 uint64_t offset = zio->io_offset; in zio_checksum_compute() local 201 uint64_t offset = zio->io_offset; in zio_checksum_error() local
|
/titanic_41/usr/src/uts/common/io/audio/drv/audioens/ |
H A D | audioens.c | 154 #define GET8(dev, offset) \ argument 156 #define GET16(dev, offset) \ argument 158 #define GET32(dev, offset) \ argument 160 #define PUT8(dev, offset, v) \ argument 162 #define PUT16(dev, offset, v) \ argument 164 #define PUT32(dev, offset, v) \ argument 167 #define CLR8(dev, offset, v) PUT8(dev, offset, GET8(dev, offset) & ~(v)) argument 168 #define SET8(dev, offset, v) PUT8(dev, offset, GET8(dev, offset) | (v)) argument 169 #define CLR32(dev, offset, v) PUT32(dev, offset, GET32(dev, offset) & ~(v)) argument 170 #define SET32(dev, offset, v) PUT32(dev, offset, GET32(dev, offset) | (v)) argument [all …]
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | fcntl.c | 72 u_offset_t offset; in fcntl() local 717 flock_check(vnode_t *vp, flock64_t *flp, offset_t offset, offset_t max) in flock_check() 787 flock_get_start(vnode_t *vp, flock64_t *flp, offset_t offset, u_offset_t *start) in flock_get_start()
|
/titanic_41/usr/src/psm/promif/ieee1275/sun4u/ |
H A D | prom_starcat.c | 107 prom_starcat_iosram_read(uint32_t key, uint32_t offset, uint32_t len, in prom_starcat_iosram_read() 168 prom_starcat_iosram_write(uint32_t key, uint32_t offset, uint32_t len, in prom_starcat_iosram_write()
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | instance.c | 40 alloc_instance_data(fcode_env_t *env, int init, int n, int *offset) in alloc_instance_data() 57 token_t offset; in get_instance_address() local
|
/titanic_41/usr/src/cmd/adbgen/common/ |
H A D | adbsub.c | 56 offset(off_t off) in offset() function 200 indirect(off_t offset, size_t size, char *base, char *member) in indirect()
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | cryptoadm.c | 246 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 578 ulong_t offset; in load_soft_disabled() local 658 ulong_t offset; in load_soft_config() local
|