HomeSort by: relevance | last modified time | path
    Searched defs:trans_len (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mmcformat/
mmcformat.c 266 int trans_len; local in function:get_format_capabilities
273 trans_len = 12; /* only fixed header first */
276 cmd[7] = trans_len >> 8; /* MSB allocation length */
277 cmd[8] = trans_len & 0xff; /* LSB allocation length */
280 cmd, 10, buf, trans_len, 30000, NULL);
298 trans_len = 12 + list_length; /* complete structure */
301 cmd[7] = trans_len >> 8; /* MSB allocation length */
302 cmd[8] = trans_len & 0xff; /* LSB allocation length */
305 cmd, 10, buf, trans_len, 30000, NULL);
  /src/sys/arch/shark/ofw/
ofw.c 1548 int trans_len; local in function:ofw_getvirttranslations
1560 (trans_len = OF_getprop(mmu_phandle, "translations",
1565 nOFtranslations = trans_len / sizeof(struct mem_translation);

Completed in 50 milliseconds