OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_flag
(Results
1 - 8
of
8
) sorted by null
/external/syslinux/com32/gplinclude/disk/
partition.h
24
uint8_t
active_flag
; /* 0x80 if "active" */
member in struct:part_entry
/external/autotest/client/common_lib/
profiler_manager.py
19
self.
active_flag
= False
76
self.
active_flag
= True
83
self.
active_flag
= False
89
return self.present() and self.
active_flag
/external/syslinux/com32/hdt/
hdt-dump-disks.c
56
if (ptab->
active_flag
== 0x80)
hdt-menu-disk.c
124
(ptab->
active_flag
== 0x80) ? "Yes" : "No");
126
(ptab->
active_flag
== 0x80) ? "Yes" : "No");
hdt-cli-disk.c
80
i, (ptab->
active_flag
== 0x80) ? "x" : " ",
/external/syslinux/com32/include/syslinux/
disk.h
103
uint8_t
active_flag
; /* 0x80 if "active" */
member in struct:disk_dos_part_entry
/external/syslinux/com32/chain/
chain.c
406
ha->
active_flag
= 0x80;
421
ha->
active_flag
= 0x80;
/external/syslinux/com32/lib/syslinux/
disk.c
387
part->
active_flag
,
Completed in 928 milliseconds