Home
last modified time | relevance | path

Searched defs:savebuf (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/tests/netccitt/
H A Dxi_sink.c184 struct savebuf { struct
185 struct savebuf *s_next; argument
186 struct savebuf *s_prev; argument
189 } savebuf = {&savebuf, &savebuf}; argument
H A Dxi_src.c157 struct savebuf { struct
158 struct savebuf *s_next; argument
159 struct savebuf *s_prev; argument
162 } savebuf = {&savebuf, &savebuf}; argument
/original-bsd/sys/tests/netiso/
H A Dtisink.c255 struct savebuf { struct
256 struct savebuf *s_next; argument
257 struct savebuf *s_prev; argument
260 } savebuf = {&savebuf, &savebuf}; argument
H A Dtisrc.c220 struct savebuf { struct
221 struct savebuf *s_next; argument
222 struct savebuf *s_prev; argument
225 } savebuf = {&savebuf, &savebuf}; argument
/original-bsd/old/berknet/
H A Dprot.c147 static char savebuf[MAXNBUF]; local
/original-bsd/local/local.cmd/
H A Dncpio.c1165 char *savebuf; local