Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDtty_ttydisc.c460 #define PRINT_NORMAL() ttyoutq_write_nofrag(&tp->t_outq, &c, 1) in ttydisc_write_oproc() macro
466 return PRINT_NORMAL(); in ttydisc_write_oproc()
470 if (PRINT_NORMAL() != 0) in ttydisc_write_oproc()
483 error = PRINT_NORMAL(); in ttydisc_write_oproc()
498 error = PRINT_NORMAL(); in ttydisc_write_oproc()
516 if (PRINT_NORMAL() != 0) in ttydisc_write_oproc()
528 return PRINT_NORMAL(); in ttydisc_write_oproc()
529 #undef PRINT_NORMAL in ttydisc_write_oproc()