Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dcons.h135 int cncheckc(void);
/f-stack/freebsd/kern/
H A Dkern_cons.c421 while ((c = cncheckc()) == -1) in cngetc()
429 cncheckc(void) in cncheckc() function
H A Dkern_dump.c215 c = cncheckc(); in dumpsys_cb_dumpdata()
H A Dkern_ktr.c430 while (cncheckc() == -1) in DB_SHOW_COMMAND()
H A Dkern_shutdown.c634 if (cncheckc() != -1) in shutdown_panic()
/f-stack/freebsd/mips/mips/
H A Dminidump_machdep.c154 c = cncheckc(); in write_buffer()
/f-stack/freebsd/arm/arm/
H A Dminidump_machdep.c164 c = cncheckc(); in blk_write()
/f-stack/freebsd/i386/i386/
H A Dminidump_machdep_base.c157 c = cncheckc(); in blk_write()
/f-stack/freebsd/arm64/arm64/
H A Dminidump_machdep.c194 c = cncheckc(); in blk_write()
/f-stack/freebsd/amd64/amd64/
H A Dminidump_machdep.c204 c = cncheckc(); in blk_write()
/f-stack/freebsd/ddb/
H A Ddb_command.c750 if (cncheckc() != -1) in db_reset()