Searched refs:bat_ptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/mkimg/
H A Dvhdx.c410 uint64_t idx, payload_offset, bat_ptr; local
429 bat_ptr = 0;
431 le64enc(bat + bat_ptr,
433 bat_ptr += 8;
437 if (bat_ptr == SIZE_1MB) {
444 bat_ptr = 0;
449 le64enc(bat + bat_ptr,
451 bat_ptr += 8;
454 if (bat_ptr == SIZE_1MB) {
461 bat_ptr
[all...]

Completed in 51 milliseconds