Home
last modified time | relevance | path

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

12345678910

/dragonfly/test/testcases/io/select_1/
H A Dselect_1.c52 r = select(2, NULL, &wset, NULL, NULL); in test_select()
70 r = select(des[0]+1, &rset, NULL, NULL, NULL); in test_select()
88 r = select(des[0]+1, &rset, NULL, NULL, NULL); in test_select()
101 r = select(des[0]+1, &rset, NULL, NULL, &timeout); in test_select()
113 r = select(des[0]+1, &rset, NULL, NULL, &timeout); in test_select()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c304 enum dcn10_input_csc_select select; in dpp1_cnv_setup() local
315 select = INPUT_CSC_SELECT_BYPASS; in dpp1_cnv_setup()
361 select = INPUT_CSC_SELECT_ICSC; in dpp1_cnv_setup()
367 select = INPUT_CSC_SELECT_ICSC; in dpp1_cnv_setup()
373 select = INPUT_CSC_SELECT_ICSC; in dpp1_cnv_setup()
379 select = INPUT_CSC_SELECT_ICSC; in dpp1_cnv_setup()
411 select = INPUT_CSC_SELECT_ICSC; in dpp1_cnv_setup()
413 select = INPUT_CSC_SELECT_BYPASS; in dpp1_cnv_setup()
415 dpp1_program_input_csc(dpp_base, color_space, select, &tbl_entry); in dpp1_cnv_setup()
417 dpp1_program_input_csc(dpp_base, color_space, select, NULL); in dpp1_cnv_setup()
H A Ddcn10_dpp_cm.c125 enum gamut_remap_select select) in program_gamut_remap() argument
130 if (regval == NULL || select == GAMUT_REMAP_BYPASS) { in program_gamut_remap()
135 switch (select) { in program_gamut_remap()
155 if (select == GAMUT_REMAP_COEFF) { in program_gamut_remap()
164 } else if (select == GAMUT_REMAP_COMA_COEFF) { in program_gamut_remap()
460 enum dcn10_input_csc_select select; in dpp1_program_input_csc() local
494 select = INPUT_CSC_SELECT_ICSC; in dpp1_program_input_csc()
496 select = INPUT_CSC_SELECT_COMA; in dpp1_program_input_csc()
503 if (select == INPUT_CSC_SELECT_ICSC) { in dpp1_program_input_csc()
521 CM_ICSC_MODE, select); in dpp1_program_input_csc()
/dragonfly/lib/libc/gen/
H A Dscandir.c54 int (*select)(const struct dirent *), in scandir()
80 if (select != NULL && !(*select)(d)) in scandir()
/dragonfly/sys/platform/pc64/apic/
H A Dioapic.c486 int select; in ioapic_pin_prog() local
490 select = IOAPIC_REDTBL0 + (2 * pin); in ioapic_pin_prog()
492 flags = ioapic_read(addr, select) & IOART_RESV; in ioapic_pin_prog()
538 target = ioapic_read(addr, select + 1) & IOART_HI_DEST_RESV; in ioapic_pin_prog()
542 ioapic_write(addr, select, flags | vec); in ioapic_pin_prog()
543 ioapic_write(addr, select + 1, target); in ioapic_pin_prog()
H A Dioapic_abi.c633 int vector, select; in ioapic_abi_intr_setup() local
664 select = ioapic_irqs[intr].io_idx; in ioapic_abi_intr_setup()
665 value = ioapic_read(ioapic_irqs[intr].io_addr, select); in ioapic_abi_intr_setup()
668 ioapic_write(ioapic_irqs[intr].io_addr, select, in ioapic_abi_intr_setup()
670 ioapic_write(ioapic_irqs[intr].io_addr, select, in ioapic_abi_intr_setup()
684 int vector, select; in ioapic_abi_intr_teardown() local
720 select = ioapic_irqs[intr].io_idx; in ioapic_abi_intr_teardown()
721 value = ioapic_read(ioapic_irqs[intr].io_addr, select); in ioapic_abi_intr_teardown()
723 ioapic_write(ioapic_irqs[intr].io_addr, select, in ioapic_abi_intr_teardown()
725 ioapic_write(ioapic_irqs[intr].io_addr, select, in ioapic_abi_intr_teardown()
/dragonfly/games/boggle/boggle/
H A Dtimer.c93 return (select(STDIN_FILENO+1, &fdbits, NULL, NULL, &duration)); in waitch()
103 select(0, 0, 0, 0, &duration); in delay()
/dragonfly/usr.bin/talk/
H A Dctl_transact.c76 nready = select(32, &read_mask, 0, 0, &wait); in ctl_transact()
98 nready = select(32, &read_mask, 0, 0, &wait); in ctl_transact()
/dragonfly/usr.sbin/ppp/
H A Dmain.c587 i = select(nfds, rfds, wfds, efds, NULL); in DoLoop()
599 if (select(nfds, rfds, wfds, efds, &t) != -1) { in DoLoop()
608 if (select(nfds, rfds, wfds, efds, &t) != -1) { in DoLoop()
617 if (select(nfds, rfds, wfds, efds, &t) != -1) { in DoLoop()
671 select(0, NULL, NULL, NULL, &t); in DoLoop()
H A Dprobe.c50 select(0, NULL, NULL, NULL, &t); in select_changes_time()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.c295 uint32_t select = 0; in program_multi_taps_filter() local
318 set_reg_field_value(select, filter_type, SCLV_COEF_RAM_SELECT, SCL_C_RAM_FILTER_TYPE); in program_multi_taps_filter()
323 set_reg_field_value(select, phase, SCLV_COEF_RAM_SELECT, SCL_C_RAM_PHASE); in program_multi_taps_filter()
327 set_reg_field_value(select, pair, in program_multi_taps_filter()
330 dm_write_reg(ctx, mmSCLV_COEF_RAM_SELECT, select); in program_multi_taps_filter()
/dragonfly/usr.bin/tip/
H A DTODO7 Use select call to merge tipin / tipout
16 Use select in modem drivers.
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dtime.h514 # undef select
515 # define select select_used_without_including_sys_select_h macro
517 _GL_WARN_ON_USE (select,
/dragonfly/contrib/nvi2/ex/
H A Dex_script.c216 switch (select(sc->sh_master + 1, &fdset, NULL, NULL, &tv)) { in sscr_getprompt()
262 switch (select(sc->sh_master + 1, &fdset, NULL, NULL, &tv)) { in sscr_getprompt()
395 switch (select(maxfd + 1, &rdfd, NULL, NULL, &poll)) { in sscr_input()
485 if (select(sc->sh_master + 1, in sscr_insert()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c389 if ((result = select(count, &set, NULL, NULL, &tv)) != 0) in _nc_timed_wait()
403 result = select(count, &set, NULL, NULL, &ntimeout); in _nc_timed_wait()
405 result = select(count, &set, NULL, NULL, NULL); in _nc_timed_wait()
/dragonfly/crypto/openssh/
H A Dsmult_curve25519_ref.c110 static void select(unsigned int p[64],unsigned int q[64],const unsigned int r[64],const unsigned in… in select() function
155 select(xzmb,xzm1b,xzm,xzm1,b); in mainloop()
174 select(xzm,xzm1,xznb,xzn1b,b); in mainloop()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_misc.c171 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL); in ar5211EnableRfKill() local
178 ar5211GpioCfgInput(ah, select); in ar5211EnableRfKill()
188 ar5211GpioSetIntr(ah, select, (ar5211GpioGet(ah, select) != polarity)); in ar5211EnableRfKill()
/dragonfly/libexec/rbootd/
H A Drbootd.c220 nsel = select(maxfds, &r, NULL, NULL, NULL); in main()
224 nsel = select(maxfds, &r, NULL, NULL, &timeout); in main()
/dragonfly/sys/sys/
H A Dselect.h48 int select(int, fd_set * __restrict, fd_set * __restrict,
/dragonfly/test/testcases/io/select_2/
H A Dselect_2.c25 result = select(fd + 1, &rset, 0, 0, 0); in main()
/dragonfly/usr.bin/window/
H A Dwindowrc69 alias sysline "_ = select();" \
72 "select $_; unset _"
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dstandards.texi69 document. To select this standard in GCC, use one of the options
84 @dfn{C95}. To select this standard in GCC, use the option
91 @uref{http://gcc.gnu.org/gcc-4.7/c99status.html} for details. To select this
111 select an extended version of the C language explicitly with
185 is a notable exception) and most of the changes in C++03. To select
198 see @uref{http://gcc.gnu.org/projects/@/cxx0x.html}. To select this
210 may also select an extended version of the C++ language explicitly with
/dragonfly/test/testcases/io/select_3/
H A Dselect_3.c27 i = select(maxfd+1, NULL, &write_fds, NULL, NULL); in main()
/dragonfly/contrib/gdb-7/gdb/
H A Dposix-hdep.c53 return select (n, readfds, writefds, exceptfds, timeout); in gdb_select()
/dragonfly/contrib/tcsh-6/nls/ja/
H A Dset235 33 非同期 I/O (select)

12345678910