Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dtty_ttydisc.c375 #define PRINT_NORMAL() ttyoutq_write_nofrag(&tp->t_outq, &c, 1) in ttydisc_write_oproc() macro
381 return PRINT_NORMAL(); in ttydisc_write_oproc()
385 if (PRINT_NORMAL() != 0) in ttydisc_write_oproc()
398 error = PRINT_NORMAL(); in ttydisc_write_oproc()
413 error = PRINT_NORMAL(); in ttydisc_write_oproc()
431 if (PRINT_NORMAL() != 0) in ttydisc_write_oproc()
443 return PRINT_NORMAL(); in ttydisc_write_oproc()
444 #undef PRINT_NORMAL in ttydisc_write_oproc()