Searched refs:offset (Results 326 - 350 of 3197) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/ahci/
H A Dahci.h540 #define ATA_INB(res, offset) \
541 bus_read_1((res), (offset))
542 #define ATA_INW(res, offset) \
543 bus_read_2((res), (offset))
544 #define ATA_INL(res, offset) \
545 bus_read_4((res), (offset))
546 #define ATA_INSW(res, offset, addr, count) \
547 bus_read_multi_2((res), (offset), (addr), (count))
548 #define ATA_INSW_STRM(res, offset, addr, count) \
549 bus_read_multi_stream_2((res), (offset), (add
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_nvm.c201 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
206 enum i40e_status_code i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset, argument
214 if (offset >= hw->nvm.sr_size) {
217 offset, hw->nvm.sr_size);
226 sr_reg = ((u32)offset << I40E_GLNVM_SRCTL_ADDR_SHIFT) |
242 offset);
252 * @offset: offset in words from module start
260 u8 module_pointer, u32 offset,
259 i40e_read_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
309 i40e_read_nvm_word_aq(struct i40e_hw *hw, u16 offset, u16 *data) argument
333 __i40e_read_nvm_word(struct i40e_hw *hw, u16 offset, u16 *data) argument
352 i40e_read_nvm_word(struct i40e_hw *hw, u16 offset, u16 *data) argument
380 i40e_read_nvm_buffer_srctl(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
413 i40e_read_nvm_buffer_aq(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
471 __i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
492 i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
522 i40e_write_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
569 __i40e_write_nvm_word(struct i40e_hw *hw, u32 offset, void *data) argument
593 __i40e_write_nvm_buffer(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dassertions.c124 unsigned long offset; local
128 &offset);
131 tracebuf[i], fname, offset);
/freebsd-11-stable/contrib/ntp/scripts/stats/
H A Detf.S3 etf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
4 r <- lsfit(etf$sec, etf$offset)
15 plot(etf$sec, etf$offset, type="l", xlab=paste("MJD", etf$day, "Time (s)"), ylab="External Offset (ns)", ylim=c(-400, 400))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-v3-abi.c58 / * The offset from a virtual pointer referring to this table
107 int offset; local
128 offset = 0;
135 FIELD_BITPOS (*field) = offset * TARGET_CHAR_BIT;
136 offset += TYPE_LENGTH (FIELD_TYPE (*field));
142 FIELD_BITPOS (*field) = offset * TARGET_CHAR_BIT;
143 offset += TYPE_LENGTH (FIELD_TYPE (*field));
149 FIELD_BITPOS (*field) = offset * TARGET_CHAR_BIT;
150 offset += TYPE_LENGTH (FIELD_TYPE (*field));
158 FIELD_BITPOS (*field) = offset * TARGET_CHAR_BI
280 gnuv3_virtual_fn_field(struct value **value_p, struct fn_field *f, int j, struct type *type, int offset) argument
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dchunk_mmap.c37 size_t offset; local
59 offset = ALIGNMENT_ADDR2OFFSET(ret, alignment);
60 if (offset != 0) {
/freebsd-11-stable/contrib/gcc/config/
H A Dhost-hpux.c88 hpux_gt_pch_use_address (void *base, size_t size, int fd, size_t offset) argument
99 addr = mmap (base, size, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, offset);
118 if (lseek (fd, offset, SEEK_SET) == (off_t)-1)
/freebsd-11-stable/contrib/gdb/gdb/regformats/
H A Dregdat.sh128 offset=0
146 echo " { \"${entry}\", ${offset}, ${type} },"
147 offset=`expr ${offset} + ${type}`
/freebsd-11-stable/contrib/binutils/gprof/
H A Dmips.c46 int offset; local
72 offset = (op & 0x03ffffff) << 2;
73 dest_pc = (pc & ~(bfd_vma) 0xfffffff) | offset;
/freebsd-11-stable/sys/arm64/arm64/
H A Din_cksum.c75 0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF, /* offset 0 */
76 0x00000000, 0x0000FF00, 0x00FFFF00, 0xFFFFFF00, /* offset 1 */
77 0x00000000, 0x00FF0000, 0xFFFF0000, 0xFFFF0000, /* offset 2 */
78 0x00000000, 0xFF000000, 0xFF000000, 0xFF000000, /* offset 3 */
97 int offset; local
106 if ((offset = 3 & (long) lw) != 0) {
107 const u_int32_t *masks = in_masks + (offset << 2);
108 lw = (u_int32_t *) (((long) lw) - offset);
110 len -= 4 - offset;
120 offset
[all...]
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h45 bus_size_t start; /**< EROM table offset */
46 bus_size_t offset; /**< current read offset */ member in struct:bcma_erom
79 bus_size_t offset);
83 void bcma_erom_seek(struct bcma_erom *erom, bus_size_t offset);
/freebsd-11-stable/sys/amd64/amd64/
H A Din_cksum.c75 0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF, /* offset 0 */
76 0x00000000, 0x0000FF00, 0x00FFFF00, 0xFFFFFF00, /* offset 1 */
77 0x00000000, 0x00FF0000, 0xFFFF0000, 0xFFFF0000, /* offset 2 */
78 0x00000000, 0xFF000000, 0xFF000000, 0xFF000000, /* offset 3 */
97 int offset; local
106 if ((offset = 3 & (long) lw) != 0) {
107 const u_int32_t *masks = in_masks + (offset << 2);
108 lw = (u_int32_t *) (((long) lw) - offset);
110 len -= 4 - offset;
120 offset
[all...]
/freebsd-11-stable/sys/dev/agp/
H A Dagpvar.h58 vm_offset_t ami_offset; /* page offset if bound */
107 * Bind memory allocated with agp_allocate() at a given offset within
109 * the offset is not at an AGP page boundary.
111 int agp_bind_memory(device_t dev, void *handle, vm_offset_t offset);
126 * Bind a set of pages at a given offset within the AGP aperture.
127 * Returns EINVAL if the given size or offset is not at an AGP page boundary.
130 vm_offset_t offset);
134 * Returns EINVAL if the given size or offset is not at an AGP page boundary.
136 int agp_unbind_pages(device_t dev, vm_size_t size, vm_offset_t offset);
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-fsl.c175 ch->r_io[ATA_DATA ].offset = 0xa0;
176 ch->r_io[ATA_FEATURE].offset = 0xa4;
177 ch->r_io[ATA_ERROR ].offset = 0xa4;
178 ch->r_io[ATA_COUNT ].offset = 0xa8;
179 ch->r_io[ATA_SECTOR ].offset = 0xac;
180 ch->r_io[ATA_CYL_LSB].offset = 0xb0;
181 ch->r_io[ATA_CYL_MSB].offset = 0xb4;
182 ch->r_io[ATA_DRIVE ].offset = 0xb8;
183 ch->r_io[ATA_COMMAND].offset = 0xbc;
185 ch->r_io[ATA_STATUS ].offset
[all...]
/freebsd-11-stable/contrib/unvis/
H A Dunvis.c110 int offset = 0, c, ret; local
115 offset++;
125 warnx("%s: offset: %d: can't decode", filename, offset);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-pk.c49 size_t keylen, offset; local
77 offset = 0;
91 memcpy((unsigned char *)keydata + offset,
93 min(keylen - offset, sizeof(shaoutput)));
95 offset += sizeof(shaoutput);
97 } while(offset < keylen);
213 size_t keylen, offset; local
271 offset = 0;
284 memcpy((unsigned char *)keydata + offset,
286 min(keylen - offset, EVP_MD_CTX_siz
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dtimezone.c77 int offset; member in struct:zone
112 for (zp = zonetab; zp->offset != -1;++zp) /* static tables */
113 if (zp->offset == zone) {
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_db.c106 size_t offset; local
117 offset = dl->dl_offset;
118 if (offset >= _region_size(&db->db_region))
122 offset = be32toh(dhx->dhx_entry_offset) +
129 if (_citrus_memory_stream_seek(&ms, offset, SEEK_SET))
137 offset = be32toh(dex->dex_next_offset);
141 dl->dl_offset = offset;
142 if (offset == 0)
175 } while (offset != 0);
300 size_t offset; local
[all...]
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_scroll.c326 recno_t offset; local
349 offset = (F_ISSET(vp, VC_C1SET) ? vp->count : 1) * (IS_SPLIT(sp) ?
351 offset = offset <= 2 ? 1 : offset - 2;
352 if (vs_sm_scroll(sp, &vp->m_stop, offset, CNTRL_F))
372 recno_t offset; local
400 offset = (F_ISSET(vp, VC_C1SET) ? vp->count : 1) * (IS_SPLIT(sp) ?
402 offset = offset <
[all...]
/freebsd-11-stable/sys/netinet/
H A Daccf_http.c48 static int mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, char *cmp);
50 static int mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset,
100 * starting at offset in m compare characters in mbuf chain for 'cmp'
103 mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, char *cmp) argument
112 for (; offset < m->m_len; offset++, cmp++) {
115 else if (*cmp != *(mtod(m, char *) + offset))
120 offset = 0;
128 * starting at offset in m compare characters in mbuf chain for 'cmp'
132 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, in argument
[all...]
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-mgmtaux.h57 unsigned int offset, int bufsize, char *retbuf,
61 unsigned int offset, u64 value);
64 unsigned int offset, int bufsize, char *retbuf,
/freebsd-11-stable/sys/powerpc/powerpc/
H A Din_cksum.c76 0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF, /* offset 0 */
77 0x00000000, 0x0000FF00, 0x00FFFF00, 0xFFFFFF00, /* offset 1 */
78 0x00000000, 0x00FF0000, 0xFFFF0000, 0xFFFF0000, /* offset 2 */
79 0x00000000, 0xFF000000, 0xFF000000, 0xFF000000, /* offset 3 */
82 0x00000000, 0xFF000000, 0xFFFF0000, 0xFFFFFF00, /* offset 0 */
83 0x00000000, 0x00FF0000, 0x00FFFF00, 0x00FFFFFF, /* offset 1 */
84 0x00000000, 0x0000FF00, 0x0000FFFF, 0x0000FFFF, /* offset 2 */
85 0x00000000, 0x000000FF, 0x000000FF, 0x000000FF, /* offset 3 */
105 int offset; local
114 if ((offset
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Din_cksum.c75 0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF, /* offset 0 */
76 0x00000000, 0x0000FF00, 0x00FFFF00, 0xFFFFFF00, /* offset 1 */
77 0x00000000, 0x00FF0000, 0xFFFF0000, 0xFFFF0000, /* offset 2 */
78 0x00000000, 0xFF000000, 0xFF000000, 0xFF000000, /* offset 3 */
97 int offset; local
106 if ((offset = 3 & (long) lw) != 0) {
107 const u_int32_t *masks = in_masks + (offset << 2);
108 lw = (u_int32_t *) (((long) lw) - offset);
110 len -= 4 - offset;
120 offset
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Din_cksum.c74 0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF, /* offset 0 */
75 0x00000000, 0x0000FF00, 0x00FFFF00, 0xFFFFFF00, /* offset 1 */
76 0x00000000, 0x00FF0000, 0xFFFF0000, 0xFFFF0000, /* offset 2 */
77 0x00000000, 0xFF000000, 0xFF000000, 0xFF000000, /* offset 3 */
80 0x00000000, 0xFF000000, 0xFFFF0000, 0xFFFFFF00, /* offset 0 */
81 0x00000000, 0x00FF0000, 0x00FFFF00, 0x00FFFFFF, /* offset 1 */
82 0x00000000, 0x0000FF00, 0x0000FFFF, 0x0000FFFF, /* offset 2 */
83 0x00000000, 0x000000FF, 0x000000FF, 0x000000FF, /* offset 3 */
103 int offset; local
112 if ((offset
[all...]
/freebsd-11-stable/tools/regression/geom/ConfCmp/
H A Da1.conf194 <offset>8585256960</offset>
208 <offset>3220439040</offset>
222 <offset>32256</offset>
256 <offset>10682408960</offset>
269 <offset>8585256960</offset>
[all...]

Completed in 268 milliseconds

<<11121314151617181920>>