OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_tp
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/netinet/
tcp_syncache.h
192
struct tcpcb *
sc_tp
; /* tcb for listening socket */
member in struct:syn_cache
tcp_syncache.c
285
sc->
sc_tp
= NULL;
489
if (sc->
sc_tp
!= tp)
490
panic("invalid
sc_tp
in syn_cache_cleanup");
1046
sc->
sc_tp
= tp;
1130
tp = sc->
sc_tp
;
1334
tp = sc->
sc_tp
;
/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 17 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025