Home
last modified time | relevance | path

Searched refs:booted_device (Results 1 – 11 of 11) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/x86/
H A Dx86_autoconf.c331 if (booted_device) in findroot()
360 booted_device = dv; in findroot()
367 booted_device ? device_xname(booted_device) : "not found")); in findroot()
407 if (booted_device) { in findroot()
411 booted_device = dv; in findroot()
419 booted_device ? device_xname(booted_device) : "not found")); in findroot()
469 booted_device = dv; in findroot()
476 booted_device ? device_xname(booted_device) : "not found")); in findroot()
477 if (booted_device) in findroot()
517 booted_device ? device_xname(booted_device) : in findroot()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/evbarm/evbarm/
H A Dautoconf.c113 if (get_device(ptr, &booted_device, &booted_partition)) in set_root_device()
152 booted_device != NULL ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dinit_main.c805 dev = booted_device; in rootconf_handle_wedges()
821 vp = opendisk(booted_device); in rootconf_handle_wedges()
837 dev = booted_device; in rootconf_handle_wedges()
844 booted_device = dev; in rootconf_handle_wedges()
852 if (booted_device != NULL) in rootconf()
855 setroot(booted_device, booted_partition); in rootconf()
H A Dkern_subr.c158 device_t booted_device; variable
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/sparc64/
H A Dautoconf.c514 if (booted_device == NULL) { in cpu_rootconf()
776 booted_device = dev; in dev_path_exact_match()
848 booted_device = dev; in dev_path_drive_match()
1289 if (booted_device == NULL && device_is_a(dev, "sd")) {
1312 ofnode != 0 && booted_device == NULL;
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/arm32/
H A Darm32_machdep.c332 if (booted_device == NULL) in sysctl_machdep_booted_device()
336 node.sysctl_data = __UNCONST(device_xname(booted_device)); in sysctl_machdep_booted_device()
337 node.sysctl_size = strlen(device_xname(booted_device)) + 1; in sysctl_machdep_booted_device()
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/librump/rumpkern/
H A Demul.c83 device_t booted_device; variable
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c440 if (booted_device == NULL) in rf_autoconfig()
569 "contains_boot=%d\n", __func__, booted_device, in rf_buildroothack()
571 rf_containsboot(&rsc->sc_r, booted_device)); in rf_buildroothack()
572 if (booted_device == NULL || in rf_buildroothack()
574 rf_containsboot(&rsc->sc_r, booted_device)) { in rf_buildroothack()
575 booted_device = candidate_root; in rf_buildroothack()
580 booted_device); in rf_buildroothack()
588 if (booted_device == NULL) in rf_buildroothack()
601 if (rf_containsboot(r, booted_device)) { in rf_buildroothack()
610 booted_device = dksc->sc_dev; in rf_buildroothack()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/powerpc/
H A Dpowerpc_machdep.c195 if (booted_device == NULL) in sysctl_machdep_booted_device()
198 const char * const xname = device_xname(booted_device); in sysctl_machdep_booted_device()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dautoconf.c1015 else if (booted_device != bp->dev) in cpu_rootconf()
1754 booted_device = bp->dev = dev; in nail_bootdev()
1821 booted_device = bp->dev = dev; in device_register()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Ddevice.h415 extern device_t booted_device; /* the device we booted from */