Searched refs:offset (Results 376 - 400 of 3197) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_dirhash.c96 static void ufsdirhash_adjfree(struct dirhash *dh, doff_t offset, int diff);
99 doff_t offset);
100 static doff_t ufsdirhash_getprev(struct direct *dp, doff_t offset);
536 * Find the offset of the specified name within the given inode.
540 * If successful, the directory offset is stored in *offp, and a
542 * prevoffp is non-NULL, the offset of the previous entry within
556 doff_t blkoff, bmask, offset, prevoff, seqoff; local
603 * offset of the directory entry immediately following
604 * the last entry that was looked up. Check if this offset
607 for (i = slot; (offset
805 ufsdirhash_add(struct inode *ip, struct direct *dirp, doff_t offset) argument
846 ufsdirhash_remove(struct inode *ip, struct direct *dirp, doff_t offset) argument
895 ufsdirhash_newblk(struct inode *ip, doff_t offset) argument
924 ufsdirhash_dirtrunc(struct inode *ip, doff_t offset) argument
973 ufsdirhash_checkblock(struct inode *ip, char *buf, doff_t offset) argument
1057 ufsdirhash_adjfree(struct dirhash *dh, doff_t offset, int diff) argument
1093 ufsdirhash_findslot(struct dirhash *dh, char *name, int namelen, doff_t offset) argument
1147 ufsdirhash_getprev(struct direct *dirp, doff_t offset) argument
[all...]
/freebsd-11-stable/contrib/ntp/parseutil/
H A Dtestdcf.c136 char offset; /* start bit */ member in struct:rawdcfcode
166 char offset; /* start bit of parity field */ member in struct:partab
188 first = rawdcfcode[idx].offset;
190 for (i = rawdcfcode[idx+1].offset - 1; i >= first; i--)
207 last = partab[idx+1].offset;
209 for (i = partab[idx].offset; i < last; i++)
333 int offset = 15; local
343 offset = 0;
349 offset = 0;
444 printf(" %s", &"PTB private....RADMLSMin....PHour..PMDay..DayMonthYear....P\n"[offset]);
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_meinberg.c129 * <+/->,<00:00> = offset to UTC
302 if (Stoi(&buffer[format->field_offsets[O_DAY].offset], &clock_time->day,
304 Stoi(&buffer[format->field_offsets[O_MONTH].offset], &clock_time->month,
306 Stoi(&buffer[format->field_offsets[O_YEAR].offset], &clock_time->year,
308 Stoi(&buffer[format->field_offsets[O_HOUR].offset], &clock_time->hour,
310 Stoi(&buffer[format->field_offsets[O_MIN].offset], &clock_time->minute,
312 Stoi(&buffer[format->field_offsets[O_SEC].offset], &clock_time->second,
319 unsigned char *f = &buffer[format->field_offsets[O_FLAGS].offset];
331 * offset (POWERUP flag) and know that the UTC indication
345 * only calculate UTC offset i
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_abbrev.c32 dwarf_get_abbrev(Dwarf_Debug dbg, Dwarf_Unsigned offset, argument
45 ret = _dwarf_abbrev_parse(dbg, NULL, &offset, &ab, error);
108 Dwarf_Half *attr_num, Dwarf_Signed *form, Dwarf_Off *offset,
115 offset == NULL) {
133 *offset = ad->ad_offset;
107 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signed ndx, Dwarf_Half *attr_num, Dwarf_Signed *form, Dwarf_Off *offset, Dwarf_Error *error) argument
H A Ddwarf_die.c72 uint64_t offset; local
108 offset = die->die_next_off;
111 * Look for DW_AT_sibling attribute for the offset of
116 offset = at->u[0].u64 + cu->cu_offset;
118 offset = at->u[0].u64;
120 offset = die->die_next_off;
125 ret = _dwarf_die_parse(die->die_dbg, ds, cu, cu->cu_dwarf_size, offset,
148 Dwarf_Off offset, Dwarf_Die *ret_die, Dwarf_Error *error)
154 offset, cu->cu_next_offset, ret_die, 0, error));
158 dwarf_offdie_b(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Boo argument
147 _dwarf_search_die_within_cu(Dwarf_Debug dbg, Dwarf_Section *s, Dwarf_CU cu, Dwarf_Off offset, Dwarf_Die *ret_die, Dwarf_Error *error) argument
227 dwarf_offdie(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Die *ret_die, Dwarf_Error *error) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dtoken.c163 apr_off_t offset; local
169 offset = prefix_lines;
178 offset++;
185 position->offset = offset;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/atomic/sparc64/
H A Dopensolaris_atomic.S80 and %o0, 0x3, %o4 ! %o4 = byte offset, left-to-right
81 xor %o4, 0x3, %g1 ! %g1 = byte offset, right-to-left
82 sll %g1, 3, %g1 ! %g1 = bit offset, right-to-left
84 sll %o3, %g1, %o3 ! %o3 = shifted to bit offset
85 sll %o1, %g1, %o1 ! %o1 = shifted to bit offset
/freebsd-11-stable/sbin/shutdown/
H A Dshutdown.c91 static time_t offset, shuttime; variable
139 offset = 0;
219 if (offset)
254 if (offset <= NOLOG_TIME) {
261 if (tp->timeleft < offset)
262 (void)sleep((u_int)(offset - tp->timeleft));
264 while (tp->timeleft && offset < tp->timeleft)
270 if ((sltime = offset - tp->timeleft)) {
272 timewarn(offset);
327 (offset >
[all...]
/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuz_blockcache.c65 if (lseek(fd, bcep->hit.offset, SEEK_SET) < 0) {
74 lseek(fd, cbp->info.offset, SEEK_SET);
105 assert((unsigned)lseek(fd, 0, SEEK_CUR) == bp->info.offset);
124 I2J(bcep->hit.blkno), I2J(bcep->hit.offset),
125 I2J(bp->info.offset), I2J(bp->info.len));
/freebsd-11-stable/sys/dev/isci/
H A Disci_oem_parameters.c95 uint32_t offset = 0; local
97 while (offset < OROM_SEARCH_LENGTH) {
102 if (*(uint16_t*)(orom_start + offset) == OROM_SIGNATURE) {
109 rom = (uint32_t *)(orom_start + offset);
173 offset += OROM_SIZE;
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c44 vm_offset_t offset; member in struct:ttm_agp_backend
67 agp_be->offset = node->start * PAGE_SIZE;
69 ttm->num_pages << PAGE_SHIFT, agp_be->offset);
81 agp_be->offset);
116 agp_be->offset = 0;
/freebsd-11-stable/sys/dev/e1000/
H A De1000_nvm.h63 s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
64 s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset,
66 s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words,
70 s32 e1000_write_nvm_microwire(struct e1000_hw *hw, u16 offset,
72 s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words,
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mm.h132 ptrdiff_t offset; local
138 offset = (u32) ((u8 *) item - (u8 *) memblock);
139 vxge_assert(offset >= 0 && (u32) offset < mempool->memblock_size);
141 (*memblock_item_idx) = (u32) offset / mempool->item_size;
/freebsd-11-stable/lib/libc/stdio/
H A Dstdio.c69 __sseek(void *cookie, fpos_t offset, int whence) argument
73 return (lseek(fp->_file, (off_t)offset, whence));
132 _sseek(FILE *fp, fpos_t offset, int whence) argument
139 ret = (*fp->_seek)(fp->_cookie, offset, whence);
150 if (offset != 0 || whence != SEEK_CUR) {
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_barrier_dissemination.c40 unsigned int i, j, k, size, offset; local
53 for (k = 0, offset = 1; k < size; ++k, offset <<= 1) {
62 j = (i + offset) & (nthr - 1);
64 j = (i + offset) % nthr;
/freebsd-11-stable/contrib/libcxxrt/
H A Ddynamic_cast.cc156 ptrdiff_t offset = info->offset(); local
157 // If this is a virtual superclass, the offset is stored in the
158 // object's vtable at the offset requested; 2.9.5.6.c:
160 // 'For a non-virtual base, this is the offset in the object of the
161 // base subobject. For a virtual base, this is the offset in the
162 // virtual table of the virtual base offset for the virtual base
171 off = ADD_TO_PTR(off, offset);
172 offset = *off;
174 void *cast = ADD_TO_PTR(obj, offset);
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c28 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) argument
33 if (!(flags & MAP_ANON) || offset)
52 off_t end = length + offset;
71 void *ret = MapViewOfFile(h, dwDesiredAccess, DWORD_HI(offset), DWORD_LO(offset), length);
/freebsd-11-stable/contrib/unbound/contrib/
H A Dparseunbound.pl49 my $offset = 0;
60 $offset += 10000;
61 if ( $offset > -s $logfile or $offset > 10_000_000 ) {
64 $in->seek(-$offset, SEEK_END) or croak "cannot seek $logfile: $!\n";
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c41 return mac->offset / (XGMAC0_1_BASE_ADDR - XGMAC0_0_BASE_ADDR);
53 int cfg = t3_read_reg(adap, A_XGM_PORT_CFG + mac->offset);
75 u32 ctrl = A_XGM_SERDES_CTRL0 + mac->offset;
98 t3_set_reg_field(mac->adapter, A_XGM_RESET_CTRL + mac->offset,
103 t3_set_reg_field(mac->adapter, A_XGM_RESET_CTRL + mac->offset, 0,
109 t3_set_reg_field(mac->adapter, A_XGM_SERDES_STAT0 + mac->offset,
112 t3_set_reg_field(mac->adapter, A_XGM_SERDES_STAT1 + mac->offset,
115 t3_set_reg_field(mac->adapter, A_XGM_SERDES_STAT2 + mac->offset,
118 t3_set_reg_field(mac->adapter, A_XGM_SERDES_STAT3 + mac->offset,
124 t3_set_reg_field(mac->adapter, A_XGM_SERDES_STAT0 + mac->offset,
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dpr-support.c51 _uw16 offset; member in struct:__anon1213
57 _uw offset; member in struct:__anon1214
60 /* Calculate the address encoded by a 31-bit self-relative offset at address
66 _uw offset; local
68 offset = *p;
70 if (offset & (1 << 30))
71 offset |= 1u << 31;
73 return offset + (_uw) p;
135 _uw offset; local
137 offset
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Ddw2gencfi.c61 offsetT offset; member in struct:cfi_insn_data::__anon353::__anon354
222 cfi_add_CFA_insn_offset (int insn, offsetT offset)
227 insn_ptr->u.i = offset;
241 cfi_add_CFA_insn_reg_offset (int insn, unsigned regno, offsetT offset)
247 insn_ptr->u.ri.offset = offset;
267 cfi_add_CFA_offset (unsigned regno, offsetT offset)
272 cfi_add_CFA_insn_reg_offset (DW_CFA_offset, regno, offset);
276 if (offset % abs_data_align)
277 as_bad (_("register save offset no
221 cfi_add_CFA_insn_offset(int insn, offsetT offset) argument
240 cfi_add_CFA_insn_reg_offset(int insn, unsigned regno, offsetT offset) argument
266 cfi_add_CFA_offset(unsigned regno, offsetT offset) argument
282 cfi_add_CFA_def_cfa(unsigned regno, offsetT offset) argument
307 cfi_add_CFA_def_cfa_offset(offsetT offset) argument
468 offsetT offset; local
864 offsetT offset; local
[all...]
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_isa.c115 info->offset = 1;
120 info->offset = 1;
125 info->offset = 1;
154 info->offset = 1;
157 info->offset = 2;
160 info->offset = 4;
206 (uintmax_t)info.address, info.offset,
214 sc->ipmi_io_spacing = info.offset;
215 if (info.offset == 1) {
228 &sc->ipmi_io_rid, info.address + i * info.offset,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_utctm.c175 int offsign = a[o] == '-' ? 1 : -1, offset = 0; local
191 offset = n * 3600;
193 offset += n * 60;
197 if (offset && !OPENSSL_gmtime_adj(tm, 0, offset * offsign))
318 int offset;
332 offset = 0;
334 offset = g2(s->data + 13) * 60 + g2(s->data + 15);
336 offset = -offset;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp50 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); local
51 if (offset != DW_INVALID_OFFSET)
52 cus_with_data.insert(offset);
61 dw_offset_t offset = cu->GetOffset(); local
62 if (cus_with_data.find(offset) == cus_with_data.end())
75 lldb::offset_t offset = 0; local
76 while (data.ValidOffset(offset)) {
78 DWARFUnit::extract(m_dwarf, m_units.size(), data, section, &offset);
89 offset = (*unit_sp)->GetNextUnitOffset();
120 dw_offset_t offset) {
119 FindUnitIndex(DIERef::Section section, dw_offset_t offset) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dregcache.c129 int offset, i; local
134 offset = 0;
137 regs[i].offset = offset;
138 offset += regs[i].size;
141 register_bytes = offset / 8;
208 return registers + (reg_defs[n].offset / 8);

Completed in 265 milliseconds

<<11121314151617181920>>