OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcp_pcbs
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/trpt/
trpt.c
135
static caddr_t
tcp_pcbs
[TCP_NDEBUG];
variable in typeref:typename:caddr_t[]
180
tcp_pcbs
[npcbs] = (caddr_t)l;
182
(unsigned long)
tcp_pcbs
[npcbs] != l)
241
* them in
tcp_pcbs
for sorting the trace records
252
if (
tcp_pcbs
[j] == td->td_tcb)
255
tcp_pcbs
[npcbs++] = td->td_tcb;
260
qsort(
tcp_pcbs
, npcbs, sizeof(caddr_t), numeric);
263
printf("%lx", (long)
tcp_pcbs
[i]);
271
printf("\n%lx:\n", (long)
tcp_pcbs
[i]);
272
dotrace(
tcp_pcbs
[i])
[
all
...]
Completed in 122 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025