Home
last modified time | relevance | path

Searched refs:hd0 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libc/gdtoa/
H A Dhexnan.c62 int havedig, hd0, i, nbits; local
72 havedig = hd0 = i = 0;
83 if (hd0 < havedig) {
90 hd0 = havedig;
/openbsd-src/gnu/llvm/lldb/scripts/lldb-test-qemu/
H A Drun-qemu.sh35 -drive file=$ROOTFS_IMG,if=none,format=raw,id=hd0 \
36 -device virtio-blk-device,drive=hd0 \