OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFLAGS_CF
(Results
1 - 20
of
20
) sorted by null
/external/syslinux/com32/lib/pci/
bios.c
13
rs.eflags.l =
EFLAGS_CF
;
16
return (rs.eflags.l &
EFLAGS_CF
) ? ~(uint32_t) 0 : rs.ecx.l;
cfgtype.c
58
.eflags.l =
EFLAGS_CF
,
68
if (!(oreg.eflags.l &
EFLAGS_CF
) &&
/external/syslinux/com32/gpllib/disk/
util.c
39
if (!(outreg->eflags.l &
EFLAGS_CF
))
geom.c
93
if (!(ebios.eflags.l &
EFLAGS_CF
) && ebios.ebx.w[0] == 0xaa55) {
151
if (outreg.eflags.l &
EFLAGS_CF
) {
226
if (parm.eflags.l &
EFLAGS_CF
)
/external/syslinux/com32/modules/
poweroff.c
33
if (outregs.eflags.l &
EFLAGS_CF
) {
58
if (outregs.eflags.l &
EFLAGS_CF
) {
69
if (outregs.eflags.l &
EFLAGS_CF
) {
85
if (outregs.eflags.l &
EFLAGS_CF
) {
meminfo.c
66
if (oreg.eflags.l &
EFLAGS_CF
||
/external/syslinux/com32/mboot/
apm.c
43
if (oreg.eflags.l &
EFLAGS_CF
)
76
if ((oreg.eflags.l &
EFLAGS_CF
) || (oreg.ebx.w[0] != 0x504d)) {
mem.c
94
if ((oreg.eflags.l &
EFLAGS_CF
) ||
131
if (!(oreg.eflags.l &
EFLAGS_CF
) && oreg.ecx.w[0]) {
154
if (!(oreg.eflags.l &
EFLAGS_CF
) && oreg.eax.w[0]) {
/external/syslinux/core/
localboot.c
75
if (!(oreg.eflags.l &
EFLAGS_CF
))
bios.c
185
return (reg.eflags.l &
EFLAGS_CF
) ? -1 : 0;
563
if ((oreg.eflags.l &
EFLAGS_CF
) ||
610
if (!(oreg.eflags.l &
EFLAGS_CF
) && oreg.ecx.w[0]) {
629
if (!(oreg.eflags.l &
EFLAGS_CF
) && oreg.eax.w[0]) {
/external/syslinux/com32/elflink/ldlinux/
loadhigh.c
100
retflags =
EFLAGS_CF
;
/external/syslinux/core/fs/
diskio_bios.c
118
if (!(oreg.eflags.l &
EFLAGS_CF
))
225
if (!(oreg.eflags.l &
EFLAGS_CF
))
331
if (!(oreg.eflags.l &
EFLAGS_CF
)) {
346
if (!(oreg.eflags.l &
EFLAGS_CF
) &&
364
if (!(oreg.eflags.l &
EFLAGS_CF
) && oreg.eax.b[1] == 0) {
/external/syslinux/com32/gpllib/
memory.c
131
if (oreg.eflags.l &
EFLAGS_CF
|| oreg.ecx.l < 20)
190
if (oreg.eflags.l &
EFLAGS_CF
)
217
if (oreg.eflags.l &
EFLAGS_CF
)
/external/syslinux/com32/lib/syslinux/
disk.c
60
if (!(outreg->eflags.l &
EFLAGS_CF
))
93
if (!(outreg.eflags.l &
EFLAGS_CF
) &&
115
if (!(outreg.eflags.l &
EFLAGS_CF
)) {
136
if (outreg.eflags.l &
EFLAGS_CF
) {
/external/syslinux/com32/sysdump/
memmap.c
40
if ((oreg.eflags.l &
EFLAGS_CF
) ||
/external/syslinux/core/include/
core.h
119
eflags &= ~(
EFLAGS_CF
|EFLAGS_PF|EFLAGS_AF|EFLAGS_ZF|EFLAGS_SF|EFLAGS_OF);
/external/syslinux/com32/include/
com32.h
77
#define
EFLAGS_CF
0x00000001
/external/syslinux/core/fs/pxe/
bios.c
167
if (!(regs.eflags.l &
EFLAGS_CF
) && (regs.eax.w[0] == 0x564e)) {
pxe.c
125
return regs.eflags.l &
EFLAGS_CF
; /* CF SET if fail */
/external/syslinux/com32/gfxboot/
gfxboot.c
626
if((r.eflags.l &
EFLAGS_CF
)) {
686
if((r.eflags.l &
EFLAGS_CF
)) r.eax.l = 1;
Completed in 570 milliseconds