Searched refs:tod_module_name (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachclock.h63 extern char *tod_module_name;
/illumos-gate/usr/src/uts/sun4u/snowbird/os/
H A Dsnowbird.c58 extern char *tod_module_name;
59 tod_module_name = "todds1307";
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodstarcat.c78 if (strcmp(tod_module_name, "todstarcat") == 0) {
150 if (strcmp(tod_module_name, "todstarcat") == 0)
H A Dtodstarfire.c69 if (strcmp(tod_module_name, "todstarfire") == 0) {
104 if (strcmp(tod_module_name, "todstarfire") == 0)
H A Dtodopl.c124 if (strcmp(tod_module_name, "todopl") == 0) {
195 if (strcmp(tod_module_name, "todopl") == 0)
H A Dtodm5819.c82 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 Dhardclk.c69 char *tod_module_name; variable
H A Dtodbq4802.c101 if (strcmp(tod_module_name, "todbq4802") == 0) {
141 if (strcmp(tod_module_name, "todbq4802") == 0)
H A Dtodmostek.c71 if (strcmp(tod_module_name, "todmostek") == 0) {
101 if (strcmp(tod_module_name, "todmostek") == 0)
H A Dtodsg.c88 if (strcmp(tod_module_name, "todsg") == 0) {
165 if (strcmp(tod_module_name, "todsg") == 0)
H A Dtodblade.c91 if (strcmp(tod_module_name, "todblade") == 0) {
114 if (strcmp(tod_module_name, "todblade") == 0) {
H A Dtodm5819p_rmc.c89 if (strcmp(tod_module_name, "todm5819p_rmc") == 0) {
115 if (strcmp(tod_module_name, "todm5819p_rmc") == 0)
H A Dtodds1337.c157 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 Dhardclk.c48 char *tod_module_name; /* Settable in /etc/system */ variable
/illumos-gate/usr/src/uts/sun4u/blade/os/
H A Dblade.c56 extern char *tod_module_name;
62 tod_module_name = TOD_DRIVER_NAME;
/illumos-gate/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c68 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 Dboston.c66 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 Dseattle.c67 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 Dstarfire.c96 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 Dmach_startup.c199 if (tod_module_name == NULL || modload("tod", tod_module_name) == -1)
H A Dfillsysinfo.c144 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 Dmachclock.h189 extern char *tod_module_name;
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c143 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 Dtodds1307.c164 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 Dserengeti.c183 /* 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;

Completed in 101 milliseconds

12