Home
last modified time | relevance | path

Searched defs:bootable (Results 1 – 2 of 2) sorted by relevance

/external/gptfdisk/
Dbasicmbr.cc1042 void BasicMBRData::MakePart(int num, uint64_t start, uint64_t length, int type, int bootable) { in MakePart()
1071 int BasicMBRData::SetPartBootable(int num, int bootable) { in SetPartBootable()
/external/iputils/
Drarpd.c219 int bootable(__u32 addr) in bootable() function