OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOTTY
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
kprintf.h
53
#define
TOTTY
0x0002 /* to the process' tty */
/src/sys/kern/
subr_prf.c
419
flags |=
TOTTY
;
421
if ((flags &
TOTTY
) && tp &&
558
kprintf(fmt,
TOTTY
, p->p_session->s_ttyp, NULL, ap);
574
kprintf(fmt,
TOTTY
, p->p_session->s_ttyp, NULL, ap);
642
flags |=
TOTTY
;
674
kprintf(fmt,
TOTTY
, tp, NULL, ap);
tty.c
3023
kprintf(fmt,
TOTTY
|NOLOCK, tp, NULL, ap);
Completed in 17 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026