OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextaddr
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hppa/gsc/
harmony.c
1029
bus_addr_t
nextaddr
;
local
1041
nextaddr
= d->d_map->dm_segs[0].ds_addr;
1044
nextaddr
= c->c_lastaddr;
1051
nextaddr
- d->d_map->dm_segs[0].ds_addr,
1054
WRITE_REG(sc, HARMONY_RNXTADD,
nextaddr
);
1056
c->c_theaddr =
nextaddr
;
1058
c->c_lastaddr =
nextaddr
+ togo;
1072
bus_addr_t
nextaddr
;
local
1084
nextaddr
= d->d_map->dm_segs[0].ds_addr;
1087
nextaddr
= c->c_lastaddr
[
all
...]
/src/lib/libc/net/
rthdr.c
331
struct in6_addr *
nextaddr
;
local
340
nextaddr
= (struct in6_addr *)(void *)(rth0 + 1)
342
*
nextaddr
= *addr;
/src/sys/dev/ic/
cs4231.c
316
bus_addr_t dmabase,
nextaddr
;
local
323
nextaddr
= dmabase;
326
nextaddr
= dmabase + t->t_cnt;
333
*paddr =
nextaddr
;
/src/usr.bin/vmstat/
vmstat.c
1939
void *hashaddr, *hashbuf, *nhashbuf, *
nextaddr
;
local
2048
nextaddr
= LIST_FIRST(&hashtbl_list[i]);
2050
nextaddr
= SLIST_FIRST(&hashtbl_slist[i]);
2052
nextaddr
= TAILQ_FIRST(&hashtbl_tailq[i]);
2053
if (
nextaddr
== NULL)
2056
(void)printf("%5lu: %p\n", i,
nextaddr
);
2061
deref_kptr((char *)
nextaddr
+ curhash->offset,
2062
&
nextaddr
, sizeof(void *),
2065
(void)printf("got
nextaddr
as %p\n",
2066
nextaddr
);
[
all
...]
/src/external/bsd/libpcap/dist/
pcap.c
1145
pcap_addr_t *curaddr, *prevaddr, *
nextaddr
;
local
1217
for (prevaddr = curdev->addresses; prevaddr != NULL; prevaddr =
nextaddr
) {
1218
nextaddr
= prevaddr->next;
1219
if (
nextaddr
== NULL) {
1472
pcap_addr_t *curaddr, *
nextaddr
;
local
1480
for (curaddr = curdev->addresses; curaddr != NULL; curaddr =
nextaddr
) {
1481
nextaddr
= curaddr->next;
Completed in 28 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026