| /netbsd-src/sys/arch/hpcarm/hpcarm/ |
| H A D | autoconf.c | 69 static void get_device(const char *); 76 get_device(const char *name) in get_device() function 114 get_device(boot_file); in set_root_device() 117 get_device("wd0"); in set_root_device()
|
| /netbsd-src/sys/arch/acorn32/acorn32/ |
| H A D | autoconf.c | 70 static void get_device(char *name); 78 get_device(char *name) in get_device() function 119 get_device(booted_kernel); in set_root_device() 122 get_device(ptr); in set_root_device()
|
| /netbsd-src/sys/arch/shark/shark/ |
| H A D | autoconf.c | 86 static void get_device(char *name); 94 get_device(char *name) in get_device() function 134 get_device(boot_file); in set_root_device() 137 get_device(ptr); in set_root_device()
|
| /netbsd-src/sys/arch/cats/cats/ |
| H A D | autoconf.c | 63 static void get_device(const char *name); 69 get_device(const char *name) in get_device() function 108 get_device(boot_file); in set_root_device() 111 get_device(ptr); in set_root_device()
|
| /netbsd-src/sys/arch/hpcmips/hpcmips/ |
| H A D | autoconf.c | 57 static void get_device(const char *); 86 get_device(__booted_device_name); in cpu_rootconf() 102 get_device(const char *name) in get_device() function
|
| /netbsd-src/sys/arch/hpcsh/hpcsh/ |
| H A D | autoconf.c | 66 static void get_device(char *name); 100 get_device(booted_device_name); in cpu_rootconf() 143 get_device(char *name) in get_device() function
|
| /netbsd-src/sys/arch/evbarm/evbarm/ |
| H A D | autoconf.c | 58 static int get_device(char *name, device_t *, int *); 66 get_device(char *name, device_t *dvp, int *partp) in get_device() function 117 if (get_device(ptr, &booted_device, &booted_partition)) in set_root_device()
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | fs.cpp | 179 cleanup_aux_dir(p, fi, fi.get_device() == parent_device); in cleanup_aux() 181 if (fi.get_device() != parent_device) in cleanup_aux() 241 cleanup_aux(p / name, fi.get_device(), erase); in cleanup_aux_dir() 449 impl::file_info::get_device(void) in get_device() function in impl::file_info 715 cleanup_aux(p, fi.get_device(), true); in cleanup()
|
| H A D | fs_test.cpp | 239 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device()); in ATF_TEST_CASE_BODY() 250 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device()); in ATF_TEST_CASE_BODY()
|
| H A D | misc_helpers.cpp | 173 ATF_REQUIRE_EQ(fi1.get_device(), fi2.get_device()); in ATF_TEST_CASE_BODY()
|
| H A D | fs.hpp | 220 dev_t get_device(void) const;
|
| /netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
| H A D | fs_test.cpp | 230 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device()); in ATF_TEST_CASE_BODY() 241 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device()); in ATF_TEST_CASE_BODY()
|
| H A D | fs.hpp | 252 dev_t get_device(void) const;
|
| H A D | fs.cpp | 319 impl::file_info::get_device(void) in get_device() function in impl::file_info
|
| /netbsd-src/sys/external/bsd/drm2/include/linux/ |
| H A D | device.h | 88 #define get_device(x) (x) macro
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_drv.c | 681 dev->dev = get_device(parent); in drm_dev_init()
|