OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newtbls
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
esiop.c
2009
struct esiop_dsatbl *
newtbls
;
local in function:esiop_moretagtbl
2022
newtbls
= malloc(sizeof(struct esiop_dsatbl) * ESIOP_NTPB,
2024
if (
newtbls
== NULL) {
2063
newtbls
[i].tblblk = newtblblk;
2064
newtbls
[i].tbl = &tbls[i * ESIOP_NTAG];
2065
newtbls
[i].tbl_offset = i * ESIOP_NTAG * sizeof(uint32_t);
2066
newtbls
[i].tbl_dsa = newtblblk->blkmap->dm_segs[0].ds_addr +
2067
newtbls
[i].tbl_offset;
2069
newtbls
[i].tbl[j] = j;
2071
TAILQ_INSERT_TAIL(&sc->free_tagtbl, &
newtbls
[i], next)
[
all
...]
esiop.c
2009
struct esiop_dsatbl *
newtbls
;
local in function:esiop_moretagtbl
2022
newtbls
= malloc(sizeof(struct esiop_dsatbl) * ESIOP_NTPB,
2024
if (
newtbls
== NULL) {
2063
newtbls
[i].tblblk = newtblblk;
2064
newtbls
[i].tbl = &tbls[i * ESIOP_NTAG];
2065
newtbls
[i].tbl_offset = i * ESIOP_NTAG * sizeof(uint32_t);
2066
newtbls
[i].tbl_dsa = newtblblk->blkmap->dm_segs[0].ds_addr +
2067
newtbls
[i].tbl_offset;
2069
newtbls
[i].tbl[j] = j;
2071
TAILQ_INSERT_TAIL(&sc->free_tagtbl, &
newtbls
[i], next)
[
all
...]
Completed in 26 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025