Home
last modified time | relevance | path

Searched refs:startblk (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/kern/
H A Dinit_main.c863 daddr_t startblk; in rootconf_handle_wedges() local
873 startblk = booted_startblk; in rootconf_handle_wedges()
907 startblk = p->p_offset; in rootconf_handle_wedges()
911 dev = dkwedge_find_partition(dev, startblk, nblks); in rootconf_handle_wedges()
/netbsd-src/sys/arch/x86/include/
H A Dbootinfo.h83 daddr_t startblk; member
/netbsd-src/sys/dev/dkwedge/
H A Ddk.c1946 dkwedge_find_partition_acquire(device_t parent, daddr_t startblk, in dkwedge_find_partition_acquire() argument
1958 sc->sc_offset == startblk && in dkwedge_find_partition_acquire()
1978 dkwedge_find_partition(device_t parent, daddr_t startblk, in dkwedge_find_partition() argument
1983 if ((dv = dkwedge_find_partition_acquire(parent, startblk, nblks)) in dkwedge_find_partition()
/netbsd-src/sys/uvm/
H A Duvm_swap.c1859 daddr_t startblk; in uvm_swap_io() local
1888 startblk = btodb((uint64_t)startslot << PAGE_SHIFT); in uvm_swap_io()
1968 bp->b_blkno = startblk; in uvm_swap_io()
/netbsd-src/sys/arch/x86/x86/
H A Dx86_autoconf.c428 booted_startblk = biw->startblk; in findroot()
/netbsd-src/sys/dev/raidframe/
H A Drf_netbsdkintf.c536 * disk wd0, startblk = 41092, nblks = 163517
538 * That is, dk5 with startblk computed from the beginning of wd0
560 aprint_debug("%s: booted_device %s, startblk = %"PRId64", " in rf_find_bootwedge()
602 daddr_t startblk; in rf_find_bootwedge() local
612 "startblk = %"PRId64", " in rf_find_bootwedge()
619 startblk = booted_startblk in rf_find_bootwedge()
624 "startblk = %"PRId64", " in rf_find_bootwedge()
628 startblk, booted_nblks); in rf_find_bootwedge()
631 startblk, in rf_find_bootwedge()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbiosdisk.c1310 bi_wedge.startblk = d->boff; in biosdisk_open()
1674 bi_wedge.startblk = offset; in biosdisk_open_name()