Searched refs:randoff (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/xscale/
H A Dixp425_if_npe.c1641 uint32_t randoff; local
1653 randoff = (RD4(sc, NPE_MAC_UNI_ADDR_6) ^ now.tv_usec)
1656 + randoff);
/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c4084 uint64_t randoff = offset + (ztest_random(count) * blocksize); local
4085 if (ztest_write(zd, od[0].od_object, randoff, blocksize,
4089 ztest_io(zd, od[0].od_object, randoff);

Completed in 126 milliseconds