Searched refs:offset (Results 51 - 75 of 3197) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c49 /* 'offset' and 'limit' define the range in the source window. */ member in struct:range_index_node_t
50 apr_size_t offset;
74 'offset' and 'limit' always refer to the "virtual" source data
76 offset to use for generating the target op is 'target_offset';
80 /* 'offset' and 'limit' define the range. */ member in struct:range_list_node_t
81 apr_size_t offset;
148 apr_size_t offset = 0;
156 ndx->offs[i] = offset;
157 offset += window->ops[i].length;
159 ndx->offs[ndx->length] = offset;
146 apr_size_t offset = 0; local
169 search_offset_index(const offset_index_t *ndx, apr_size_t offset, apr_size_t hint) argument
236 alloc_range_index_node(range_index_t *ndx, apr_size_t offset, apr_size_t limit, apr_size_t target_offset) argument
265 splay_range_index(apr_size_t offset, range_index_t *ndx) argument
408 apr_size_t const offset = local
435 insert_range(apr_size_t offset, apr_size_t limit, apr_size_t target_offset, range_index_t *ndx) argument
521 alloc_range_list(range_list_node_t **list, range_list_node_t **tail, range_index_t *ndx, enum range_kind kind, apr_size_t offset, apr_size_t limit, apr_size_t target_offset) argument
567 build_range_list(apr_size_t offset, apr_size_t limit, range_index_t *ndx) argument
638 copy_source_ops(apr_size_t offset, apr_size_t limit, apr_size_t target_offset, apr_size_t hint, svn_txdelta__ops_baton_t *build_baton, const svn_txdelta_window_t *window, const offset_index_t *ndx, apr_pool_t *pool) argument
800 const apr_size_t offset = op->offset; local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_vm.c34 int drm_mmap(struct cdev *kdev, vm_ooffset_t offset, vm_paddr_t *paddr, argument
57 DRM_DEBUG("called with offset %016jx\n", offset);
58 if (dev->dma && offset < ptoa(dev->dma->page_count)) {
64 unsigned long page = offset >> PAGE_SHIFT;
86 if (offset >> DRM_MAP_HANDLE_SHIFT ==
92 DRM_DEBUG("Can't find map, request offset = %016jx\n", offset);
94 DRM_DEBUG("map offset = %016lx, handle = %016lx\n",
95 map->offset, (unsigne
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_vm.c48 drm_mmap(struct cdev *kdev, vm_ooffset_t offset, vm_paddr_t *paddr, argument
71 DRM_DEBUG("called with offset %016jx\n", offset);
72 if (dev->dma && offset < ptoa(dev->dma->page_count)) {
78 unsigned long page = offset >> PAGE_SHIFT;
100 if (offset >> DRM_MAP_HANDLE_SHIFT ==
106 DRM_DEBUG("Can't find map, request offset = %016jx\n", offset);
108 DRM_DEBUG("map offset = %016lx, handle = %016lx\n",
109 map->offset, (unsigne
[all...]
/freebsd-11-stable/sys/dev/hptmv/
H A Dmv.c49 MV_REG_WRITE_BYTE(MV_BUS_ADDR_T base, MV_U32 offset, MV_U8 val) argument
51 writeb((void *)((ULONG_PTR)base + offset), val);
55 MV_REG_WRITE_WORD(MV_BUS_ADDR_T base, MV_U32 offset, MV_U16 val) argument
57 writew((void *)((ULONG_PTR)base + offset), val);
61 MV_REG_WRITE_DWORD(MV_BUS_ADDR_T base, MV_U32 offset, MV_U32 val) argument
63 writel((void *)((ULONG_PTR)base + offset), val);
67 MV_REG_READ_BYTE(MV_BUS_ADDR_T base, MV_U32 offset) argument
69 return readb((void *)((ULONG_PTR)base + offset));
73 MV_REG_READ_WORD(MV_BUS_ADDR_T base, MV_U32 offset) argument
75 return readw((void *)((ULONG_PTR)base + offset));
79 MV_REG_READ_DWORD(MV_BUS_ADDR_T base, MV_U32 offset) argument
[all...]
/freebsd-11-stable/sbin/hastd/
H A Drangelock.h44 int rangelock_add(struct rangelocks *rls, off_t offset, off_t length);
45 void rangelock_del(struct rangelocks *rls, off_t offset, off_t length);
46 bool rangelock_islocked(struct rangelocks *rls, off_t offset, off_t length);
/freebsd-11-stable/contrib/ntp/scripts/stats/
H A Dloop.S2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0))
3 loop$offset <- loop$offset * 1e6
7 plot(loop$sec, loop$offset, type="l", xlab=paste("MJD", loop$day, "Time (s)"), ylab="PLL Offset (us)", ylim=c(-400, 400))
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_pagelist.h47 unsigned short offset; member in struct:pagelist_struct
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_macaddr.h36 int offset, int is_local);
/freebsd-11-stable/sys/mips/cavium/
H A Duart_cpu_octeonusart.c58 ou_bs_r_1(void *t, bus_space_handle_t handle, bus_size_t offset) argument
61 return (cvmx_read64_uint64(handle + offset));
65 ou_bs_r_2(void *t, bus_space_handle_t handle, bus_size_t offset) argument
68 return (cvmx_read64_uint64(handle + offset));
72 ou_bs_r_4(void *t, bus_space_handle_t handle, bus_size_t offset) argument
75 return (cvmx_read64_uint64(handle + offset));
79 ou_bs_r_8(void *t, bus_space_handle_t handle, bus_size_t offset) argument
82 return (cvmx_read64_uint64(handle + offset));
86 ou_bs_w_1(void *t, bus_space_handle_t bsh, bus_size_t offset, uint8_t value) argument
89 cvmx_write64_uint64(bsh + offset, valu
93 ou_bs_w_2(void *t, bus_space_handle_t bsh, bus_size_t offset, uint16_t value) argument
100 ou_bs_w_4(void *t, bus_space_handle_t bsh, bus_size_t offset, uint32_t value) argument
107 ou_bs_w_8(void *t, bus_space_handle_t bsh, bus_size_t offset, uint64_t value) argument
[all...]
/freebsd-11-stable/share/examples/kld/syscall/module/
H A Dsyscall.c57 * The offset in sysent where the syscall is allocated.
59 static int offset = NO_SYSCALL; variable
71 printf("syscall loaded at %d\n", offset);
74 printf("syscall unloaded from %d\n", offset);
83 SYSCALL_MODULE(syscall, &offset, &hello_sysent, load, NULL);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.h46 PdbCompilandSymId(uint16_t modi, uint32_t offset) argument
47 : modi(modi), offset(offset) {}
52 // offset by 4 from the CVSymbolArray's notion of offset
54 uint32_t offset = 0; member in struct:lldb_private::npdb::PdbCompilandSymId
59 PdbGlobalSymId(uint32_t offset, bool is_public) argument
60 : offset(offset), is_public(is_public) {}
63 uint32_t offset member in struct:lldb_private::npdb::PdbGlobalSymId
88 uint16_t offset = 0; member in struct:lldb_private::npdb::PdbFieldListMemberId
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-ixf18201.c217 int offset; local
271 offset = 0x500 * index;
272 cvmx_ixf18201_write32(0x3100 + offset, 0x47f7b);
273 cvmx_ixf18201_write16(0x3005 + offset, 0x0040);
274 cvmx_ixf18201_write16(0x3006 + offset, 0);
298 offset = 0x500 * index;
301 cvmx_ixf18201_write16(0x3007 + offset, 0x81c0 | (cal_len_min_1 << 11));
302 cvmx_ixf18201_write16(0x3008 + offset, 0x3600 | (cal_len_min_1 << 4));
303 cvmx_ixf18201_write16(0x3000 + offset, 0x0060);
304 cvmx_ixf18201_write16(0x3002 + offset,
[all...]
H A Dcvmx-pcsx-defs.h55 static inline uint64_t CVMX_PCSX_ANX_ADV_REG(unsigned long offset, unsigned long block_id) argument
59 if (((offset <= 1)) && ((block_id == 0)))
60 return CVMX_ADD_IO_SEG(0x00011800B0001010ull) + (((offset) & 1) + ((block_id) & 0) * 0x20000ull) * 1024;
64 if (((offset <= 3)) && ((block_id == 0)))
65 return CVMX_ADD_IO_SEG(0x00011800B0001010ull) + (((offset) & 3) + ((block_id) & 0) * 0x20000ull) * 1024;
70 if (((offset <= 3)) && ((block_id <= 1)))
71 return CVMX_ADD_IO_SEG(0x00011800B0001010ull) + (((offset) & 3) + ((block_id) & 1) * 0x20000ull) * 1024;
74 if (((offset <= 3)) && ((block_id <= 4)))
75 return CVMX_ADD_IO_SEG(0x00011800B0001010ull) + (((offset) & 3) + ((block_id) & 7) * 0x4000ull) * 1024;
78 cvmx_warn("CVMX_PCSX_ANX_ADV_REG (%lu, %lu) not supported on this chip\n", offset, block_i
81 CVMX_PCSX_ANX_EXT_ST_REG(unsigned long offset, unsigned long block_id) argument
107 CVMX_PCSX_ANX_LP_ABIL_REG(unsigned long offset, unsigned long block_id) argument
133 CVMX_PCSX_ANX_RESULTS_REG(unsigned long offset, unsigned long block_id) argument
159 CVMX_PCSX_INTX_EN_REG(unsigned long offset, unsigned long block_id) argument
185 CVMX_PCSX_INTX_REG(unsigned long offset, unsigned long block_id) argument
211 CVMX_PCSX_LINKX_TIMER_COUNT_REG(unsigned long offset, unsigned long block_id) argument
237 CVMX_PCSX_LOG_ANLX_REG(unsigned long offset, unsigned long block_id) argument
263 CVMX_PCSX_MISCX_CTL_REG(unsigned long offset, unsigned long block_id) argument
289 CVMX_PCSX_MRX_CONTROL_REG(unsigned long offset, unsigned long block_id) argument
315 CVMX_PCSX_MRX_STATUS_REG(unsigned long offset, unsigned long block_id) argument
341 CVMX_PCSX_RXX_STATES_REG(unsigned long offset, unsigned long block_id) argument
367 CVMX_PCSX_RXX_SYNC_REG(unsigned long offset, unsigned long block_id) argument
393 CVMX_PCSX_SGMX_AN_ADV_REG(unsigned long offset, unsigned long block_id) argument
419 CVMX_PCSX_SGMX_LP_ADV_REG(unsigned long offset, unsigned long block_id) argument
445 CVMX_PCSX_TXX_STATES_REG(unsigned long offset, unsigned long block_id) argument
471 CVMX_PCSX_TX_RXX_POLARITY_REG(unsigned long offset, unsigned long block_id) argument
[all...]
H A Dcvmx-smix-defs.h55 static inline uint64_t CVMX_SMIX_CLK(unsigned long offset) argument
63 if ((offset == 0))
64 return CVMX_ADD_IO_SEG(0x0001180000001818ull) + ((offset) & 0) * 256;
72 if ((offset <= 1))
73 return CVMX_ADD_IO_SEG(0x0001180000001818ull) + ((offset) & 1) * 256;
76 if ((offset <= 3))
77 return CVMX_ADD_IO_SEG(0x0001180000003818ull) + ((offset) & 3) * 128;
80 cvmx_warn("CVMX_SMIX_CLK (offset = %lu) not supported on this chip\n", offset);
81 return CVMX_ADD_IO_SEG(0x0001180000001818ull) + ((offset)
83 CVMX_SMIX_CMD(unsigned long offset) argument
111 CVMX_SMIX_EN(unsigned long offset) argument
139 CVMX_SMIX_RD_DAT(unsigned long offset) argument
167 CVMX_SMIX_WR_DAT(unsigned long offset) argument
[all...]
H A Dcvmx-ilk-defs.h155 static inline uint64_t CVMX_ILK_RXX_CFG0(unsigned long offset) argument
158 (OCTEON_IS_MODEL(OCTEON_CN68XX) && ((offset <= 1)))))
159 cvmx_warn("CVMX_ILK_RXX_CFG0(%lu) is invalid on this chip\n", offset);
160 return CVMX_ADD_IO_SEG(0x0001180014020000ull) + ((offset) & 1) * 16384;
163 #define CVMX_ILK_RXX_CFG0(offset) (CVMX_ADD_IO_SEG(0x0001180014020000ull) + ((offset) & 1) * 16384)
166 static inline uint64_t CVMX_ILK_RXX_CFG1(unsigned long offset) argument
169 (OCTEON_IS_MODEL(OCTEON_CN68XX) && ((offset <= 1)))))
170 cvmx_warn("CVMX_ILK_RXX_CFG1(%lu) is invalid on this chip\n", offset);
171 return CVMX_ADD_IO_SEG(0x0001180014020008ull) + ((offset)
177 CVMX_ILK_RXX_FLOW_CTL0(unsigned long offset) argument
188 CVMX_ILK_RXX_FLOW_CTL1(unsigned long offset) argument
199 CVMX_ILK_RXX_IDX_CAL(unsigned long offset) argument
210 CVMX_ILK_RXX_IDX_STAT0(unsigned long offset) argument
221 CVMX_ILK_RXX_IDX_STAT1(unsigned long offset) argument
232 CVMX_ILK_RXX_INT(unsigned long offset) argument
243 CVMX_ILK_RXX_INT_EN(unsigned long offset) argument
254 CVMX_ILK_RXX_JABBER(unsigned long offset) argument
265 CVMX_ILK_RXX_MEM_CAL0(unsigned long offset) argument
276 CVMX_ILK_RXX_MEM_CAL1(unsigned long offset) argument
287 CVMX_ILK_RXX_MEM_STAT0(unsigned long offset) argument
298 CVMX_ILK_RXX_MEM_STAT1(unsigned long offset) argument
309 CVMX_ILK_RXX_RID(unsigned long offset) argument
320 CVMX_ILK_RXX_STAT0(unsigned long offset) argument
331 CVMX_ILK_RXX_STAT1(unsigned long offset) argument
342 CVMX_ILK_RXX_STAT2(unsigned long offset) argument
353 CVMX_ILK_RXX_STAT3(unsigned long offset) argument
364 CVMX_ILK_RXX_STAT4(unsigned long offset) argument
375 CVMX_ILK_RXX_STAT5(unsigned long offset) argument
386 CVMX_ILK_RXX_STAT6(unsigned long offset) argument
397 CVMX_ILK_RXX_STAT7(unsigned long offset) argument
408 CVMX_ILK_RXX_STAT8(unsigned long offset) argument
419 CVMX_ILK_RXX_STAT9(unsigned long offset) argument
430 CVMX_ILK_RX_LNEX_CFG(unsigned long offset) argument
441 CVMX_ILK_RX_LNEX_INT(unsigned long offset) argument
452 CVMX_ILK_RX_LNEX_INT_EN(unsigned long offset) argument
463 CVMX_ILK_RX_LNEX_STAT0(unsigned long offset) argument
474 CVMX_ILK_RX_LNEX_STAT1(unsigned long offset) argument
485 CVMX_ILK_RX_LNEX_STAT2(unsigned long offset) argument
496 CVMX_ILK_RX_LNEX_STAT3(unsigned long offset) argument
507 CVMX_ILK_RX_LNEX_STAT4(unsigned long offset) argument
518 CVMX_ILK_RX_LNEX_STAT5(unsigned long offset) argument
529 CVMX_ILK_RX_LNEX_STAT6(unsigned long offset) argument
540 CVMX_ILK_RX_LNEX_STAT7(unsigned long offset) argument
551 CVMX_ILK_RX_LNEX_STAT8(unsigned long offset) argument
562 CVMX_ILK_RX_LNEX_STAT9(unsigned long offset) argument
584 CVMX_ILK_TXX_CFG0(unsigned long offset) argument
595 CVMX_ILK_TXX_CFG1(unsigned long offset) argument
606 CVMX_ILK_TXX_DBG(unsigned long offset) argument
617 CVMX_ILK_TXX_FLOW_CTL0(unsigned long offset) argument
628 CVMX_ILK_TXX_FLOW_CTL1(unsigned long offset) argument
639 CVMX_ILK_TXX_IDX_CAL(unsigned long offset) argument
650 CVMX_ILK_TXX_IDX_PMAP(unsigned long offset) argument
661 CVMX_ILK_TXX_IDX_STAT0(unsigned long offset) argument
672 CVMX_ILK_TXX_IDX_STAT1(unsigned long offset) argument
683 CVMX_ILK_TXX_INT(unsigned long offset) argument
694 CVMX_ILK_TXX_INT_EN(unsigned long offset) argument
705 CVMX_ILK_TXX_MEM_CAL0(unsigned long offset) argument
716 CVMX_ILK_TXX_MEM_CAL1(unsigned long offset) argument
727 CVMX_ILK_TXX_MEM_PMAP(unsigned long offset) argument
738 CVMX_ILK_TXX_MEM_STAT0(unsigned long offset) argument
749 CVMX_ILK_TXX_MEM_STAT1(unsigned long offset) argument
760 CVMX_ILK_TXX_PIPE(unsigned long offset) argument
771 CVMX_ILK_TXX_RMATCH(unsigned long offset) argument
[all...]
/freebsd-11-stable/tools/tools/find-sb/
H A Dfind-sb.c39 intmax_t offset; local
41 offset = 0;
47 offset = strtoimax(optarg, &ch, 10);
48 if (*ch != '\0' || offset < 0)
50 offset -= offset % DEV_BSIZE;
67 if (offset != 0) {
68 end = lseek(fd, offset, SEEK_SET);
93 offset = end - len;
96 intmax_t fsbegin = offset
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dsetenv.c51 * Sets offset to be the offset of the name/value combination in the
58 __findenv(name, offset)
60 int *offset;
70 *offset = P - environ;
89 int l_value, offset; local
95 if ((C = __findenv(name, &offset))) { /* find if already exists */
123 offset = cnt;
126 if (!(environ[offset] = /* name + `=' + value */
129 for (C = environ[offset]; (*
146 int offset; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp111 lldb::offset_t offset, lldb::offset_t byte_size,
113 llvm::Optional<llvm::APInt> apint = GetAPInt(data, &offset, byte_size);
128 return offset;
148 offset_t offset = start_offset; local
174 offset += bytes_consumed;
186 return offset;
194 for (uint32_t count = 0; DE.ValidOffset(offset) && count < item_count;
199 offset > line_start_offset) {
202 (num_per_line - (offset - line_start_offset)) * 3 + 2),
205 offset
110 DumpAPInt(Stream *s, const DataExtractor &data, lldb::offset_t offset, lldb::offset_t byte_size, bool is_signed, unsigned radix) argument
[all...]
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c228 size_t offset = 0; local
234 offset += _unmarshall32(buf + offset, &magic);
241 offset += _unmarshall32(buf + offset, &version);
248 offset += _unmarshall32(buf + offset, node_count);
249 offset += _unmarshall32(buf + offset, port_count);
251 offset
316 size_t offset = 0; local
417 size_t offset = 0; local
770 size_t offset = 0; local
794 size_t offset = 0; local
813 size_t offset = 0; local
857 size_t offset = 0; local
[all...]
/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_text.c71 u_long offset, size; local
85 offset = uio->uio_offset;
86 if (offset + sizeof(v) > size)
88 v = bus_read_2(sc->mtl_text_res, offset);
100 u_long offset, size; local
111 offset = uio->uio_offset;
112 if (offset + sizeof(v) > size)
117 bus_write_2(sc->mtl_text_res, offset, v);
123 terasic_mtl_text_mmap(struct cdev *dev, vm_ooffset_t offset, argument
131 if (trunc_page(offset)
144 u_int offset; local
161 u_int offset; local
[all...]
/freebsd-11-stable/usr.sbin/kldxref/
H A Def.h16 #define EF_READ(ef, offset, len, dest) \
17 (ef)->ef_ops->read((ef)->ef_ef, offset, len, dest)
18 #define EF_READ_ENTRY(ef, offset, len, ptr) \
19 (ef)->ef_ops->read_entry((ef)->ef_ef, offset, len, ptr)
20 #define EF_SEG_READ(ef, offset, len, dest) \
21 (ef)->ef_ops->seg_read((ef)->ef_ef, offset, len, dest)
22 #define EF_SEG_READ_REL(ef, offset, len, dest) \
23 (ef)->ef_ops->seg_read_rel((ef)->ef_ef, offset, len, dest)
24 #define EF_SEG_READ_STRING(ef, offset, len, dest) \
25 (ef)->ef_ops->seg_read_string((ef)->ef_ef, offset, le
[all...]
/freebsd-11-stable/sys/mips/nlm/
H A Dbus_space_rmi.c61 bus_size_t offset, bus_size_t size,
67 bus_size_t offset);
72 bus_size_t offset);
77 bus_size_t offset);
82 bus_size_t offset, u_int8_t *addr,
88 bus_size_t offset, u_int16_t *addr,
94 bus_size_t offset, u_int32_t *addr,
100 bus_size_t offset, u_int8_t *addr,
106 bus_size_t offset, u_int16_t *addr,
112 bus_size_t offset, u_int32_
387 rmi_bus_space_subregion(void *t __unused, bus_space_handle_t bsh, bus_size_t offset, bus_size_t size __unused, bus_space_handle_t *nbshp) argument
401 rmi_bus_space_read_1(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
408 rmi_bus_space_read_2(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
415 rmi_bus_space_read_4(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
427 rmi_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t *addr, size_t count) argument
434 rmi_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t *addr, size_t count) argument
441 rmi_bus_space_read_multi_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t *addr, size_t count) argument
453 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
460 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
467 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
481 rmi_bus_space_write_multi_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t *addr, size_t count) argument
488 rmi_bus_space_write_multi_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t *addr, size_t count) argument
495 rmi_bus_space_write_multi_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t *addr, size_t count) argument
507 rmi_bus_space_set_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int16_t value, size_t count) argument
517 rmi_bus_space_set_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value, size_t count) argument
545 rmi_bus_space_read_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset) argument
554 rmi_bus_space_read_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset) argument
562 rmi_bus_space_read_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset) argument
570 rmi_bus_space_read_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t *addr, size_t count) argument
577 rmi_bus_space_read_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t *addr, size_t count) argument
584 rmi_bus_space_read_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t *addr, size_t count) argument
597 rmi_bus_space_read_region_1(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int8_t *addr, size_t count) argument
604 rmi_bus_space_read_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int16_t *addr, size_t count) argument
611 rmi_bus_space_read_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int32_t *addr, size_t count) argument
623 rmi_bus_space_write_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
631 rmi_bus_space_write_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
639 rmi_bus_space_write_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
647 rmi_bus_space_write_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t *addr, size_t count) argument
654 rmi_bus_space_write_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t *addr, size_t count) argument
661 rmi_bus_space_write_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t *addr, size_t count) argument
668 rmi_bus_space_write_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, const u_int16_t *addr, size_t count) argument
678 rmi_bus_space_write_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, const u_int32_t *addr, size_t count) argument
696 rmi_uart_bus_space_read_1(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
703 rmi_uart_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
[all...]
/freebsd-11-stable/sys/mips/malta/
H A Dgt_pci_bus_space.c228 bus_size_t offset)
231 return (rd16(handle + offset));
236 bus_size_t offset)
239 return (rd32(handle + offset));
244 bus_size_t offset, uint16_t *addr, size_t count)
246 bus_addr_t baddr = bsh + offset;
254 bus_size_t offset, uint32_t *addr, size_t count)
256 bus_addr_t baddr = bsh + offset;
264 * described by tag/handle and starting at `offset' and copy into
269 bus_size_t offset, uint16_
227 gt_pci_bs_r_2(void *t, bus_space_handle_t handle, bus_size_t offset) argument
235 gt_pci_bs_r_4(void *t, bus_space_handle_t handle, bus_size_t offset) argument
243 gt_pci_bs_rm_2(void *t, bus_space_handle_t bsh, bus_size_t offset, uint16_t *addr, size_t count) argument
253 gt_pci_bs_rm_4(void *t, bus_space_handle_t bsh, bus_size_t offset, uint32_t *addr, size_t count) argument
268 gt_pci_bs_rr_2(void *t, bus_space_handle_t bsh, bus_size_t offset, uint16_t *addr, size_t count) argument
280 gt_pci_bs_rr_4(void *t, bus_space_handle_t bsh, bus_size_t offset, uint32_t *addr, size_t count) argument
296 gt_pci_bs_w_2(void *t, bus_space_handle_t bsh, bus_size_t offset, uint16_t value) argument
304 gt_pci_bs_w_4(void *t, bus_space_handle_t bsh, bus_size_t offset, uint32_t value) argument
316 gt_pci_bs_wm_2(void *t, bus_space_handle_t bsh, bus_size_t offset, const uint16_t *addr, size_t count) argument
326 gt_pci_bs_wm_4(void *t, bus_space_handle_t bsh, bus_size_t offset, const uint32_t *addr, size_t count) argument
340 gt_pci_bs_wr_2(void *t, bus_space_handle_t bsh, bus_size_t offset, const uint16_t *addr, size_t count) argument
352 gt_pci_bs_wr_4(void *t, bus_space_handle_t bsh, bus_size_t offset, const uint32_t *addr, size_t count) argument
368 gt_pci_bs_sm_2(void *t, bus_space_handle_t bsh, bus_size_t offset, uint16_t value, size_t count) argument
378 gt_pci_bs_sm_4(void *t, bus_space_handle_t bsh, bus_size_t offset, uint32_t value, size_t count) argument
392 gt_pci_bs_sr_2(void *t, bus_space_handle_t bsh, bus_size_t offset, uint16_t value, size_t count) argument
402 gt_pci_bs_sr_4(void *t, bus_space_handle_t bsh, bus_size_t offset, uint32_t value, size_t count) argument
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_mode_sense.h84 U32 offset
99 U32 offset
106 U32 offset
113 U32 offset
120 U32 offset
127 U32 offset
134 U32 offset
141 U32 offset
/freebsd-11-stable/usr.sbin/bhyve/
H A Duart_emul.h44 uint8_t uart_read(struct uart_softc *sc, int offset);
45 void uart_write(struct uart_softc *sc, int offset, uint8_t value);

Completed in 408 milliseconds

1234567891011>>