Home
last modified time | relevance | path

Searched refs:_offset (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/distrib/alpha/instkernel/ramdisk/
Dinstall.sh314 _offset=$(( $root_offset * $sizemult ))
315 echo -n " :pa#${_size}:oa#${_offset}" >> $DT
318 _offset=$(( $swap_offset * $sizemult ))
319 echo " :pb#${_size}:ob#${_offset}:tb=swap:\\" >> $DT
321 _offset=$(( $part_offset * $sizemult ))
322 echo " :pc#${_size}:oc#${_offset}:\\" >> $DT
361 _offset=$(( $offset * $sizemult ))
362 echo -n " :pd#${_size}:od#${_offset}" >> $DT
368 _offset=$(( $offset * $sizemult ))
369 echo -n " :pe#${_size}:oe#${_offset}" >> $DT
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/regformats/
Dregdef.h26 reg (int _offset) in reg()
28 offset (_offset), in reg()
32 reg (const char *_name, int _offset, int _size) in reg()
34 offset (_offset), in reg()
/netbsd/src/lib/libc/stdio/
Dstdio.c72 fp->_offset += ret; in __sread()
113 fp->_offset = ret; in __sseek()
Dfseeko.c102 curoff = fp->_offset; in __weak_alias()
182 curoff = fp->_offset; in __weak_alias()
Dftell.c73 pos = fp->_offset; in ftell()
Dftello.c74 pos = fp->_offset; in __weak_alias()
Dfindfp.c80 ._offset = (off_t)0, \
/netbsd/src/sys/arch/vax/boot/boot/
Dif_ni.c305 data->bufs[0]._offset = 0; in niopen()
345 data->bufs[0]._offset = 0; in niopen()
472 data->bufs[0]._offset = 0; in ni_get()
511 data->bufs[0]._offset = 0; in ni_put()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtarget-debug.h367 if (layout.region##_offset != 0) \ in target_debug_print_x86_xsave_layout()
368 string_appendf (s, ", " #region "_offset=%d", layout.region##_offset); in target_debug_print_x86_xsave_layout()
/netbsd/src/sys/dev/bi/
Dif_ni.c364 data->bufs[j]._offset = 0; in niattach()
542 data->bufs[i]._offset = 0; in nistart()
779 data->bufs[0]._offset = 0; in ni_add_rxbuf()
Dif_nireg.h137 u_int16_t _offset; member
/netbsd/src/include/
Dstdio.h146 __off_t _offset; /* current lseek offset */ member
/netbsd/src/external/ibm-public/postfix/dist/src/milter/
Dmilter.c637 do { table[var##_offset].target = &var; } while (0)
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_check.c520 do { table[var##_offset].target = &var; } while (0)
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-199999 * bits/basic_file.h (filepos_cur): Base this on _offset.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog.104955 * alpha.h (alpha_{arg,auto}_offset): Make extern.