HomeSort by: relevance | last modified time | path
    Searched defs:select (Results 1 - 25 of 116) sorted by relevancy

1 2 3 4 5

  /src/lib/libc/compat/sys/
compat_select.c 43 #include <sys/select.h>
44 #include <compat/sys/select.h>
50 __warn_references(select,
51 "warning: reference to compatibility select(); include <sys/select.h> to generate correct reference")
53 "warning: reference to compatibility pselect(); include <sys/select.h> to generate correct reference")
56 __weak_alias(select, _select)
78 select(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds, function
compat_select.c 43 #include <sys/select.h>
44 #include <compat/sys/select.h>
50 __warn_references(select,
51 "warning: reference to compatibility select(); include <sys/select.h> to generate correct reference")
53 "warning: reference to compatibility pselect(); include <sys/select.h> to generate correct reference")
56 __weak_alias(select, _select)
78 select(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds, function
  /src/lib/libc/rpc/
svc_fdset.h 17 # undef select macro
18 # define select(a, b, c, d, e) rump_sys_select(a, b, c, d, e) macro
svc_fdset.h 17 # undef select macro
18 # define select(a, b, c, d, e) rump_sys_select(a, b, c, d, e) macro
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/GISel/
PPCInstructionSelector.cpp 38 bool select(MachineInstr &I) override;
42 /// tblgen generated 'select' implementation that is used as the initial
79 bool PPCInstructionSelector::select(MachineInstr &I) { function in class:PPCInstructionSelector
PPCInstructionSelector.cpp 38 bool select(MachineInstr &I) override;
42 /// tblgen generated 'select' implementation that is used as the initial
79 bool PPCInstructionSelector::select(MachineInstr &I) { function in class:PPCInstructionSelector
  /src/external/gpl2/xcvs/dist/lib/
sunos57-select.c 2 /dev/null will cause select/poll to hang when given a NULL timeout.
20 __RCSID("$NetBSD: sunos57-select.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
29 * in the select set and timeout == NULL, the select will hang.
31 * return from select().
37 /* The rpl_select function calls the real select. */
38 #undef select macro
135 * the system select for this case.
150 /* we need to call select, one way or another. */
159 ret = select (maxfd + 1, readfds, writefds, exceptfds, &ztime)
    [all...]
sunos57-select.c 2 /dev/null will cause select/poll to hang when given a NULL timeout.
20 __RCSID("$NetBSD: sunos57-select.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
29 * in the select set and timeout == NULL, the select will hang.
31 * return from select().
37 /* The rpl_select function calls the real select. */
38 #undef select macro
135 * the system select for this case.
150 /* we need to call select, one way or another. */
159 ret = select (maxfd + 1, readfds, writefds, exceptfds, &ztime)
    [all...]
  /src/sys/arch/hpcmips/tx/
tx39iovar.h 38 txreg_t select; /* MFIO */ member in union:tx39io_port_status::__anon1400
tx39iovar.h 38 txreg_t select; /* MFIO */ member in union:tx39io_port_status::__anon1400
  /src/sys/arch/vax/boot/boot/
data.h 44 long select; /* 4 Selection entry */ member in struct:bqo
data.h 44 long select; /* 4 Selection entry */ member in struct:bqo
  /src/usr.bin/vmstat/
drvstats.h 41 int *select; /* Display stats for selected disks. */ member in struct:_drive
drvstats.h 41 int *select; /* Display stats for selected disks. */ member in struct:_drive
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstructionSelector.cpp 38 bool select(MachineInstr &I) override;
84 bool RISCVInstructionSelector::select(MachineInstr &I) { function in class:RISCVInstructionSelector
RISCVInstructionSelector.cpp 38 bool select(MachineInstr &I) override;
84 bool RISCVInstructionSelector::select(MachineInstr &I) { function in class:RISCVInstructionSelector
  /src/sbin/mount_qemufwcfg/
virtdir.h 46 uint16_t select; /* selector */ member in struct:virt_dirent_t
virtdir.h 46 uint16_t select; /* selector */ member in struct:virt_dirent_t
fwcfg.c 55 uint16_t select; member in struct:fwcfg_file
152 if (ep->select == 0)
155 set_index(ep->select);
211 be32toh(f.size), be16toh(f.select));
fwcfg.c 55 uint16_t select; member in struct:fwcfg_file
152 if (ep->select == 0)
155 set_index(ep->select);
211 be32toh(f.size), be16toh(f.select));
  /src/tests/lib/libc/gen/
t_sleep.c 114 if (select(0, NULL, NULL, NULL, &tv) == -1)
206 ATF_TC(select); variable
207 ATF_TC_HEAD(select, tc)
210 atf_tc_set_md_var(tc, "descr", "Test select(2) timing");
214 ATF_TC_BODY(select, tc)
370 ATF_TP_ADD_TC(tp, select);
t_sleep.c 114 if (select(0, NULL, NULL, NULL, &tv) == -1)
206 ATF_TC(select); variable
207 ATF_TC_HEAD(select, tc)
210 atf_tc_set_md_var(tc, "descr", "Test select(2) timing");
214 ATF_TC_BODY(select, tc)
370 ATF_TP_ADD_TC(tp, select);
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Multilib.cpp 244 bool MultilibSet::select(const Multilib::flags_list &Flags, Multilib &M) const { function in class:MultilibSet
269 // Sort multilibs by priority and select the one with the highest priority.
Multilib.cpp 244 bool MultilibSet::select(const Multilib::flags_list &Flags, Multilib &M) const { function in class:MultilibSet
269 // Sort multilibs by priority and select the one with the highest priority.
  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
Scheduler.cpp 192 InstRef Scheduler::select() { function in class:llvm::mca::Scheduler

Completed in 40 milliseconds

1 2 3 4 5