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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c142 uint32_t tim_flags; member in struct:tim_tim
171 * Local flags used with tim_flags field in instance structure of
398 tp->tim_flags |= DO_MYNAME;
403 tp->tim_flags |= DO_PEERNAME;
664 * arrive. Set the queue properties and adjust the tim_flags according
675 tp->tim_flags = (tp->tim_flags & ~CLTS) | COTS;
677 tp->tim_flags = (tp->tim_flags & ~COTS) | CLTS;
698 TILOG("timodrproc: Got M_ERROR, flags = %x\n", tp->tim_flags);
[all...]

Completed in 46 milliseconds