Home
last modified time | relevance | path

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

/external/syslinux/dos/
Dsyslinux.c486 uint16_t unlock_call; in unlock_device() local
493 unlock_call = (dos_version >= 0x070a) ? 0x486A : 0x086A; in unlock_device()
495 unlock_call = 0x086A; /* MSDN says this is OK for all filesystems */ in unlock_device()
508 : "b" (level_arg), "c" (unlock_call)); in unlock_device()