OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ifbuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ppbus/
if_plip.c
183
u_char *
sc_ifbuf
;
member in struct:lp_softc
225
lp->
sc_ifbuf
= NULL;
291
if (lp->
sc_ifbuf
)
292
free(lp->
sc_ifbuf
, M_DEVBUF);
400
if (sc->
sc_ifbuf
== NULL) {
401
sc->
sc_ifbuf
= malloc(sc->sc_if.if_mtu +
420
ptr = sc->
sc_ifbuf
;
421
sc->
sc_ifbuf
= malloc(ifr->ifr_mtu + MLPIPHDRLEN, M_DEVBUF,
563
bp = sc->
sc_ifbuf
;
596
len = bp - sc->
sc_ifbuf
;
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025