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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DEnvirons.c127 /** If string is a null pointer, the system function determines whether the
129 the system function passes the string pointed to by string to that command
131 document; this might then cause the program calling system to behave in a
145 system(const char *string) function
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dexec.c270 int system ( const char *command ) { function
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Deth_slow.h106 * Used to uniquely identify the system (i.e. the entity with
109 uint8_t system[ETH_ALEN]; member in struct:eth_slow_lacp_entity_tlv
113 * within a system.
124 * Used to uniquely identify a port within a system.
137 /** Maximum system priority */
209 /** Requester system */
210 uint8_t system[ETH_ALEN]; member in struct:eth_slow_marker_tlv
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c75 PRInt32 system, user; /* a count of the two different types */ member in struct:_PT_Bookeeping
240 pt_book.system -= 1;
443 * system scope not supported
485 pt_book.system += 1;
541 pt_book.system -= 1;
956 pt_book.system += 1;
1017 * since there may still be "system" threads around. If this
1021 if (0 == pt_book.system)
/vbox/src/VBox/Main/include/
H A Dovfreader.h497 ControllerSystemType system; // one of IDE, SATA, SCSI member in struct:ovf::HardDiskController
501 // note that we treat LsiLogicSAS as a SCSI controller (system == SCSI) even though VirtualBox
535 * ethernet adapters in the virtual system.
580 RTCString strSoundCardType; // if not empty, then the system wants a soundcard; this then specifies the hardware;

Completed in 81 milliseconds