Searched refs:B_PRIu64 (Results 126 - 131 of 131) sorted by relevance

123456

/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1205 TRACE("snoozing %" B_PRIu64 " microseconds for usb lun\n",
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp283 kprintf("uint64 : %" B_PRIu64 " (%#" B_PRIx64 ")", attr->value.ui64,
/haiku/src/system/kernel/fs/
H A Dvfs.cpp623 "cookie: %p, pos: %" B_PRIdOFF ", size: %" B_PRIu64 ", vecs: {",
631 out.Print("(%" B_PRIx64 ", %" B_PRIu64 ")", (uint64)fVecs[i].base,
637 "transferred: %" B_PRIu64, fFlags, fStatus,
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1635 dprintf("CPU: using TSC frequency from MSR %" B_PRIu64 "\n", khz * numerator / denominator);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dencodings.cpp1225 sprintf(buffer, "~%" B_PRIu64, value);
1249 sprintf(buffer, "~%" B_PRIu64, value);
/haiku/src/system/kernel/vm/
H A Dvm.cpp4153 B_PRIu64 "\n", address, args->virtual_allocated_range[i].size);

Completed in 121 milliseconds

123456