Searched refs:ctty (Results 1 – 16 of 16) sorted by relevance
/openbsd/sys/arch/luna88k/luna88k/ |
H A D | conf.c | 104 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/sys/arch/hppa/hppa/ |
H A D | conf.c | 127 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | conf.c | 111 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | conf.c | 134 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/sys/arch/octeon/octeon/ |
H A D | conf.c | 153 cdev_ctty_init(1,ctty), /* 2: controlling terminal */
|
/openbsd/sys/arch/loongson/loongson/ |
H A D | conf.c | 137 cdev_ctty_init(1,ctty), /* 2: controlling terminal */
|
/openbsd/sys/arch/macppc/macppc/ |
H A D | conf.c | 131 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | conf.c | 128 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | conf.c | 124 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/sys/arch/arm/arm/ |
H A D | conf.c | 269 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/sys/arch/landisk/landisk/ |
H A D | conf.c | 249 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | conf.c | 154 cdev_ctty_init(1,ctty), /* 2: controlling terminal */
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | conf.c | 177 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/sys/arch/i386/i386/ |
H A D | conf.c | 165 cdev_ctty_init(1,ctty), /* 1: controlling terminal */
|
/openbsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 125 const char ctty[] = _PATH_CONSOLE; variable 510 (void)strlcpy(consfile.f_un.f_fname, ctty, in main() 2932 if (strcmp(p, ctty) == 0) { in cfline() 2946 if (strcmp(p, ctty) == 0) in cfline()
|
/openbsd/sys/sys/ |
H A D | conf.h | 544 cdev_decl(ctty);
|