/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | machclock.h | 63 extern char *tod_module_name;
|
/illumos-gate/usr/src/uts/sun4u/snowbird/os/ |
H A D | snowbird.c | 58 extern char *tod_module_name; 59 tod_module_name = "todds1307";
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | todstarcat.c | 78 if (strcmp(tod_module_name, "todstarcat") == 0) { 150 if (strcmp(tod_module_name, "todstarcat") == 0)
|
H A D | todstarfire.c | 69 if (strcmp(tod_module_name, "todstarfire") == 0) { 104 if (strcmp(tod_module_name, "todstarfire") == 0)
|
H A D | todopl.c | 124 if (strcmp(tod_module_name, "todopl") == 0) { 195 if (strcmp(tod_module_name, "todopl") == 0)
|
H A D | todm5819.c | 82 if (strcmp(tod_module_name, "todm5819") == 0 || 83 strcmp(tod_module_name, "m5819") == 0) { 116 if (strcmp(tod_module_name, "m5819") == 0 || 117 strcmp(tod_module_name, "todm5819") == 0) {
|
H A D | hardclk.c | 69 char *tod_module_name; variable
|
H A D | todbq4802.c | 101 if (strcmp(tod_module_name, "todbq4802") == 0) { 141 if (strcmp(tod_module_name, "todbq4802") == 0)
|
H A D | todmostek.c | 71 if (strcmp(tod_module_name, "todmostek") == 0) { 101 if (strcmp(tod_module_name, "todmostek") == 0)
|
H A D | todsg.c | 88 if (strcmp(tod_module_name, "todsg") == 0) { 165 if (strcmp(tod_module_name, "todsg") == 0)
|
H A D | todblade.c | 91 if (strcmp(tod_module_name, "todblade") == 0) { 114 if (strcmp(tod_module_name, "todblade") == 0) {
|
H A D | todm5819p_rmc.c | 89 if (strcmp(tod_module_name, "todm5819p_rmc") == 0) { 115 if (strcmp(tod_module_name, "todm5819p_rmc") == 0)
|
H A D | todds1337.c | 157 if (strcmp(tod_module_name, "todds1337") == 0) { 178 if (strcmp(tod_module_name, "todds1337") == 0) { 195 if (strcmp(tod_module_name, "todds1337") == 0) {
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | hardclk.c | 48 char *tod_module_name; /* Settable in /etc/system */ variable
|
/illumos-gate/usr/src/uts/sun4u/blade/os/ |
H A D | blade.c | 56 extern char *tod_module_name; 62 tod_module_name = TOD_DRIVER_NAME;
|
/illumos-gate/usr/src/uts/sun4u/chicago/os/ |
H A D | chicago.c | 68 extern char *tod_module_name; 71 * We need to set tod_module_name explicitly because there is a 72 * well known South bridge RTC node on chicago and tod_module_name 75 tod_module_name = "todbq4802";
|
/illumos-gate/usr/src/uts/sun4u/boston/os/ |
H A D | boston.c | 66 extern char *tod_module_name; 68 if (tod_module_name == NULL) 69 tod_module_name = "todm5823";
|
/illumos-gate/usr/src/uts/sun4u/seattle/os/ |
H A D | seattle.c | 67 extern char *tod_module_name; 69 if (tod_module_name == NULL) 70 tod_module_name = "todm5823";
|
/illumos-gate/usr/src/uts/sun4u/starfire/os/ |
H A D | starfire.c | 96 extern char *tod_module_name; 129 ASSERT(tod_module_name == NULL); 130 tod_module_name = "todstarfire";
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_startup.c | 199 if (tod_module_name == NULL || modload("tod", tod_module_name) == -1)
|
H A D | fillsysinfo.c | 144 char *tod_module_name; variable 1126 if (tod_module_name == NULL) { 1131 tod_module_name = "todmostek"; 1185 if (tod_module_name == NULL) { 1191 tod_module_name = "todm5823"; 1193 tod_module_name = "todds1287"; 1290 tod_module_name = tod_name;
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | machclock.h | 189 extern char *tod_module_name;
|
/illumos-gate/usr/src/uts/sun4u/starcat/os/ |
H A D | starcat.c | 143 extern char *tod_module_name; 160 ASSERT(tod_module_name == NULL); 161 tod_module_name = "todstarcat";
|
/illumos-gate/usr/src/uts/sun4u/snowbird/io/todds1307/ |
H A D | todds1307.c | 164 if (strcmp(tod_module_name, "todds1307") == 0) { 198 if (strcmp(tod_module_name, "todds1307") == 0) {
|
/illumos-gate/usr/src/uts/sun4u/serengeti/os/ |
H A D | serengeti.c | 183 /* tod_module_name should be set to "todsg" from OBP property */ 184 if (tod_module_name && (strcmp(tod_module_name, todsg_name) == 0)) 188 tod_module_name = todsg_name;
|