Searched defs:STATUS (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.h44 typedef int STATUS; typedef
57 STATUS
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser_compat.h158 #define STATUS ns_o_status macro
/vbox/src/recompiler/fpu/
H A Dsoftfloat.h107 #define STATUS(field) status->field macro
209 STATUS(flush_to_zero) = val;
213 STATUS(default_nan_mode) = val;
217 return STATUS(float_exception_flags);
/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp46 #define STATUS pThis->config.uStatus macro
461 STATUS = VNET_S_LINK_UP;
463 STATUS = 0;
516 if (STATUS & VNET_S_LINK_UP)
518 STATUS &= ~VNET_S_LINK_UP;
538 STATUS |= VNET_S_LINK_UP;
959 || !(STATUS & VNET_S_LINK_UP))
1012 if (STATUS & VNET_S_LINK_UP)
1028 bool fOldUp = !!(STATUS & VNET_S_LINK_UP);
1050 STATUS |
[all...]
H A DDevE1000.cpp59 * the guest driver brings up the link via STATUS.LU bit. Again the only guest
350 #define STATUS pThis->auRegs[STATUS_IDX] macro
1346 { 0x00008, 0x00004, 0x0000FDFF, 0x00000000, e1kRegReadDefault , e1kRegWriteUnimplemented, "STATUS" , "Device Status" },
1618 STATUS = 0x0081; /* SPEED=10b (1000 Mb/s), FD=1b (Full Duplex) */
2531 STATUS |= STATUS_LU;
2546 STATUS &= ~STATUS_LU;
2560 STATUS &= ~STATUS_LU;
2641 && !(STATUS & STATUS_LU))
2650 STATUS |= STATUS_LU;
3596 STATUS |
[all...]

Completed in 53 milliseconds