Searched refs:offset (Results 26 - 50 of 3197) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libthr/arch/mips/include/
H A Dpthread_tls.h37 _get_static_tls_base(struct pthread *thr, size_t offset) argument
42 tlsbase += offset;
/freebsd-11-stable/lib/libthr/arch/powerpc/include/
H A Dpthread_tls.h37 _get_static_tls_base(struct pthread *thr, size_t offset) argument
42 tlsbase += offset;
/freebsd-11-stable/lib/libthr/arch/riscv/include/
H A Dpthread_tls.h37 _get_static_tls_base(struct pthread *thr, size_t offset) argument
42 tlsbase += offset;
/freebsd-11-stable/lib/libthr/arch/sparc64/include/
H A Dpthread_tls.h37 _get_static_tls_base(struct pthread *thr, size_t offset) argument
42 tlsbase -= offset;
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A DMKkeyname.awk41 print "struct kn { short offset; int code; };"
44 printf "\t{ %d, %s },\n", offset, $1
45 offset += length($1) + 1
82 print " for (i = 0; _nc_key_names[i].offset != -1; i++) {"
84 print " result = (NCURSES_CONST char *)key_names + _nc_key_names[i].offset;"
/freebsd-11-stable/contrib/gdb/gdb/regformats/
H A Dregdef.h34 /* The offset (in bits) of the value of this register in the buffer. */
35 int offset; member in struct:reg
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry_sparse.c54 la_int64_t offset, la_int64_t length)
58 if (offset < 0 || length < 0)
61 if (offset > INT64_MAX - length ||
62 offset + length > archive_entry_size(entry))
66 if (sp->offset + sp->length > offset)
69 if (sp->offset + sp->length == offset) {
70 if (sp->offset + sp->length + length < 0)
84 sp->offset
53 archive_entry_sparse_add_entry(struct archive_entry *entry, la_int64_t offset, la_int64_t length) argument
137 archive_entry_sparse_next(struct archive_entry * entry, la_int64_t *offset, la_int64_t *length) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h90 /// Encode an unsigned integer of size \a byte_size to \a offset.
92 /// Encode a single integer value at \a offset and return the offset that
97 /// \param[in] offset
98 /// The offset within the contained data at which to put the
110 /// The next offset in the bytes of this data if the integer
112 uint32_t PutUnsigned(uint32_t offset, uint32_t byte_size, uint64_t value);
116 /// \param[in] offset
117 /// The offset in bytes into the contained data at which to
127 /// The next valid offset withi
186 ValidOffsetForDataOfSize(uint32_t offset, uint32_t length) const argument
[all...]
/freebsd-11-stable/sys/mips/rmi/
H A Dbus_space_rmi.c59 bus_size_t offset, bus_size_t size,
65 bus_size_t offset);
70 bus_size_t offset);
75 bus_size_t offset);
80 bus_size_t offset, u_int8_t * addr,
86 bus_size_t offset, u_int16_t * addr,
92 bus_size_t offset, u_int32_t * addr,
98 bus_size_t offset, u_int8_t * addr,
104 bus_size_t offset, u_int16_t * addr,
110 bus_size_t offset, u_int32_
385 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
399 rmi_bus_space_read_1(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
406 rmi_bus_space_read_2(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
413 rmi_bus_space_read_4(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
425 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
432 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
439 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
451 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
458 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
465 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
479 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
486 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
493 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
505 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
515 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
543 rmi_bus_space_read_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset) argument
552 rmi_bus_space_read_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset) argument
560 rmi_bus_space_read_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset) argument
568 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
575 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
582 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
595 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
602 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
609 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
621 rmi_bus_space_write_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
629 rmi_bus_space_write_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
637 rmi_bus_space_write_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
645 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
652 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
659 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
666 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
676 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
[all...]
H A Dbus_space_rmi_pci.c59 bus_size_t offset, bus_size_t size,
65 bus_size_t offset);
70 bus_size_t offset);
75 bus_size_t offset);
80 bus_size_t offset, u_int8_t * addr,
86 bus_size_t offset, u_int16_t * addr,
92 bus_size_t offset, u_int32_t * addr,
98 bus_size_t offset, u_int8_t * addr,
104 bus_size_t offset, u_int16_t * addr,
110 bus_size_t offset, u_int32_
384 rmi_pci_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
398 rmi_pci_bus_space_read_1(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
405 rmi_pci_bus_space_read_2(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
412 rmi_pci_bus_space_read_4(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
424 rmi_pci_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_pci_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t * addr, size_t count) argument
446 rmi_pci_bus_space_read_multi_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t * addr, size_t count) argument
463 rmi_pci_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
471 rmi_pci_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
480 rmi_pci_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
494 rmi_pci_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
505 rmi_pci_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
516 rmi_pci_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
532 rmi_pci_bus_space_set_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int16_t value, size_t count) argument
542 rmi_pci_bus_space_set_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value, size_t count) argument
570 rmi_pci_bus_space_read_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset) argument
579 rmi_pci_bus_space_read_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset) argument
587 rmi_pci_bus_space_read_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset) argument
595 rmi_pci_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
605 rmi_pci_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
615 rmi_pci_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
632 rmi_pci_bus_space_read_region_1(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int8_t * addr, size_t count) argument
644 rmi_pci_bus_space_read_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int16_t * addr, size_t count) argument
656 rmi_pci_bus_space_read_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int32_t * addr, size_t count) argument
669 rmi_pci_bus_space_write_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
677 rmi_pci_bus_space_write_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
686 rmi_pci_bus_space_write_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
695 rmi_pci_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
706 rmi_pci_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
717 rmi_pci_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
728 rmi_pci_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
744 rmi_pci_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
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_crc32.c84 * which contains an SCTP packet starting at offset.
89 sctp_calculate_cksum(struct mbuf *m, uint32_t offset) argument
93 while (offset > 0) {
94 KASSERT(m != NULL, ("sctp_calculate_cksum, offset > length of mbuf chain"));
95 if (offset < (uint32_t)m->m_len) {
98 offset -= m->m_len;
101 if (offset > 0) {
103 (unsigned char *)(m->m_data + offset),
104 (unsigned int)(m->m_len - offset));
120 * mbuf chain m which contains an SCTP packet starting at offset
123 sctp_delayed_cksum(struct mbuf *m, uint32_t offset) argument
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pexp-defs.h53 static inline uint64_t CVMX_PEXP_NPEI_BAR1_INDEXX(unsigned long offset) argument
56 (OCTEON_IS_MODEL(OCTEON_CN52XX) && ((offset <= 31))) ||
57 (OCTEON_IS_MODEL(OCTEON_CN56XX) && ((offset <= 31)))))
58 cvmx_warn("CVMX_PEXP_NPEI_BAR1_INDEXX(%lu) is invalid on this chip\n", offset);
59 return CVMX_ADD_IO_SEG(0x00011F0000008000ull) + ((offset) & 31) * 16;
62 #define CVMX_PEXP_NPEI_BAR1_INDEXX(offset) (CVMX_ADD_IO_SEG(0x00011F0000008000ull) + ((offset) & 31) * 16)
186 static inline uint64_t CVMX_PEXP_NPEI_DMAX_COUNTS(unsigned long offset) argument
189 (OCTEON_IS_MODEL(OCTEON_CN52XX) && ((offset <= 4))) ||
190 (OCTEON_IS_MODEL(OCTEON_CN56XX) && ((offset <
198 CVMX_PEXP_NPEI_DMAX_DBELL(unsigned long offset) argument
210 CVMX_PEXP_NPEI_DMAX_IBUFF_SADDR(unsigned long offset) argument
222 CVMX_PEXP_NPEI_DMAX_NADDR(unsigned long offset) argument
415 CVMX_PEXP_NPEI_MEM_ACCESS_SUBIDX(unsigned long offset) argument
680 CVMX_PEXP_NPEI_PKTX_CNTS(unsigned long offset) argument
692 CVMX_PEXP_NPEI_PKTX_INSTR_BADDR(unsigned long offset) argument
704 CVMX_PEXP_NPEI_PKTX_INSTR_BAOFF_DBELL(unsigned long offset) argument
716 CVMX_PEXP_NPEI_PKTX_INSTR_FIFO_RSIZE(unsigned long offset) argument
728 CVMX_PEXP_NPEI_PKTX_INSTR_HEADER(unsigned long offset) argument
740 CVMX_PEXP_NPEI_PKTX_IN_BP(unsigned long offset) argument
752 CVMX_PEXP_NPEI_PKTX_SLIST_BADDR(unsigned long offset) argument
764 CVMX_PEXP_NPEI_PKTX_SLIST_BAOFF_DBELL(unsigned long offset) argument
776 CVMX_PEXP_NPEI_PKTX_SLIST_FIFO_RSIZE(unsigned long offset) argument
920 CVMX_PEXP_NPEI_PKT_IN_DONEX_CNTS(unsigned long offset) argument
1163 CVMX_PEXP_SLI_CTL_PORTX(unsigned long offset) argument
1222 CVMX_PEXP_SLI_DMAX_CNT(unsigned long offset) argument
1237 CVMX_PEXP_SLI_DMAX_INT_LEVEL(unsigned long offset) argument
1252 CVMX_PEXP_SLI_DMAX_TIM(unsigned long offset) argument
1278 CVMX_PEXP_SLI_INT_ENB_PORTX(unsigned long offset) argument
1381 CVMX_PEXP_SLI_MEM_ACCESS_SUBIDX(unsigned long offset) argument
1638 CVMX_PEXP_SLI_PKTX_CNTS(unsigned long offset) argument
1653 CVMX_PEXP_SLI_PKTX_INSTR_BADDR(unsigned long offset) argument
1668 CVMX_PEXP_SLI_PKTX_INSTR_BAOFF_DBELL(unsigned long offset) argument
1683 CVMX_PEXP_SLI_PKTX_INSTR_FIFO_RSIZE(unsigned long offset) argument
1698 CVMX_PEXP_SLI_PKTX_INSTR_HEADER(unsigned long offset) argument
1713 CVMX_PEXP_SLI_PKTX_IN_BP(unsigned long offset) argument
1727 CVMX_PEXP_SLI_PKTX_OUT_SIZE(unsigned long offset) argument
1742 CVMX_PEXP_SLI_PKTX_SLIST_BADDR(unsigned long offset) argument
1757 CVMX_PEXP_SLI_PKTX_SLIST_BAOFF_DBELL(unsigned long offset) argument
1772 CVMX_PEXP_SLI_PKTX_SLIST_FIFO_RSIZE(unsigned long offset) argument
1930 CVMX_PEXP_SLI_PKT_IN_DONEX_CNTS(unsigned long offset) argument
2099 CVMX_PEXP_SLI_PORTX_PKIND(unsigned long offset) argument
2110 CVMX_PEXP_SLI_S2M_PORTX_CTL(unsigned long offset) argument
[all...]
H A Dcvmx-mixx-defs.h56 static inline uint64_t CVMX_MIXX_BIST(unsigned long offset) argument
59 (OCTEON_IS_MODEL(OCTEON_CN52XX) && ((offset <= 1))) ||
60 (OCTEON_IS_MODEL(OCTEON_CN56XX) && ((offset == 0))) ||
61 (OCTEON_IS_MODEL(OCTEON_CN61XX) && ((offset <= 1))) ||
62 (OCTEON_IS_MODEL(OCTEON_CN63XX) && ((offset <= 1))) ||
63 (OCTEON_IS_MODEL(OCTEON_CN66XX) && ((offset <= 1))) ||
64 (OCTEON_IS_MODEL(OCTEON_CN68XX) && ((offset == 0)))))
65 cvmx_warn("CVMX_MIXX_BIST(%lu) is invalid on this chip\n", offset);
66 return CVMX_ADD_IO_SEG(0x0001070000100078ull) + ((offset) & 1) * 2048;
69 #define CVMX_MIXX_BIST(offset) (CVMX_ADD_IO_SE
72 CVMX_MIXX_CTL(unsigned long offset) argument
88 CVMX_MIXX_INTENA(unsigned long offset) argument
104 CVMX_MIXX_IRCNT(unsigned long offset) argument
120 CVMX_MIXX_IRHWM(unsigned long offset) argument
136 CVMX_MIXX_IRING1(unsigned long offset) argument
152 CVMX_MIXX_IRING2(unsigned long offset) argument
168 CVMX_MIXX_ISR(unsigned long offset) argument
184 CVMX_MIXX_ORCNT(unsigned long offset) argument
200 CVMX_MIXX_ORHWM(unsigned long offset) argument
216 CVMX_MIXX_ORING1(unsigned long offset) argument
232 CVMX_MIXX_ORING2(unsigned long offset) argument
248 CVMX_MIXX_REMCNT(unsigned long offset) argument
264 CVMX_MIXX_TSCTL(unsigned long offset) argument
278 CVMX_MIXX_TSTAMP(unsigned long offset) argument
[all...]
H A Dcvmx-agl-defs.h100 static inline uint64_t CVMX_AGL_GMX_PRTX_CFG(unsigned long offset) argument
103 (OCTEON_IS_MODEL(OCTEON_CN52XX) && ((offset <= 1))) ||
104 (OCTEON_IS_MODEL(OCTEON_CN56XX) && ((offset == 0))) ||
105 (OCTEON_IS_MODEL(OCTEON_CN61XX) && ((offset <= 1))) ||
106 (OCTEON_IS_MODEL(OCTEON_CN63XX) && ((offset <= 1))) ||
107 (OCTEON_IS_MODEL(OCTEON_CN66XX) && ((offset <= 1))) ||
108 (OCTEON_IS_MODEL(OCTEON_CN68XX) && ((offset == 0)))))
109 cvmx_warn("CVMX_AGL_GMX_PRTX_CFG(%lu) is invalid on this chip\n", offset);
110 return CVMX_ADD_IO_SEG(0x00011800E0000010ull) + ((offset) & 1) * 2048;
113 #define CVMX_AGL_GMX_PRTX_CFG(offset) (CVMX_ADD_IO_SE
116 CVMX_AGL_GMX_RXX_ADR_CAM0(unsigned long offset) argument
132 CVMX_AGL_GMX_RXX_ADR_CAM1(unsigned long offset) argument
148 CVMX_AGL_GMX_RXX_ADR_CAM2(unsigned long offset) argument
164 CVMX_AGL_GMX_RXX_ADR_CAM3(unsigned long offset) argument
180 CVMX_AGL_GMX_RXX_ADR_CAM4(unsigned long offset) argument
196 CVMX_AGL_GMX_RXX_ADR_CAM5(unsigned long offset) argument
212 CVMX_AGL_GMX_RXX_ADR_CAM_EN(unsigned long offset) argument
228 CVMX_AGL_GMX_RXX_ADR_CTL(unsigned long offset) argument
244 CVMX_AGL_GMX_RXX_DECISION(unsigned long offset) argument
260 CVMX_AGL_GMX_RXX_FRM_CHK(unsigned long offset) argument
276 CVMX_AGL_GMX_RXX_FRM_CTL(unsigned long offset) argument
292 CVMX_AGL_GMX_RXX_FRM_MAX(unsigned long offset) argument
308 CVMX_AGL_GMX_RXX_FRM_MIN(unsigned long offset) argument
324 CVMX_AGL_GMX_RXX_IFG(unsigned long offset) argument
340 CVMX_AGL_GMX_RXX_INT_EN(unsigned long offset) argument
356 CVMX_AGL_GMX_RXX_INT_REG(unsigned long offset) argument
372 CVMX_AGL_GMX_RXX_JABBER(unsigned long offset) argument
388 CVMX_AGL_GMX_RXX_PAUSE_DROP_TIME(unsigned long offset) argument
404 CVMX_AGL_GMX_RXX_RX_INBND(unsigned long offset) argument
418 CVMX_AGL_GMX_RXX_STATS_CTL(unsigned long offset) argument
434 CVMX_AGL_GMX_RXX_STATS_OCTS(unsigned long offset) argument
450 CVMX_AGL_GMX_RXX_STATS_OCTS_CTL(unsigned long offset) argument
466 CVMX_AGL_GMX_RXX_STATS_OCTS_DMAC(unsigned long offset) argument
482 CVMX_AGL_GMX_RXX_STATS_OCTS_DRP(unsigned long offset) argument
498 CVMX_AGL_GMX_RXX_STATS_PKTS(unsigned long offset) argument
514 CVMX_AGL_GMX_RXX_STATS_PKTS_BAD(unsigned long offset) argument
530 CVMX_AGL_GMX_RXX_STATS_PKTS_CTL(unsigned long offset) argument
546 CVMX_AGL_GMX_RXX_STATS_PKTS_DMAC(unsigned long offset) argument
562 CVMX_AGL_GMX_RXX_STATS_PKTS_DRP(unsigned long offset) argument
578 CVMX_AGL_GMX_RXX_UDD_SKP(unsigned long offset) argument
594 CVMX_AGL_GMX_RX_BP_DROPX(unsigned long offset) argument
610 CVMX_AGL_GMX_RX_BP_OFFX(unsigned long offset) argument
626 CVMX_AGL_GMX_RX_BP_ONX(unsigned long offset) argument
664 CVMX_AGL_GMX_SMACX(unsigned long offset) argument
691 CVMX_AGL_GMX_TXX_APPEND(unsigned long offset) argument
707 CVMX_AGL_GMX_TXX_CLK(unsigned long offset) argument
721 CVMX_AGL_GMX_TXX_CTL(unsigned long offset) argument
737 CVMX_AGL_GMX_TXX_MIN_PKT(unsigned long offset) argument
753 CVMX_AGL_GMX_TXX_PAUSE_PKT_INTERVAL(unsigned long offset) argument
769 CVMX_AGL_GMX_TXX_PAUSE_PKT_TIME(unsigned long offset) argument
785 CVMX_AGL_GMX_TXX_PAUSE_TOGO(unsigned long offset) argument
801 CVMX_AGL_GMX_TXX_PAUSE_ZERO(unsigned long offset) argument
817 CVMX_AGL_GMX_TXX_SOFT_PAUSE(unsigned long offset) argument
833 CVMX_AGL_GMX_TXX_STAT0(unsigned long offset) argument
849 CVMX_AGL_GMX_TXX_STAT1(unsigned long offset) argument
865 CVMX_AGL_GMX_TXX_STAT2(unsigned long offset) argument
881 CVMX_AGL_GMX_TXX_STAT3(unsigned long offset) argument
897 CVMX_AGL_GMX_TXX_STAT4(unsigned long offset) argument
913 CVMX_AGL_GMX_TXX_STAT5(unsigned long offset) argument
929 CVMX_AGL_GMX_TXX_STAT6(unsigned long offset) argument
945 CVMX_AGL_GMX_TXX_STAT7(unsigned long offset) argument
961 CVMX_AGL_GMX_TXX_STAT8(unsigned long offset) argument
977 CVMX_AGL_GMX_TXX_STAT9(unsigned long offset) argument
993 CVMX_AGL_GMX_TXX_STATS_CTL(unsigned long offset) argument
1009 CVMX_AGL_GMX_TXX_THRESH(unsigned long offset) argument
1135 CVMX_AGL_PRTX_CTL(unsigned long offset) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_compat_solaris_pax_sparse.c38 int64_t offset, length; local
68 archive_entry_sparse_next(ae, &offset, &length));
69 assertEqualInt(0, offset);
72 archive_entry_sparse_next(ae, &offset, &length));
73 assertEqualInt(393216, offset);
76 archive_entry_sparse_next(ae, &offset, &length));
77 assertEqualInt(786432, offset);
80 archive_read_data_block(a, &buff, &bytes_read, &offset)) {
82 assert((offset >= 0 && offset
119 int64_t offset, length; local
[all...]
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_fdt.c124 * We use the offset from fdtp to the node as the 'phandle' in OF interface.
127 * phandle in 64 bit. We also do not use the usual fdt offset as phandle,
132 fdt_offset_phandle(int offset) argument
134 if (offset < 0)
136 return ((phandle_t)offset + fdt_off_dt_struct(fdtp));
154 int offset; local
158 offset = fdt_path_offset(fdtp, "/");
160 return (fdt_offset_phandle(offset));
163 offset = fdt_phandle_offset(node);
164 if (offset <
174 int offset; local
187 int offset, paroffset; local
211 int offset, len; local
246 int len, offset; local
297 int offset; local
336 int offset; local
361 int offset; local
[all...]
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_ro.c58 static int fdt_nodename_eq_(const void *fdt, int offset, argument
62 const char *p = fdt_get_name(fdt, offset, &olen);
95 int offset; local
97 for (offset = fdt_next_node(fdt, -1, NULL);;
98 offset = fdt_next_node(fdt, offset, NULL)) {
101 if (offset == -FDT_ERR_NOTFOUND)
104 if (offset < 0)
107 phandle = fdt_get_phandle(fdt, offset);
135 static int nextprop_(const void *fdt, int offset) argument
159 fdt_subnode_offset_namelen(const void *fdt, int offset, const char *name, int namelen) argument
188 int offset = 0; local
274 int offset; local
282 fdt_next_property_offset(const void *fdt, int offset) argument
290 fdt_get_property_by_offset_(const void *fdt, int offset, int *lenp) argument
311 fdt_get_property_by_offset(const void *fdt, int offset, int *lenp) argument
327 fdt_get_property_namelen_(const void *fdt, int offset, const char *name, int namelen, int *lenp, int *poffset) argument
357 fdt_get_property_namelen(const void *fdt, int offset, const char *name, int namelen, int *lenp) argument
401 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
462 int offset, depth, namelen; local
514 int offset, depth; local
572 int offset; local
597 int offset; local
753 int offset, err; local
[all...]
H A Dlibfdt_internal.h65 int fdt_check_node_offset_(const void *fdt, int offset);
66 int fdt_check_prop_offset_(const void *fdt, int offset);
70 static inline const void *fdt_offset_ptr_(const void *fdt, int offset) argument
72 return (const char *)fdt + fdt_off_dt_struct(fdt) + offset;
75 static inline void *fdt_offset_ptr_w_(void *fdt, int offset) argument
77 return (void *)(uintptr_t)fdt_offset_ptr_(fdt, offset);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp26 lldb::offset_t *offset, uint64_t *value,
28 const lldb::offset_t saved_offset = *offset;
29 *value = data.GetMaxU64(offset, byte_size);
30 return *offset != saved_offset;
34 lldb::offset_t *offset, uint64_t *value,
36 lldb::offset_t saved_offset = *offset;
39 if (!GetMaxU64(data, offset, value, byte_size)) {
40 *offset = saved_offset;
48 lldb::offset_t *offset, int64_t *value,
50 const lldb::offset_t saved_offset = *offset;
25 GetMaxU64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, uint64_t *value, uint32_t byte_size) argument
33 GetMaxU64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, uint64_t *value, uint32_t byte_size, uint32_t count) argument
47 GetMaxS64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, int64_t *value, uint32_t byte_size) argument
55 GetMaxS64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, int64_t *value, uint32_t byte_size, uint32_t count) argument
99 lldb::offset_t offset = 0; local
114 Parse(lldb_private::DataExtractor &data, lldb::offset_t *offset) argument
222 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset) argument
319 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset) argument
362 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset) argument
400 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset) argument
410 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset) argument
422 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset) argument
[all...]
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxge-os-pal.h59 volatile int offset; /* offset within the tracebuf */ member in struct:xge_os_tracebuf_t
74 int offset = tb->offset; \
76 int leftsize = tb->size - offset; \
78 xge_os_memzero(tb->data + offset, leftsize); \
79 offset = 0; \
82 xge_os_memcpy(tb->data + offset, tb->msg, msgsize-1); \
83 *(tb->data + offset + msgsize-1) = '\n'; \
84 *(tb->data + offset
[all...]
/freebsd-11-stable/sys/mips/nlm/
H A Dbus_space_rmi_pci.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_
389 rmi_pci_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
403 rmi_pci_bus_space_read_1(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
410 rmi_pci_bus_space_read_2(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
420 rmi_pci_bus_space_read_4(void *tag, bus_space_handle_t handle, bus_size_t offset) argument
434 rmi_pci_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t * addr, size_t count) argument
444 rmi_pci_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t * addr, size_t count) argument
456 rmi_pci_bus_space_read_multi_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t * addr, size_t count) argument
473 rmi_pci_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
481 rmi_pci_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
490 rmi_pci_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
504 rmi_pci_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
515 rmi_pci_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
526 rmi_pci_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
542 rmi_pci_bus_space_set_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int16_t value, size_t count) argument
552 rmi_pci_bus_space_set_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value, size_t count) argument
580 rmi_pci_bus_space_read_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset) argument
589 rmi_pci_bus_space_read_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset) argument
597 rmi_pci_bus_space_read_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset) argument
605 rmi_pci_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
615 rmi_pci_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
625 rmi_pci_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
642 rmi_pci_bus_space_read_region_1(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int8_t * addr, size_t count) argument
654 rmi_pci_bus_space_read_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int16_t * addr, size_t count) argument
666 rmi_pci_bus_space_read_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int32_t * addr, size_t count) argument
679 rmi_pci_bus_space_write_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
687 rmi_pci_bus_space_write_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
696 rmi_pci_bus_space_write_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
705 rmi_pci_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
716 rmi_pci_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
727 rmi_pci_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
738 rmi_pci_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
754 rmi_pci_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
[all...]
/freebsd-11-stable/sys/ddb/
H A Ddb_print.c53 db_expr_t value, offset; local
61 db_find_xtrn_sym_and_offset((db_addr_t)value, &name, &offset);
62 if (name != NULL && offset <= (unsigned long)db_maxoff &&
63 offset != value) {
65 if (offset != 0)
66 db_printf("+%+#lr", (long)offset);
/freebsd-11-stable/sys/dev/sound/pci/
H A Dcsavar.h61 int csa_readcodec(csa_res *resp, u_long offset, u_int32_t *data);
62 int csa_writecodec(csa_res *resp, u_long offset, u_int32_t data);
64 u_int32_t csa_readio(csa_res *resp, u_long offset);
65 void csa_writeio(csa_res *resp, u_long offset, u_int32_t data);
66 u_int32_t csa_readmem(csa_res *resp, u_long offset);
67 void csa_writemem(csa_res *resp, u_long offset, u_int32_t data);
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dlibfdt_internal.h65 int _fdt_check_node_offset(const void *fdt, int offset);
66 int _fdt_check_prop_offset(const void *fdt, int offset);
70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) argument
72 return (const char *)fdt + fdt_off_dt_struct(fdt) + offset;
75 static inline void *_fdt_offset_ptr_w(void *fdt, int offset) argument
77 return (void *)(uintptr_t)_fdt_offset_ptr(fdt, offset);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.h100 #define STORE_RT_REG(hwfn, offset, val) \
101 ecore_init_store_rt_reg(hwfn, offset, val)
103 #define OVERWRITE_RT_REG(hwfn, offset, val) \
104 ecore_init_store_rt_reg(hwfn, offset, val)
121 #define STORE_RT_REG_AGG(hwfn, offset, val) \
122 ecore_init_store_rt_agg(hwfn, offset, (u32*)&val, sizeof(val))

Completed in 399 milliseconds

1234567891011>>