/src/sys/arch/hpcmips/hpcmips/ |
autoconf.c | 57 static void get_device(const char *); 86 get_device(__booted_device_name); 102 get_device(const char *name) function in typeref:typename:void
|
autoconf.c | 57 static void get_device(const char *); 86 get_device(__booted_device_name); 102 get_device(const char *name) function in typeref:typename:void
|
/src/sys/arch/hpcsh/hpcsh/ |
autoconf.c | 66 static void get_device(char *name); 100 get_device(booted_device_name); 143 get_device(char *name) function in typeref:typename:void
|
autoconf.c | 66 static void get_device(char *name); 100 get_device(booted_device_name); 143 get_device(char *name) function in typeref:typename:void
|
/src/sys/external/bsd/drm2/include/linux/ |
device.h | 88 #define get_device(x) (x) macro
|
device.h | 88 #define get_device(x) (x) macro
|
/src/sys/arch/cats/cats/ |
autoconf.c | 63 static void get_device(const char *name); 69 get_device(const char *name) function in typeref:typename:void 108 get_device(boot_file); 111 get_device(ptr);
|
autoconf.c | 63 static void get_device(const char *name); 69 get_device(const char *name) function in typeref:typename:void 108 get_device(boot_file); 111 get_device(ptr);
|
/src/sys/arch/acorn32/acorn32/ |
autoconf.c | 70 static void get_device(char *name); 78 get_device(char *name) function in typeref:typename:void 119 get_device(booted_kernel); 122 get_device(ptr);
|
autoconf.c | 70 static void get_device(char *name); 78 get_device(char *name) function in typeref:typename:void 119 get_device(booted_kernel); 122 get_device(ptr);
|
/src/sys/arch/hpcarm/hpcarm/ |
autoconf.c | 69 static void get_device(const char *); 76 get_device(const char *name) function in typeref:typename:void 114 get_device(boot_file); 117 get_device("wd0");
|
autoconf.c | 69 static void get_device(const char *); 76 get_device(const char *name) function in typeref:typename:void 114 get_device(boot_file); 117 get_device("wd0");
|
/src/sys/arch/shark/shark/ |
autoconf.c | 86 static void get_device(char *name); 94 get_device(char *name) function in typeref:typename:void 134 get_device(boot_file); 137 get_device(ptr);
|
autoconf.c | 86 static void get_device(char *name); 94 get_device(char *name) function in typeref:typename:void 134 get_device(boot_file); 137 get_device(ptr);
|
/src/sys/arch/evbarm/evbarm/ |
autoconf.c | 58 static int get_device(char *name, device_t *, int *); 66 get_device(char *name, device_t *dvp, int *partp) function in typeref:typename:int 117 if (get_device(ptr, &booted_device, &booted_partition))
|
autoconf.c | 58 static int get_device(char *name, device_t *, int *); 66 get_device(char *name, device_t *dvp, int *partp) function in typeref:typename:int 117 if (get_device(ptr, &booted_device, &booted_partition))
|