Searched refs:offset1 (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/sys/nfs/
H A Dnfs_fha.c320 off_t offset1, offset2; local
340 offset1 = i->offset;
343 if (((offset1 >= offset2)
344 && ((offset1 - offset2) < (1 << softc->ctls.bin_shift)))
345 || ((offset2 > offset1)
346 && ((offset2 - offset1) < (1 << softc->ctls.bin_shift)))) {
365 req_count, offset1, offset2);
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h257 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_preadv_args
264 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_pwritev_args
334 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_sendfile_args
433 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_pread_args
441 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_pwrite_args
457 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_lseek_args
478 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_pread_args
485 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_pwrite_args
499 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_lseek_args
610 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; cha member in struct:freebsd32_posix_fallocate_args
618 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_posix_fadvise_args
637 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_posix_fallocate_args
644 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd32_posix_fadvise_args
941 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd4_freebsd32_sendfile_args
989 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd6_freebsd32_pread_args
997 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd6_freebsd32_pwrite_args
1013 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member in struct:freebsd6_freebsd32_lseek_args
[all...]
H A Dfreebsd32_systrace_args.c1414 uarg[3] = p->offset1; /* uint32_t */
1425 uarg[3] = p->offset1; /* uint32_t */
1987 uarg[2] = p->offset1; /* uint32_t */
2554 uarg[4] = p->offset1; /* uint32_t */
2566 uarg[4] = p->offset1; /* uint32_t */
2590 uarg[2] = p->offset1; /* uint32_t */
2623 uarg[3] = p->offset1; /* uint32_t */
2634 uarg[3] = p->offset1; /* uint32_t */
2656 uarg[1] = p->offset1; /* uint32_t */
3121 uarg[2] = p->offset1; /* uint32_
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgo32-nat.c1280 unsigned short offset1 __attribute__((packed)); member in struct:gate_descr
1411 gate.selector, gate.offset1, gate.offset0);
1423 gate.selector, gate.offset1, gate.offset0);
1435 gate.selector, gate.offset1, gate.offset0);
1443 gate.selector, gate.offset1, gate.offset0);
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_fcntl.c477 ap.offset = (((u_int64_t) uap->offset1) << 32) |
481 uap->offset1;
H A Dsvr4_proto.h305 char offset1_l_[PADL_(long)]; long offset1; char offset1_r_[PADR_(long)]; member in struct:svr4_sys_llseek_args
/freebsd-10.0-release/sys/arm/include/
H A Dbus.h646 bus_size_t offset1, bus_space_handle_t bsh2, \
651 bus_size_t offset1, bus_space_handle_t bsh2, \
656 bus_size_t offset1, bus_space_handle_t bsh2, \
661 bus_size_t offset1, bus_space_handle_t bsh2, \
/freebsd-10.0-release/sys/mips/include/
H A Dbus.h639 bus_size_t offset1, bus_space_handle_t bsh2, \
644 bus_size_t offset1, bus_space_handle_t bsh2, \
649 bus_size_t offset1, bus_space_handle_t bsh2, \
654 bus_size_t offset1, bus_space_handle_t bsh2, \
/freebsd-10.0-release/sys/dev/ata/chipsets/
H A Data-siliconimage.c365 int offset1 = ((ch->unit & 1) << 6) + ((ch->unit & 2) << 8); local
372 if (ATA_INL(ctlr->r_res2, 0xa0 + offset1) & 0x00000800)
/freebsd-10.0-release/sys/dev/sound/usb/
H A Duaudio.c2175 uint32_t offset1; local
2202 offset1 = offset0;
2212 usbd_copy_out(pc, offset1, ch->cur, m);
2215 offset1 += m;
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c6580 HOST_WIDE_INT offset1;
6605 offset1 = INTVAL (XEXP (addr1, 1));
6614 offset1 = 0;
6633 if (offset1 % 8 != 0)
6637 if (INTVAL (XEXP (addr2, 1)) != offset1 + 4)
6564 HOST_WIDE_INT offset1; local
/freebsd-10.0-release/contrib/gcc/
H A Dexpr.c3917 unsigned HOST_WIDE_INT offset1;
3927 offset1 = bitpos;
3929 offset1 = (offset1 - bitpos) / BITS_PER_UNIT;
3930 str_rtx = adjust_address (str_rtx, str_mode, offset1);
3905 unsigned HOST_WIDE_INT offset1; local
H A Dfold-const.c8078 tree base0, offset0, base1, offset1;
8081 && extract_array_ref (arg1, &base1, &offset1)
8096 if (offset1 == NULL_TREE)
8097 offset1 = build_int_cst (signed_size_type_node, 0);
8099 offset1 = fold_convert (signed_size_type_node, offset1);
8101 return fold_build2 (code, type, offset0, offset1);
8043 tree base0, offset0, base1, offset1; local
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.c7536 enum machine_mode mode1, HOST_WIDE_INT offset1,
7547 GEN_INT (offset1)),
7490 mips_return_fpr_pair(enum machine_mode mode, enum machine_mode mode1, HOST_WIDE_INT offset1, enum machine_mode mode2, HOST_WIDE_INT offset2) argument
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c9958 int offset1, offset2;
9979 offset1 = INTVAL (XEXP (addr1, 1));
9988 offset1 = 0;
10020 if (offset2 != offset1 + 8)
9937 int offset1, offset2; local

Completed in 467 milliseconds