OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mmcformat/
mmcformat.c
265
int
list_length
;
local in function:get_format_capabilities
287
list_length
= buf[ 3];
289
if (
list_length
% 8) {
293
assert(
list_length
% 8 == 4);
294
list_length
-= 4;
298
trans_len = 12 +
list_length
; /* complete structure */
312
*len =
list_length
;
469
process_format_caps(uint8_t *buf, int
list_length
, int verbose,
482
list_length
-= 4; /* strip header */
486
"reported length of %d bytes (8/entry)\n",
list_length
);
[
all
...]
mmcformat.c
265
int
list_length
;
local in function:get_format_capabilities
287
list_length
= buf[ 3];
289
if (
list_length
% 8) {
293
assert(
list_length
% 8 == 4);
294
list_length
-= 4;
298
trans_len = 12 +
list_length
; /* complete structure */
312
*len =
list_length
;
469
process_format_caps(uint8_t *buf, int
list_length
, int verbose,
482
list_length
-= 4; /* strip header */
486
"reported length of %d bytes (8/entry)\n",
list_length
);
[
all
...]
Completed in 62 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025