Print this page
8368 remove warlock leftovers from usr/src/uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/tem_safe.c
          +++ new/usr/src/uts/common/io/tem_safe.c
↓ open down ↓ 223 lines elided ↑ open up ↑
 224  224   * It is also entered when the kernel is panicing.
 225  225   */
 226  226  void
 227  227  tem_safe_polled_write(
 228  228      tem_vt_state_t tem_arg,
 229  229      uchar_t *buf,
 230  230      int len)
 231  231  {
 232  232          struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg;
 233  233  
 234      -#ifdef  __lock_lint
 235      -        _NOTE(NO_COMPETING_THREADS_NOW)
 236      -        _NOTE(NO_COMPETING_THREADS_AS_SIDE_EFFECT)
 237      -#endif
 238      -
 239  234          if (!tem->tvs_initialized) {
 240  235                  return;
 241  236          }
 242  237  
 243  238          tem_safe_check_first_time(tem, kcred, CALLED_FROM_STANDALONE);
 244  239          tem_safe_terminal_emulate(tem, buf, len, NULL, CALLED_FROM_STANDALONE);
 245  240  }
 246  241  
 247  242  /* Process partial UTF-8 sequence. */
 248  243  static void
↓ open down ↓ 2149 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX