Home
last modified time | relevance | path

Searched refs:pselect (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/bsd/top/dist/
H A Dcommands.c646 gstate->pselect.idle = !gstate->pselect.idle; in cmd_idle()
648 gstate->pselect.idle ? "D" : "Not d"); in cmd_idle()
681 gstate->pselect.fullcmd = !gstate->pselect.fullcmd; in cmd_cmdline()
683 gstate->pselect.fullcmd ? "D" : "Not d"); in cmd_cmdline()
820 gstate->pselect.pid = -1; in cmd_pid()
825 gstate->pselect.pid = pid; in cmd_pid()
844 gstate->pselect.uid = -1; in cmd_user()
853 gstate->pselect.uid = i; in cmd_user()
866 if (gstate->pselect.command != NULL) in cmd_command()
868 free(gstate->pselect.command); in cmd_command()
[all …]
H A Dtop.c419 gstate->pselect.uid = i; in do_arguments()
425 gstate->pselect.mode = i; in do_arguments()
429 gstate->pselect.system = !gstate->pselect.system; in do_arguments()
433 gstate->pselect.idle = !gstate->pselect.idle; in do_arguments()
443 gstate->pselect.fullcmd = !gstate->pselect.fullcmd; in do_arguments()
447 gstate->pselect.threads = !gstate->pselect.threads; in do_arguments()
451 gstate->pselect.pid = atoi(optarg); in do_arguments()
510 processes = get_process_info(&system_info, &(gstate->pselect), gstate->order_index); in do_display()
535 hdr = format_process_header(&(gstate->pselect), processes, active_procs); in do_display()
547 i_procstates(system_info.p_total, system_info.procstates, gstate->pselect.threads); in do_display()
[all …]
H A Dglobalstate.h63 struct process_select pselect; member
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_select.in.h267 # undef pselect
268 # define pselect rpl_pselect
270 _GL_FUNCDECL_RPL (pselect, int,
273 _GL_CXXALIAS_RPL (pselect, int,
278 _GL_FUNCDECL_SYS (pselect, int,
284 _GL_CXXALIAS_SYS_CAST (pselect, int,
290 _GL_CXXALIASWARN (pselect);
292 # undef pselect
294 _GL_WARN_ON_USE (pselect, "pselect is not portable - "
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dselect.d134 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*); in version()
172 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*); in version()
221 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*); in version()
270 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*); in version()
317 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*); in version()
366 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*); in version()
410 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*); in version()
458 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*); in version()
505 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*); in version()
553 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*); in version()
/netbsd-src/lib/libc/compat/sys/
H A Dcompat_select.c52 __warn_references(pselect,
58 __weak_alias(pselect, _pselect) in __weak_alias()
91 pselect(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds, in pselect() function
/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A Dconfigure.ac194 # If we can't use epoll, try pselect.
195 # Check for pselect
196 AC_CACHE_CHECK(for pselect, ac_cv_pselect, [
199 pselect (0, 0, 0, 0, 0, 0);]])],
204 [Define if pselect provided.])
H A Dconfig.h.in27 /* Define if pselect provided. */
/netbsd-src/sys/compat/sys/
H A Dselect.h48 int pselect(int, fd_set * __restrict, fd_set * __restrict,
/netbsd-src/external/bsd/nsd/dist/compat/
H A Dpselect.c18 pselect (int n, in pselect() function
/netbsd-src/sys/sys/
H A Dselect.h69 int pselect(int, fd_set * __restrict, fd_set * __restrict,
/netbsd-src/external/bsd/libbind/dist/isc/
H A Deventlib.c53 #define pselect Pselect macro
59 static int pselect(int, void *, void *, void *,
331 x = pselect(ctx->fdMax+1, in evGetNext()
738 pselect(int nfds, void *rfds, void *wfds, void *efds, in pselect() function
/netbsd-src/tests/kernel/
H A Dt_timeleft.c71 ATF_REQUIRE_ERRNO(EINTR, pselect(1, NULL, NULL, NULL, ts, NULL));
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dinput.c548 result = pselect (fileno (stream) + 1, &readfds, NULL, NULL, NULL, &_rl_orig_sigset); in rl_getc()
552 result = pselect (fileno (stream) + 1, &readfds, NULL, NULL, NULL, &empty_set); in rl_getc()
H A Dconfig.h.in94 /* Define if you have the pselect function. */
/netbsd-src/tests/lib/libc/sys/
H A Dt_select.c116 if (pselect(1, &rset, NULL, NULL, ts, &set) == -1) { in child()
128 atf_tc_fail("pselect() masks don't match " in child()
138 atf_tc_set_md_var(tc, "descr", "Checks pselect's temporary mask " in ATF_TC_HEAD()
166 atf_tc_fail("pselect() did not receive signal"); in ATF_TC_BODY()
178 atf_tc_set_md_var(tc, "descr", "Checks pselect's temporary mask " in ATF_TC_HEAD()
204 atf_tc_fail("pselect() did not receive signal"); in ATF_TC_BODY()
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_send.c143 static int pselect(int, void *, void *, void *,
893 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL); in send_dg()
1089 pselect(int nfds, void *rfds, void *wfds, void *efds, in pselect() function
/netbsd-src/lib/libc/resolv/
H A Dres_send.c189 static int pselect(int, void *, void *, void *,
1000 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL); in send_dg()
1204 pselect(int nfds, void *rfds, void *wfds, void *efds, in pselect() function
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dsys_select_h.m475 ]], [pselect select])
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dsvrside.c532 rv = pselect(nfds+1, &rdfd_set, NULL, NULL, NULL, &oldsigmask); in main()
/netbsd-src/sys/rump/
H A Drump.sysmap137 373 sys_nomodule pselect rump___sysimpl_pselect
/netbsd-src/external/bsd/nsd/dist/
H A Dconfigure.ac842 AC_REPLACE_FUNCS(pselect)
874 AC_MSG_CHECKING(for pselect prototype in sys/select.h)
875 AC_EGREP_HEADER([[^a-zA-Z_]*pselect[^a-zA-Z_]], sys/select.h, AC_DEFINE(HAVE_PSELECT_PROTO, 1,
876 [if sys/select.h provides pselect prototype]) AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
882 …espec], AC_DEFINE(HAVE_STRUCT_TIMESPEC, 1, [If time.h has a struct timespec (for pselect).]), [], [
H A DMakefile.in256 pselect.o: $(srcdir)/compat/pselect.c
257 $(COMPILE) -c $(srcdir)/compat/pselect.c
574 pselect.o: $(srcdir)/compat/pselect.c config.h $(srcdir)/compat/cpuset.h
H A Dconfig.h.in308 /* Define to 1 if you have the `pselect' function. */
311 /* if sys/select.h provides pselect prototype */
434 /* If time.h has a struct timespec (for pselect). */
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dconfig.h.in94 /* Define if you have the pselect function. */

12