OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_devp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/
if_pppvar.h
97
void *
sc_devp
; /* pointer to device-dep structure */
member in struct:ppp_softc
ppp_tty.c
202
if (sc != NULL && sc->
sc_devp
== (void *) tp) {
225
sc->
sc_devp
= (void *) tp;
264
if (tp == (struct tty *) sc->
sc_devp
) {
314
if (tp != (struct tty *) sc->
sc_devp
||
366
if (sc == NULL || tp != (struct tty *) sc->
sc_devp
)
427
if (tp != (struct tty *) sc->
sc_devp
) {
539
struct tty *tp = (struct tty *) sc->
sc_devp
;
717
tp = (struct tty *) sc->
sc_devp
;
760
&& sc != NULL && tp == (struct tty *) sc->
sc_devp
) {
774
struct tty *tp = (struct tty *) sc->
sc_devp
;
[
all
...]
if_ppp.c
347
if (sc->
sc_devp
!= NULL)
379
if (scf->
sc_devp
== NULL && sc == NULL)
426
sc->
sc_devp
= NULL;
880
if (sc->
sc_devp
== NULL ||
Completed in 13 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025