Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c376 #define PRINT_NORMAL() ttyoutq_write_nofrag(&tp->t_outq, &c, 1) in ttydisc_write_oproc() macro
382 return PRINT_NORMAL(); in ttydisc_write_oproc()
386 if (PRINT_NORMAL() != 0) in ttydisc_write_oproc()
399 error = PRINT_NORMAL(); in ttydisc_write_oproc()
414 error = PRINT_NORMAL(); in ttydisc_write_oproc()
432 if (PRINT_NORMAL() != 0) in ttydisc_write_oproc()
444 return PRINT_NORMAL(); in ttydisc_write_oproc()
445 #undef PRINT_NORMAL in ttydisc_write_oproc()