| /xnu-11215/bsd/sys/ |
| H A D | _select.h | 43 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 D | kqueue_in_select.c | 54 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 D | fd.c | 39 rc = select(pair[0] + 1, &read_fd, NULL, NULL, NULL); 56 rc = select(pair[0] + 1, &read_fd, NULL, NULL, NULL);
|
| H A D | select_stress.c | 197 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 D | poll_select_kevent_paired_fds.c | 599 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 D | inet_transfer.c | 435 n = select(FD_SETSIZE, &readfds, NULL, NULL, &tv); in wait_for_receive()
|
| /xnu-11215/tools/tests/perf_index/ |
| H A D | test_controller.py | 5 import select 13 rl, _, _ = select.select(client_sockets_set, [], [])
|
| /xnu-11215/tools/lldbmacros/usertaskdebugging/ |
| H A D | interface.py | 3 import select 24 ra,wa,ea = select.select([self.socket], [], [], 30)
|
| /xnu-11215/libsyscall/wrappers/ |
| H A D | select-base.c | 62 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 D | IONVRAMController.cpp | 51 IONVRAMController::select(uint32_t bank) in select() function in IONVRAMController
|
| /xnu-11215/iokit/IOKit/nvram/ |
| H A D | IONVRAMController.h | 42 virtual IOReturn select(uint32_t bank);
|
| /xnu-11215/tests/skywalk/ |
| H A D | skt_oneslot.c | 92 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 D | skt_badring.c | 89 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 D | skt_nslots.c | 136 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 D | skt_shutdown2.c | 92 error = select(channelfd + 1, &rfdset, NULL, &efdset, NULL); in skt_shutdown2_common()
|
| H A D | skt_shutdown.c | 90 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 D | skt_filter.c | 630 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 D | project.pbxproj | 93 …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 D | ruff.toml | 2 select = ["E", "F"]
|
| /xnu-11215/osfmk/kern/ |
| H A D | waitq.h | 1009 #pragma mark select wait queues and select port set waitq sets
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IONVRAMV3Handler.cpp | 412 _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 D | IONVRAMCHRPHandler.cpp | 707 ret = _nvramController->select(_currentBank); in serializeVariables() 846 _nvramController->select(i); in findCurrentBank()
|
| H A D | IOHibernateIO.cpp | 1037 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 D | sched_clutch_edge.md | 53 … 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 D | KQMPMMtest.c | 417 count = select(kq + 1, &readfds, NULL, NULL, NULL); in server()
|