Searched refs:tty_makedevf (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dtty.c1316 tty_makedevf(struct tty *tp, struct ucred *cred, int flags, function
/freebsd-11-stable/sys/sys/
H A Dtty.h175 int tty_makedevf(struct tty *tp, struct ucred *cred, int flags,
179 (void )tty_makedevf((tp), (cred), 0, (fmt), ## __VA_ARGS__)
/freebsd-11-stable/sys/dev/nmdm/
H A Dnmdm.c195 error = tty_makedevf(tp, NULL, endc == 'A' ? TTYMK_CLONING : 0,
207 error = tty_makedevf(tp, NULL, endc == 'B' ? TTYMK_CLONING : 0,

Completed in 81 milliseconds