Searched defs:select (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dselect.c48 * $Id: select.c,v 1.1.1.1 2003/11/19 01:50:30 kyu3 Exp $
149 select( function
237 /* select is not restarted after signals... */
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dposix_io.c224 int select ( fd_set *readfds, int wait ) { function
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dmenu_cmd.c198 const char *select; member in struct:choose_options
208 struct choose_options, select, parse_string ),
247 if ( ( rc = show_menu ( menu, opts.timeout, opts.select, &item ) ) != 0)
/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dmenu_ui.c306 const char *select, struct menu_item **selected ) {
321 if ( select ) {
322 if ( strcmp ( select, item->label ) == 0 )
305 show_menu( struct menu *menu, unsigned int timeout_ms, const char *select, struct menu_item **selected ) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxwrap.c42 * Our wrapped versions of the Unix select() and poll() system calls.
50 /* Do not wrap select() and poll(). */
52 /* The include files for select() */
95 * select() --
97 * Wrap up the select system call so that we can deschedule
104 int select(size_t width, int *rl, int *wl, int *el, const struct timeval *tv) function
112 int select(int width, fd_set *rd, fd_set *wr, fd_set *ex,
115 int select(int width, fd_set *rd, fd_set *wr, fd_set *ex, struct timeval *tv)
132 * select() with no fear of blocking.
162 * from the select() ma
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h266 #define select(a,b,c,d,e) lwip_select(a,b,c,d,e) macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h416 #define select(a,b,c,d,e) lwip_select(a,b,c,d,e) macro
/vbox/src/VBox/ValidationKit/testdriver/
H A Dtxsclient.py35 import select namespace
1771 select.select([oSocket, oWakeupR], [], [oSocket, oWakeupR], cMsTimeout / 1000.0);
1775 reporter.log('socket.select() on accept was canceled');
1778 reporter.logXcpt('socket.select() on accept');
1822 ttRc = select.select([oWakeupR], [oSocket], [oSocket, oWakeupR], cMsTimeout / 1000.0);
1824 raise socket.error(errno.ETIMEDOUT, 'select timed out');
1831 reporter.fatalXcpt('socket.select() on connect failed');
1866 # Create wakeup socket pair for unix (select does
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h46 * everything related to select.
50 * This means select and all the related stuff is already defined and we
68 # define select Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library macro
81 # define select Include_winsock_h_before_sys_types_h_or_use_the_MSVCRT_library macro
85 * making sure that none of the select symbols is affected. Then we can
90 # define select unix_select macro
98 # undef select macro
428 /* Define our own version of select and the associated types and macros */
1022 int WINAPI WS(select)(int,WS(fd_set)*,WS(fd_set)*,WS(fd_set)*,const struct WS(timeval)*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h46 * everything related to select.
50 * This means select and all the related stuff is already defined and we
68 # define select Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library macro
81 # define select Include_winsock_h_before_sys_types_h_or_use_the_MSVCRT_library macro
85 * making sure that none of the select symbols is affected. Then we can
90 # define select unix_select macro
98 # undef select macro
430 /* Define our own version of select and the associated types and macros */
1053 int WINAPI WS(select)(int,WS(fd_set)*,WS(fd_set)*,WS(fd_set)*,const struct WS(timeval)*);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h920 TPM_PCR_SELECTION select; member in struct:tdTPM_PCR_COMPOSITE
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 76 milliseconds