HomeSort by: relevance | last modified time | path
    Searched defs:startblk (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
init_main.c 870 daddr_t startblk; local in function:rootconf_handle_wedges
880 startblk = booted_startblk;
914 startblk = p->p_offset;
918 dev = dkwedge_find_partition(dev, startblk, nblks);
  /src/sys/uvm/
uvm_swap.c 1863 daddr_t startblk; local in function:uvm_swap_io
1892 startblk = btodb((uint64_t)startslot << PAGE_SHIFT);
1972 bp->b_blkno = startblk;
  /src/sys/arch/x86/include/
bootinfo.h 83 daddr_t startblk; member in struct:btinfo_bootwedge
  /src/sys/dev/raidframe/
rf_netbsdkintf.c 536 * 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", "
602 daddr_t startblk; local in function:rf_find_bootwedge
612 "startblk = %"PRId64", "
619 startblk = booted_startblk
624 "startblk = %"PRId64", "
628 startblk, booted_nblks);
631 startblk,

Completed in 17 milliseconds