HomeSort by: relevance | last modified time | path
    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