OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_comp_numoffs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
vndvar.h
128
u_int32_t
sc_comp_numoffs
;/* count of compressed block offsets */
member in struct:vnd_softc
vnd.c
1318
vnd->
sc_comp_numoffs
= be32toh(ch->num_blocks) + 1;
1326
KASSERT(0 < vnd->
sc_comp_numoffs
);
1334
if (SIZE_MAX/sizeof(uint64_t) < vnd->
sc_comp_numoffs
) {
1342
sizeof(uint64_t)*vnd->
sc_comp_numoffs
) ||
1344
vnd->
sc_comp_numoffs
- 1)) {
1351
KASSERT(vnd->
sc_comp_numoffs
- 1 <=
1354
((u_quad_t)vnd->
sc_comp_numoffs
- 1) *
1360
malloc(sizeof(uint64_t) * vnd->
sc_comp_numoffs
,
1366
sizeof(uint64_t) * vnd->
sc_comp_numoffs
,
1378
for (i = 0; i < vnd->
sc_comp_numoffs
- 1; i++)
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025