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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c196 #define DO_MYNAME 0x0100 /* timod handles TI_GETMYNAME */ macro
397 TILOG("timodopen: setting DO_MYNAME\n", 0);
398 tp->tim_flags |= DO_MYNAME;
908 if (tp->tim_flags & DO_MYNAME) {
1341 if ((tp->tim_flags & DO_MYNAME) != 0) {
1342 tp->tim_flags &= ~DO_MYNAME;

Completed in 60 milliseconds