Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_ttydisc.c463 #define PRINT_NORMAL() ttyoutq_write_nofrag(&tp->t_outq, &c, 1) in ttydisc_write_oproc() macro
469 return PRINT_NORMAL(); in ttydisc_write_oproc()
473 if (PRINT_NORMAL() != 0) in ttydisc_write_oproc()
486 error = PRINT_NORMAL(); in ttydisc_write_oproc()
501 error = PRINT_NORMAL(); in ttydisc_write_oproc()
519 if (PRINT_NORMAL() != 0) in ttydisc_write_oproc()
531 return PRINT_NORMAL(); in ttydisc_write_oproc()
532 #undef PRINT_NORMAL in ttydisc_write_oproc()