/src/sys/arch/vax/boot/boot/ |
data.h | 44 long select; /* 4 Selection entry */ member in struct:bqo
|
/src/share/doc/psd/20.ipctut/ |
strchkread.c | 41 * This program uses select() to check that someone is trying to connect 83 if (select(sock + 1, &ready, 0, 0, &to) < 0) { 84 perror("select");
|
/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 in typeref:typename:int
|
/src/lib/libc/rpc/ |
svc_fdset.h | 17 # undef select 18 # define select(a, b, c, d, e) rump_sys_select(a, b, c, d, e) macro
|
/src/sys/arch/hpcmips/tx/ |
tx39iovar.h | 38 txreg_t select; /* MFIO */ member in union:tx39io_port_status::__anona2f51695010a
|
/src/sys/external/bsd/drm2/include/linux/ |
sync_file.h | 36 #include <sys/select.h>
|
/src/tests/lib/librumphijack/ |
h_client.c | 32 #include <sys/select.h> 64 rv = select(pipefd[0]+1, &rfds, NULL, NULL, &tv); 66 err(EXIT_FAILURE, "select"); 68 errx(EXIT_FAILURE, "select successful"); 85 rv = select(100, &rfds, &wfds, &efds, &tv); 87 err(EXIT_FAILURE, "select"); 89 errx(EXIT_FAILURE, "select successful"); 91 rv = select(0, NULL, NULL, NULL, &tv);
|
/src/usr.bin/vmstat/ |
drvstats.h | 41 int *select; /* Display stats for selected disks. */ member in struct:_drive
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_dpp.c | 112 enum dcn20_input_csc_select select = DCN2_ICSC_SELECT_BYPASS; local in function:dpp2_cnv_setup 153 select = DCN2_ICSC_SELECT_ICSC_A; 159 select = DCN2_ICSC_SELECT_ICSC_A; 165 select = DCN2_ICSC_SELECT_ICSC_A; 171 select = DCN2_ICSC_SELECT_ICSC_A; 185 select = DCN2_ICSC_SELECT_ICSC_A; 196 select = DCN2_ICSC_SELECT_ICSC_A; 202 select = DCN2_ICSC_SELECT_ICSC_A; 235 select = DCN2_ICSC_SELECT_ICSC_A; 237 select = DCN2_ICSC_SELECT_BYPASS [all...] |
/src/sbin/mount_qemufwcfg/ |
virtdir.h | 46 uint16_t select; /* selector */ member in struct:virt_dirent_t
|
fwcfg.c | 54 uint16_t select; member in struct:fwcfg_file 151 if (ep->select == 0) 154 set_index(ep->select); 210 be32toh(f.size), be16toh(f.select));
|
/src/sys/compat/sys/ |
select.h | 1 /* $NetBSD: select.h,v 1.2 2009/01/11 02:45:50 christos Exp $ */ 31 * @(#)select.h 8.2 (Berkeley) 1/4/94 51 int select(int, fd_set * __restrict, fd_set * __restrict,
|
/src/sys/dev/dtv/ |
dtv_ioctl.c | 43 #include <sys/select.h>
|
/src/sys/net/ |
if_tun.h | 13 * UCL. This driver is based much more on read/write/select mode of 31 #include <sys/select.h> 53 struct selinfo tun_rsel; /* read select */ 54 struct selinfo tun_wsel; /* write select (not used) */
|
/src/sys/rump/include/rump/ |
rump_syscalls_compat.h | 38 #include <sys/select.h> /* typedefs */
|
/src/sys/sys/ |
select.h | 1 /* $NetBSD: select.h,v 1.39 2021/09/29 02:47:22 thorpej Exp $ */ 31 * @(#)select.h 8.2 (Berkeley) 1/4/94 72 int select(int, fd_set * __restrict, fd_set * __restrict,
|
/src/sys/arch/hpc/stand/hpcboot/sh3/ |
sh_console.cpp | 51 SHConsole::selectBootConsole(Console &cons, enum consoleSelect select) 64 switch (select) {
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_dpp.c | 305 enum dcn10_input_csc_select select; local in function:dpp1_cnv_setup 316 select = INPUT_CSC_SELECT_BYPASS; 362 select = INPUT_CSC_SELECT_ICSC; 368 select = INPUT_CSC_SELECT_ICSC; 374 select = INPUT_CSC_SELECT_ICSC; 380 select = INPUT_CSC_SELECT_ICSC; 412 select = INPUT_CSC_SELECT_ICSC; 414 select = INPUT_CSC_SELECT_BYPASS; 416 dpp1_program_input_csc(dpp_base, color_space, select, &tbl_entry); 418 dpp1_program_input_csc(dpp_base, color_space, select, NULL) [all...] |
/src/usr.bin/systat/ |
iostat.c | 133 if (cur.select[i]) 149 if (cur.select[i]) { 183 if (cur.select[i]) { 223 if (cur.select[i]) { 236 if (cur.select[i]) {
|
/src/tests/lib/libc/gen/ |
t_sleep.c | 114 if (select(0, NULL, NULL, NULL, &tv) == -1) 206 ATF_TC(select); 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/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
mt8183-evb.dts | 367 mediatek,pad-select = <0>; 374 mediatek,pad-select = <0>; 381 mediatek,pad-select = <0>; 388 mediatek,pad-select = <0>; 395 mediatek,pad-select = <0>; 402 mediatek,pad-select = <0>;
|
/src/sys/arch/atari/dev/ |
ym2149reg.h | 40 #define sd_selr sdb[0] /* select register */ 86 #define PA_SIDEB 0x01 /* select floppy head - if double sided */ 87 #define PA_FLOP0 0x02 /* Drive Select Floppy 0 */ 88 #define PA_FLOP1 0x04 /* Drive Select Floppy 1 */ 117 #define ym2149_fd_select(select) { \ 120 ym2149_ioa = (ym2149_ioa & ~PA_FDSEL) | (select & PA_FDSEL); \
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
msm8998-oneplus-cheeseburger.dts | 14 /* Required for bootloader to select correct board */
|
/src/usr.bin/make/unit-tests/ |
suff-transform-select.mk | 1 # $NetBSD: suff-transform-select.mk,v 1.3 2020/11/23 14:47:12 rillig Exp $
|
/src/sys/arch/i386/stand/lib/test/ |
stand_user.c | 84 select(0, 0, 0, 0, &to);
|