Home
last modified time | relevance | path

Searched refs:off1 (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/usr.bin/cmp/
HDregular.c68 off_t pagemask, off1, off2; in c_regular() local
88 off1 = ROUNDPAGE(skip1); in c_regular()
95 if ((m1 = remmap(NULL, fd1, off1)) == NULL) { in c_regular()
120 p1 = m1 + (skip1 - off1); in c_regular()
151 off1 += MMAP_CHUNK; in c_regular()
152 if ((p1 = m1 = remmap(m1, fd1, off1)) == NULL) { in c_regular()
/freebsd-13-stable/sys/mips/cavium/
HDoctopci_bus_space.c504 bus_size_t off1, bus_space_handle_t bsh2, in octopci_bs_c_1() argument
507 bus_addr_t addr1 = bsh1 + off1; in octopci_bs_c_1()
524 bus_size_t off1, bus_space_handle_t bsh2, in octopci_bs_c_2() argument
527 bus_addr_t addr1 = bsh1 + off1; in octopci_bs_c_2()
544 bus_size_t off1, bus_space_handle_t bsh2, in octopci_bs_c_4() argument
547 bus_addr_t addr1 = bsh1 + off1; in octopci_bs_c_4()
/freebsd-13-stable/sys/mips/mips/
HDbus_space_generic.c646 bus_size_t off1, bus_space_handle_t bsh2, in generic_bs_c_1() argument
649 bus_addr_t addr1 = bsh1 + off1; in generic_bs_c_1()
666 bus_size_t off1, bus_space_handle_t bsh2, in generic_bs_c_2() argument
669 bus_addr_t addr1 = bsh1 + off1; in generic_bs_c_2()
686 bus_size_t off1, bus_space_handle_t bsh2, in generic_bs_c_4() argument
689 bus_addr_t addr1 = bsh1 + off1; in generic_bs_c_4()
705 generic_bs_c_8(void *t, bus_space_handle_t bsh1, bus_size_t off1, in generic_bs_c_8() argument
709 bus_addr_t addr1 = bsh1 + off1; in generic_bs_c_8()
/freebsd-13-stable/sys/x86/include/
HDbus.h863 bus_size_t off1,
869 bus_size_t off1,
875 bus_size_t off1,
881 bus_size_t off1, bus_space_handle_t bsh2, in bus_space_copy_region_1() argument
884 bus_space_handle_t addr1 = bsh1 + off1; in bus_space_copy_region_1()
916 bus_size_t off1, bus_space_handle_t bsh2, in bus_space_copy_region_2() argument
919 bus_space_handle_t addr1 = bsh1 + off1; in bus_space_copy_region_2()
951 bus_size_t off1, bus_space_handle_t bsh2, in bus_space_copy_region_4() argument
954 bus_space_handle_t addr1 = bsh1 + off1; in bus_space_copy_region_4()
/freebsd-13-stable/sys/dev/sfxge/common/
HDsiena_flash.h204 efx_dword_t off1; /* offset of first byte to edit to combine images */ member
214 efx_dword_t off1; /* offset of first byte to edit to combine images */ member
/freebsd-13-stable/sys/geom/cache/
HDg_cache.c177 off_t off1, off, len; in g_cache_deliver() local
184 off1 = BNO2OFF(dp->d_bno, sc); in g_cache_deliver()
185 off = MAX(bp->bio_offset, off1); in g_cache_deliver()
186 len = MIN(bp->bio_offset + bp->bio_length, off1 + sc->sc_bsize) - off; in g_cache_deliver()
191 bcopy(dp->d_data + (off - off1), in g_cache_deliver()
/freebsd-13-stable/tests/sys/fs/fusefs/
HDread.cc201 off_t off1 = m_maxbcachebuf; in TEST_F() local
224 in.body.read.offset == (uint64_t)off1); in TEST_F()
250 iocb1.aio_offset = off1; in TEST_F()
281 off_t off1 = m_maxbcachebuf; in TEST_F() local
307 in.body.read.offset == (uint64_t)off1); in TEST_F()
332 iocb1.aio_offset = off1; in TEST_F()
/freebsd-13-stable/sys/mips/nlm/
HDbus_space_rmi.c183 bus_size_t off1,
528 bus_size_t off1, bus_space_handle_t bsh2, in rmi_bus_space_copy_region_2() argument
HDbus_space_rmi_pci.c184 bus_size_t off1,
565 bus_size_t off1, bus_space_handle_t bsh2, in rmi_pci_bus_space_copy_region_2() argument
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
HDghash-x86.pl659 my ($off1,$off2,$i) = (0,0,);
674 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17);
676 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17);
687 $off1 += 8 if ($i>0);
/freebsd-13-stable/sys/kern/
HDvfs_subr.c581 size_t end1, end2, off1, off2; in vnode_dtor() local
587 off1 = offsetof(struct vnode, v_vnodelist); in vnode_dtor()
589 end1 = off1 + sizeof(((struct vnode *)NULL)->v_vnodelist); in vnode_dtor()
601 off1 = rounddown2(off1, KASAN_SHADOW_SCALE); in vnode_dtor()
602 kasan_mark(mem, off1, off1, KASAN_UMA_FREED); in vnode_dtor()
605 off1 = roundup2(end1, KASAN_SHADOW_SCALE); in vnode_dtor()
607 if (off2 > off1) in vnode_dtor()
608 kasan_mark((void *)((char *)mem + off1), off2 - off1, in vnode_dtor()
609 off2 - off1, KASAN_UMA_FREED); in vnode_dtor()
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDdmu_redact.c395 redact_range_compare(uint64_t obj1, uint64_t off1, uint32_t dbss1, in redact_range_compare() argument
399 create_zbookmark_from_obj_off(&z1, obj1, off1); in redact_range_compare()
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c1952 u_int32_t off1; in ar9300_ppm_get_rssi_dump() local
1956 off1 = 0x2000; in ar9300_ppm_get_rssi_dump()
1959 off1 = 0x1000; in ar9300_ppm_get_rssi_dump()
1964 ((0xff & OS_REG_READ(ah, AR_PHY_CHAN_INFO_GAIN_0 + off1)) << 8) | in ar9300_ppm_get_rssi_dump()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c5012 same_metaslab(spa_t *spa, uint64_t vdev, uint64_t off1, uint64_t off2) in same_metaslab() argument
5017 return ((off1 >> ms_shift) == (off2 >> ms_shift)); in same_metaslab()