Searched refs:select (Results 101 - 125 of 210) sorted by relevance

123456789

/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-sunos4.h147 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
/haiku-fatelf/src/tests/kits/net/sock/
H A Dloopudp.c58 if (select(maxfdp1, &rset, NULL, NULL, NULL) < 0)
59 err_sys("select error");
73 continue; /* back to select() */
/haiku-fatelf/headers/private/firewire/
H A Dfirewirereg.h44 #include <sys/select.h>
50 #include <sys/select.h>
/haiku-fatelf/headers/private/interface/
H A DColumnListView.h265 void SetFocusRow(int32 index, bool select = false);
266 void SetFocusRow(BRow* row, bool select = false);
/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp235 outputJack->select();
240 inputJack->select();
/haiku-fatelf/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp305 ExtPowerStatusView::Select(bool select) argument
307 fSelected = select;
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsys_socket.in.h427 # undef select macro
428 # define select select_used_without_including_sys_select_h macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinflow.c36 #include <sys/select.h>
651 numfds = select (target_activity_fd + 1, &readfds, NULL, NULL, NULL);
H A Dser-unix.c372 /* Note that if this select() is interrupted by a signal it will not wait
376 select (0, 0, 0, 0, &timeout);
448 /* NOTE: Some OS's can scramble the READFDS when the select()
459 numfds = select (scb->fd + 1, &readfds, 0, 0, &tv);
461 numfds = select (scb->fd + 1, &readfds, 0, 0, 0);
469 return SERIAL_ERROR; /* Got an error from select or poll */
906 /* NOTE: Some OS's can scramble the READFDS when the select()
919 numfds = select (scb->fd + 1, &readfds, 0, &exceptfds, &tv);
921 numfds = select (scb->fd + 1, &readfds, 0, &exceptfds, 0);
930 return SERIAL_ERROR; /* Got an error from select o
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Detherdrv.c208 * use select(), then non-blocking I/O is redundant.
209 * Unfortunately, select() appears to be broken (under
306 if (select(sock + 1, &fdset, NULL, NULL, &tv) < 0)
309 perror("fetch_ports: select");
605 err = select(sock + 1, &fdset, NULL, NULL, &tv);
611 panic("ethernet select failure (errno=%i)",errno);
/haiku-fatelf/src/bin/network/wget/lib/
H A Dunistd.in.h89 # undef select macro
90 # define select select_used_without_including_sys_select_h macro
/haiku-fatelf/src/libs/ncurses/tack/
H A Dsysdep.c48 #include <sys/select.h>
324 n = select(fileno(stdin)+1, &ifds, NULL, NULL, &tv);
/haiku-fatelf/src/tests/kits/net/multicast/
H A Dmulticat.c18 #include <sys/select.h>
142 res = select(sock + 1, &in, 0, 0, 0);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp253 if (!fFSOps->select) {
257 return fFSOps->select(fVolumeCookie, node, cookie, event, 0, sync);
265 if (!fFSOps->select || !fFSOps->deselect)
H A DBeOSKernelFileSystem.cpp150 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_SELECT, fFSOps->select);
/haiku-fatelf/src/bin/network/wget/src/
H A Dconnect.c56 # include <sys/select.h>
641 This is a mere convenience wrapper around the select call, and
664 result = select (fd + 1, rd, wr, NULL, &tmout);
697 if (select (sock + 1, &check_set, NULL, NULL, &to) == 0)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A DKernelUserVolume.cpp226 if (!fFSOps->select) {
230 return fFSOps->select(fVolumeCookie, node, cookie, event, ref, sync);
238 if (!fFSOps->select || !fFSOps->deselect)
/haiku-fatelf/src/kits/network/libbind/
H A Dport_after.h35 #include <sys/select.h>
489 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
/haiku-fatelf/src/bin/gdb/gdb/osf-share/RIOS/
H A Dcma_thread_io.h28 #include <sys/select.h>
147 * AND together two select file descriptor masks
158 * Clear a bit in a select file descriptor mask
199 * Test if a bit is set in a select file descriptor mask
206 * OR together two select file descriptor masks
217 * Set a bit in a select file descriptor mask
224 * Clear a select file descriptor mask.
258 * this "file". Periodically, a select is done on this global bit
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dauthentication.c95 // select() also aborts on error, alarm() effects all threads in a process.
100 // Block in select() waiting for activity. This will block until data is available
103 select(session + 1, &sockSet, NULL, NULL, &timeout);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Dauthentication.c97 // select() also aborts on error, alarm() effects all threads in a process.
102 // Block in select() waiting for activity. This will block until data is available
105 select(session + 1, &sockSet, NULL, NULL, &timeout);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A Dauthentication.cpp98 // select() also aborts on error, alarm() effects all threads in a process.
103 // Block in select() waiting for activity. This will block until data is available
106 select(session + 1, &sockSet, NULL, NULL, &timeout);
/haiku-fatelf/src/apps/webpositive/
H A DBrowserWindow.h107 void CreateNewTab(const BString& url, bool select,
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c150 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL); local
157 ath_hal_gpioCfgInput(ah, select);
167 ath_hal_gpioSetIntr(ah, select,
168 (ath_hal_gpioGet(ah, select) == polarity ? !polarity : polarity));
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dnanohttp.c58 #include <sys/select.h>
165 static unsigned int timeout = 60;/* the select() timeout in seconds */
485 (void)select( ctxt->fd + 1, NULL, &wfd, NULL, &tv );
498 * This is a blocking call (but it blocks in select(), not read()).
586 if ( (select(ctxt->fd+1, &rfd, NULL, NULL, &tv)<1)
902 switch(select(s+1, NULL, &wfd, &xfd, &tv))
904 switch(select(s+1, NULL, &wfd, NULL, &tv))
944 __xmlIOErr(XML_FROM_HTTP, 0, "select failed\n");

Completed in 141 milliseconds

123456789