Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/rc/
H A Drc.c142 #define RC_ACTOUT 0x0002 /* Dial-out port active */ macro
827 || (!(rc->rc_flags & RC_ACTOUT) in rc_close()
837 rc->rc_flags &= ~RC_ACTOUT; in rc_close()
1253 (f & RC_ACTOUT) ?"ACTOUT " :"", in printrcflags()