Searched refs:get_device (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/cats/cats/
H A Dautoconf.c63 static void get_device(const char *name);
69 get_device(const char *name) function
108 get_device(boot_file);
111 get_device(ptr);
/netbsd-current/sys/arch/acorn32/acorn32/
H A Dautoconf.c70 static void get_device(char *name);
78 get_device(char *name) function
119 get_device(booted_kernel);
122 get_device(ptr);
/netbsd-current/sys/arch/hpcarm/hpcarm/
H A Dautoconf.c69 static void get_device(const char *);
76 get_device(const char *name) function
114 get_device(boot_file);
117 get_device("wd0");
/netbsd-current/sys/arch/shark/shark/
H A Dautoconf.c86 static void get_device(char *name);
94 get_device(char *name) function
134 get_device(boot_file);
137 get_device(ptr);
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dautoconf.c57 static void get_device(const char *);
86 get_device(__booted_device_name);
102 get_device(const char *name) function
/netbsd-current/sys/arch/hpcsh/hpcsh/
H A Dautoconf.c66 static void get_device(char *name);
100 get_device(booted_device_name);
143 get_device(char *name) function
/netbsd-current/sys/arch/evbarm/evbarm/
H A Dautoconf.c58 static int get_device(char *name, device_t *, int *);
66 get_device(char *name, device_t *dvp, int *partp) function
117 if (get_device(ptr, &booted_device, &booted_partition))
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.hpp252 dev_t get_device(void) const;
H A Dfs_test.cpp230 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device());
241 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device());
H A Dfs.cpp319 impl::file_info::get_device(void) function in class:impl::file_info
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Ddevice.h88 #define get_device(x) (x) macro
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs.hpp220 dev_t get_device(void) const;
H A Dfs.cpp179 cleanup_aux_dir(p, fi, fi.get_device() == parent_device);
181 if (fi.get_device() != parent_device)
241 cleanup_aux(p / name, fi.get_device(), erase);
449 impl::file_info::get_device(void) function in class:impl::file_info
715 cleanup_aux(p, fi.get_device(), true);
H A Dfs_test.cpp239 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device());
250 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device());
H A Dmisc_helpers.cpp173 ATF_REQUIRE_EQ(fi1.get_device(), fi2.get_device());
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-dos.c140 static struct device *get_device (int fd) function
259 dev = get_device (p->fd);
397 struct device *dev = p ? get_device(p->fd) : NULL;
430 struct device *dev = p ? get_device (p->fd) : NULL;
490 if (!get_device(p->fd))
941 struct device *dev = p ? get_device(p->fd) : NULL;
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_drv.c681 dev->dev = get_device(parent);

Completed in 356 milliseconds