Home
last modified time | relevance | path

Searched refs:PRINT_NORMAL (Results 1 – 1 of 1) sorted by relevance

/src/sys/kern/
H A Dtty_ttydisc.c459 #define PRINT_NORMAL() ttyoutq_write_nofrag(&tp->t_outq, &c, 1) in ttydisc_write_oproc() macro
465 return PRINT_NORMAL(); in ttydisc_write_oproc()
469 if (PRINT_NORMAL() != 0) in ttydisc_write_oproc()
482 error = PRINT_NORMAL(); in ttydisc_write_oproc()
497 error = PRINT_NORMAL(); in ttydisc_write_oproc()
515 if (PRINT_NORMAL() != 0) in ttydisc_write_oproc()
527 return PRINT_NORMAL(); in ttydisc_write_oproc()
528 #undef PRINT_NORMAL in ttydisc_write_oproc()