OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_tp
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
tcp_syncache.h
192
struct tcpcb *
sc_tp
; /* tcb for listening socket */
member in struct:syn_cache
/src/sys/dev/hpc/
hpf1275a_tty.c
60
struct tty *
sc_tp
; /* back reference to the tty */
member in struct:hpf1275a_softc
331
sc->
sc_tp
= tp;
355
if (sc->
sc_tp
== tp)
/src/sys/dev/bluetooth/
btuart.c
56
struct tty *
sc_tp
; /* tty pointer */
member in struct:btuart_softc
265
sc->
sc_tp
= tp;
295
if (sc->
sc_tp
== tp) {
320
if (sc == NULL || tp != sc->
sc_tp
)
613
btuartstart(sc->
sc_tp
);
631
btuartstart(sc->
sc_tp
);
647
btuartstart(sc->
sc_tp
);
bcsp.c
77
struct tty *
sc_tp
;
member in struct:bcsp_softc
411
sc->
sc_tp
= tp;
449
if (sc->
sc_tp
== tp) {
474
if (sc == NULL || tp != sc->
sc_tp
)
777
bcsp_slip_transmit(sc->
sc_tp
);
bth5.c
80
struct tty *
sc_tp
;
member in struct:bth5_softc
416
sc->
sc_tp
= tp;
454
if (sc->
sc_tp
== tp) {
473
if (sc == NULL || tp != sc->
sc_tp
)
821
bth5_slip_transmit(sc->
sc_tp
);
/src/sys/dev/ir/
irframe_tty.c
88
struct tty *
sc_tp
;
member in struct:irframet_softc
288
DPRINTF(("%s: sc=%p
sc_tp
=%p\n", __func__, sc, sc->
sc_tp
));
310
sc->
sc_tp
= tp;
354
if (sc->
sc_tp
== tp) {
386
if (sc == NULL || tp != sc->
sc_tp
)
511
if (sc == NULL || tp != (struct tty *)sc->
sc_tp
)
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025