Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 34) sorted by relevance

12

/xnu-11215/bsd/sys/
H A D_select.h43 int select(int, fd_set * __restrict, fd_set * __restrict,
47 __DARWIN_EXTSN_C(select)
50 __DARWIN_1050(select)
52 __DARWIN_ALIAS_C(select)
/xnu-11215/tests/
H A Dkqueue_in_select.c54 nfd = select(kq_fd + 1, &rd_set, NULL, NULL, &TV(1));
71 nfd = select(kq_fd + 1, &rd_set, NULL, NULL, &TV(5));
76 nfd = select(kq_fd + 1, &rd_set, NULL, NULL, &TV(1));
83 nfd = select(kq_fd + 1, &rd_set, NULL, NULL, &TV(1));
H A Dfd.c39 rc = select(pair[0] + 1, &read_fd, NULL, NULL, NULL);
56 rc = select(pair[0] + 1, &read_fd, NULL, NULL, NULL);
H A Dselect_stress.c197 nfd = select(sarg->max_fd + 1, &readfds, 0, 0, tp); in do_select()
365 ret = select(0, NULL, NULL, NULL, &tv); in test_select_sleep()
H A Dpoll_select_kevent_paired_fds.c599 int sel = select(fd + 1, &read_fd, NULL, NULL /*&err_fd*/, &tv); in read_from_fd()
922 RD_DECL(desc_name, fd_pair, select, SELECT_READ) \
H A Dinet_transfer.c435 n = select(FD_SETSIZE, &readfds, NULL, NULL, &tv); in wait_for_receive()
/xnu-11215/tools/tests/perf_index/
H A Dtest_controller.py5 import select
13 rl, _, _ = select.select(client_sockets_set, [], [])
/xnu-11215/tools/lldbmacros/usertaskdebugging/
H A Dinterface.py3 import select
24 ra,wa,ea = select.select([self.socket], [], [], 30)
/xnu-11215/libsyscall/wrappers/
H A Dselect-base.c62 select(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds, in select() function
129 rv = select(count, rfds, wfds, efds, tvp); in _pselect_emulated()
/xnu-11215/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp51 IONVRAMController::select(uint32_t bank) in select() function in IONVRAMController
/xnu-11215/iokit/IOKit/nvram/
H A DIONVRAMController.h42 virtual IOReturn select(uint32_t bank);
/xnu-11215/tests/skywalk/
H A Dskt_oneslot.c92 error = select(channelfd + 1, &rfdset, &wfdset, &efdset, NULL); in skt_oneslot_common()
156 error = select(channelfd + 1, &rfdset, NULL, &efdset, NULL); in skt_oneslot_common()
H A Dskt_badring.c89 error = select(channelfd + 1, &rfdset, &wfdset, &efdset, &timeout); in skt_badringtx_common()
208 error = select(channelfd + 1, &rfdset, &wfdset, &efdset, &timeout); in skt_badringrx_common()
H A Dskt_nslots.c136 error = select(channelfd + 1, NULL, &fdset, &efdset, NULL); in skt_nslots_common()
206 error = select(channelfd + 1, &fdset, NULL, &efdset, NULL); in skt_nslots_common()
H A Dskt_shutdown2.c92 error = select(channelfd + 1, &rfdset, NULL, &efdset, NULL); in skt_shutdown2_common()
H A Dskt_shutdown.c90 error = select(channelfd + 1, &rfdset, &wfdset, &efdset, NULL); in skt_shutdown_common()
257 error = select(channelfd + 1, &rfdset, &wfdset, &efdset, NULL); in skt_shutdown_common()
H A Dskt_filter.c630 error = select(maxfd + 1, &server_fds, NULL, NULL, NULL); in filter_wait_for_clients()
845 if (select(maxfd + 1, &client_fds, NULL, NULL, NULL) < 0) { in filter_loop()
/xnu-11215/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj93 …248BA093121DE369008C073F /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA092121DE3…
94 …48BA095121DE565008C073F /* select-pre1050.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA09…
95 …248BA0B3121DE760008C073F /* select-cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA0B…
96 …248BA0BE121DE902008C073F /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA0BC121DE9…
933 248BA090121DDD7F008C073F /* select-base.c */,
962 248BA0BC121DE902008C073F /* select.c */,
963 248BA0B2121DE760008C073F /* select-cancel.c */,
988 248BA092121DE369008C073F /* select.c */,
989 248BA094121DE565008C073F /* select-pre1050.c */,
1593 248BA093121DE369008C073F /* select.c in Sources */,
[all …]
/xnu-11215/tools/lldbmacros/
H A Druff.toml2 select = ["E", "F"]
/xnu-11215/osfmk/kern/
H A Dwaitq.h1009 #pragma mark select wait queues and select port set waitq sets
/xnu-11215/iokit/Kernel/
H A DIONVRAMV3Handler.cpp412 _nvramController->select(_currentBank); in reloadInternal()
987 _nvramController->select(i); in findCurrentBank()
1051 ret = _nvramController->select(next_bank); in reclaim()
1272 ret = _nvramController->select(next_bank); in syncBlock()
H A DIONVRAMCHRPHandler.cpp707 ret = _nvramController->select(_currentBank); in serializeVariables()
846 _nvramController->select(i); in findCurrentBank()
H A DIOHibernateIO.cpp1037 ProgressUpdate(hibernate_graphics_t * display, uint8_t * screen, int32_t firstBlob, int32_t select) in ProgressUpdate() argument
1057 lastBlob = (select < kIOHibernateProgressCount) ? select : (kIOHibernateProgressCount - 1); in ProgressUpdate()
1064 color = (blob < select) ? kIOHibernateProgressLightGray : kIOHibernateProgressMidGray; in ProgressUpdate()
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md53 … bucket, it would select that bucket and effectively open a warp window. During this warp window t…
124 * If pri(CBUI) >= pri(CBFG), select CBUI
125 * Otherwise find the (non-AboveUI) highest priority root bucket that is runnable and select its hig…
/xnu-11215/tools/tests/MPMMTest/
H A DKQMPMMtest.c417 count = select(kq + 1, &readfds, NULL, NULL, NULL); in server()

12