Searched refs:off (Results 176 - 200 of 1124) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c75 uint16_t eeval, off; local
87 off = GROUPS_OFFSET3_3 + GROUP1_OFFSET;
89 EEREAD(off++);
94 off = GROUPS_OFFSET3_2 + GROUP1_OFFSET;
96 EEREAD(off++);
101 EEREAD(off++);
106 EEREAD(off++);
111 EEREAD(off++);
117 EEREAD(off++);
287 uint32_t off; local
738 uint32_t off; local
818 uint32_t off; local
924 uint32_t off; local
1021 uint32_t off; local
1137 uint32_t off; local
[all...]
/freebsd-10-stable/usr.bin/csup/
H A Dstream.c94 size_t off; member in struct:buf
126 #define buf_avail(buf) ((buf)->size - (buf)->off - (buf)->in)
232 buf->off = 0;
263 memmove(buf->buf, buf->buf + buf->off, buf_count(buf));
264 buf->off = 0;
285 buf->off = 0;
287 buf->off += n;
373 stream_truncate_buf(struct buf *b, off_t off) argument
375 b->off += off;
749 stream_truncate_rel(struct stream *stream, off_t off) argument
[all...]
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c201 /* Given a presumed RPCB request, perform some minor tests and pass off */
202 /* for decoding. Also pass packet off for a rewrite if necessary. */
213 u_int off, dlen; local
225 off = (char *)fin->fin_dp - (char *)fin->fin_ip;
226 off += sizeof(udphdr_t) + fin->fin_ipoff;
236 COPYDATA(m, off, dlen, (caddr_t)&rm->rm_msgbuf);
239 /* Send off to decode request. */
251 rv = ipf_p_rpcb_modreq(fin, nat, rm, m, off);
271 /* Given a presumed RPCB reply, perform some minor tests and pass off */
286 u_int off, dle local
[all...]
/freebsd-10-stable/sys/netipsec/
H A Dxform_ah.c279 int off, count; local
320 for (off = sizeof(struct ip); off < skip;) {
321 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP ||
322 off + 1 < skip)
326 "option %d\n", __func__, ptr[off]));
332 switch (ptr[off]) {
334 off = skip; /* End the loop. */
338 off
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dcswstat.d52 sched:::off-cpu
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Kernel/
H A Dcswstat.d52 sched:::off-cpu
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d43 #pragma D option flowindent=off
/freebsd-10-stable/contrib/binutils/gas/
H A Dfrags.c119 /* Call this to close off a completed frag, and start up a new (empty)
184 Close off the old frag with a .fill 0.
203 current frag. Close off the old frag with a .fill 0.
405 bfd_vma off;
409 off = frag1->fr_address - frag2->fr_address;
412 *offset = off;
420 off += frag->fr_fix + frag->fr_offset * frag->fr_var;
426 *offset = off;
432 off = frag1->fr_address - frag2->fr_address;
436 off
395 bfd_vma off; local
[all...]
/freebsd-10-stable/contrib/dialog/samples/
H A Dbuildlist215 state=off
/freebsd-10-stable/contrib/gdb/gdb/
H A Dnto-tdep.h108 #define nto_register_area(reg, regset, off) \
109 (*current_nto_target.nto_register_area) (reg, regset, off)
H A Di386-nto-tdep.c123 i386nto_register_area (int regno, int regset, unsigned *off) argument
127 *off = 0;
133 *off = nto_reg_offset (regno);
134 if (*off == -1)
158 *off = (regno - FP0_REGNUM) * regsize + off_adjust;
/freebsd-10-stable/sys/ddb/
H A Ddb_main.c63 db_expr_t off)
90 X_db_search_symbol(db_symtab_t *symtab, db_addr_t off, db_strategy_t strat, argument
98 if (!linker_ddb_search_symbol((caddr_t)off, &lsym, &diff)) {
110 if (off < sym->st_value)
116 if ((off - sym->st_value) > diff)
118 if ((off - sym->st_value) < diff) {
119 diff = off - sym->st_value;
139 *diffp = (match == NULL) ? off : diff;
62 X_db_line_at_pc(db_symtab_t *symtab, c_db_sym_t sym, char **file, int *line, db_expr_t off) argument
H A Ddb_sym.h98 char **filename, int *linenum, db_expr_t off);
100 c_db_sym_t X_db_search_symbol(db_symtab_t *symtab, db_addr_t off,
/freebsd-10-stable/sys/dev/usb/net/
H A Dif_cdcereg.h50 #define CDCE_NCM_ALIGN(rem,off,mod) \
52 ((uint32_t)((-(uint32_t)(off)) & (-(uint32_t)(mod))))))
/freebsd-10-stable/usr.bin/grep/
H A Dqueue.c65 item->data.off = x->off;
/freebsd-10-stable/sys/boot/i386/common/
H A Dedd.h41 uint16_t off; member in struct:edd_packet
49 uint16_t off; member in struct:edd_packet_v3
/freebsd-10-stable/libexec/rtld-elf/arm/
H A Drtld_machdep.h69 #define calculate_tls_end(off, size) ((off) + (size))
/freebsd-10-stable/libexec/rtld-elf/i386/
H A Drtld_machdep.h78 #define calculate_tls_end(off, size) (off)
/freebsd-10-stable/libexec/rtld-elf/amd64/
H A Drtld_machdep.h78 #define calculate_tls_end(off, size) (off)
/freebsd-10-stable/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h76 #define calculate_tls_end(off, size) ((off) + (size))
/freebsd-10-stable/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h84 #define calculate_tls_end(off, size) ((off) + (size))
/freebsd-10-stable/libexec/rtld-elf/mips/
H A Drtld_machdep.h69 #define calculate_tls_end(off, size) ((off) + (size))
/freebsd-10-stable/libexec/rtld-elf/sparc64/
H A Drtld_machdep.h65 #define calculate_tls_end(off, size) ((off) + (size))
/freebsd-10-stable/games/number/
H A Dnumber.c193 int off, rval; local
198 off = len % 3;
199 len -= off;
200 if (number(p, off)) {
205 p += off;
/freebsd-10-stable/sys/dev/qlxgb/
H A Dqla_reg.h232 #define READ_OFFSET32(ha, off) READ_REG32(ha, off)
246 #define WRITE_OFFSET32(ha, off, val)\
248 bus_write_4((ha->pci_reg), off, val);\
249 bus_read_4((ha->pci_reg), off);\

Completed in 318 milliseconds

1234567891011>>