/titanic_44/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | poll | 3 …me/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/cmd/ksh93/features/poll by iffe version 200… 71 #define _hdr_poll 1 /* #include <poll.h> ok */ 73 #define _sys_poll 1 /* #include <sys/poll.h> ok */ 76 #define _lib_poll 1 /* poll() in default lib(s) */ 92 # define poll _SYS_poll 98 # include <poll.h> 101 # include <sys/poll.h> 105 # undef poll 106 extern __MANGLE__ int poll __PROTO__((struct pollfd*,unsigned long,int));
|
/titanic_44/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | poll | 3 …me/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/cmd/ksh93/features/poll by iffe version 200… 71 #define _hdr_poll 1 /* #include <poll.h> ok */ 73 #define _sys_poll 1 /* #include <sys/poll.h> ok */ 76 #define _lib_poll 1 /* poll() in default lib(s) */ 92 # define poll _SYS_poll 98 # include <poll.h> 101 # include <sys/poll.h> 105 # undef poll 106 extern __MANGLE__ int poll __PROTO__((struct pollfd*,unsigned long,int));
|
/titanic_44/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | poll | 3 …e/gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/cmd/ksh93/features/poll by iffe version 200… 71 #define _hdr_poll 1 /* #include <poll.h> ok */ 73 #define _sys_poll 1 /* #include <sys/poll.h> ok */ 76 #define _lib_poll 1 /* poll() in default lib(s) */ 92 # define poll _SYS_poll 98 # include <poll.h> 101 # include <sys/poll.h> 105 # undef poll 106 extern __MANGLE__ int poll __PROTO__((struct pollfd*,unsigned long,int));
|
/titanic_44/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | poll | 3 …e/gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/cmd/ksh93/features/poll by iffe version 200… 71 #define _hdr_poll 1 /* #include <poll.h> ok */ 73 #define _sys_poll 1 /* #include <sys/poll.h> ok */ 76 #define _lib_poll 1 /* poll() in default lib(s) */ 92 # define poll _SYS_poll 98 # include <poll.h> 101 # include <sys/poll.h> 105 # undef poll 106 extern __MANGLE__ int poll __PROTO__((struct pollfd*,unsigned long,int));
|
/titanic_44/usr/src/lib/libshell/common/features/ |
H A D | poll | 1 hdr,sys poll,socket,netinet/in 2 lib select,poll,socket 128 # define poll _SYS_poll 134 # include <poll.h> 137 # include <sys/poll.h> 141 # undef poll 142 extern int poll(struct pollfd*,unsigned long,int);
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_builtin_poll.sh | 45 builtin -f libshell.so.1 poll || err_exit "poll builtin not found." 55 cat /dev/zero | { redirect 5<&0 ; poll -e d1.res -t 5. d1.u ; } || err_exit "poll returned non-zero… 64 { poll -e d1.res -t 5. d1.u ; } 5</dev/null 5>/dev/null || err_exit "poll returned non-zero exit co…
|
/titanic_44/usr/src/uts/common/sys/fc4/ |
H A D | fcal_transport.h | 131 uint_t poll); 134 uint_t poll, 139 uint_t poll); 148 uint_t poll);
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | uudemon.poll | 51 while read site poll 56 for i in $poll
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | poll.c | 26 #pragma weak _poll = poll 42 poll(struct pollfd *fds, nfds_t nfd, int timeout) in poll() function
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.conf | 60 slow-poll: 59 61 fast-poll: 2
|
/titanic_44/usr/src/lib/libshell/common/scripts/ |
H A D | multifollow.sh | 88 builtin -f libshell.so.1 poll || fatal_error "poll builtin not found." 129 poll files
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | syncloop.c | 335 while (poll(&pfd, 1, short_time) == 1) { in quiet_period() 338 if (poll(&pfd, 1, long_time) == 1) { in quiet_period() 374 pollret = poll(&pfd, 1, long_time); in first_packet() 445 while (pollret = poll(&pfd, 1, zero_time)) { in many_packets() 470 pollret = poll(&pfd, 1, long_time); in many_packets() 487 while ((incount < reccount) && (poll(&pfd, 1, long_time) == 1)) { in many_packets()
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | lib | 74 tst lib_poll_fd_1 note{ fd is first arg to poll() }end execute{ 75 #include <poll.h> 87 if (poll(&fd, 1, 0) < 0 || fd.revents != 0) return 1; 89 if (poll(&fd, 1, 0) < 0 || fd.revents == 0) return 1; 94 tst lib_poll_fd_2 note{ fd is second arg to poll() }end execute{ 95 #include <poll.h> 107 return poll(1, &fd, 0) < 0; 108 if (poll(1, &fd, 0) < 0 || fd.revents != 0) return 1; 110 if (poll(1, &fd, 0) < 0 || fd.revents == 0) return 1; 117 tst lib_poll_notimer note{ poll with no fds ignores timeout }end execute{ [all …]
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | startd.c | 323 (void) poll(NULL, 0, msecs); in startd_alloc_retry() 346 (void) poll(NULL, 0, msecs); in safe_realloc() 372 (void) poll(NULL, 0, msecs); in safe_strdup() 409 (void) poll(NULL, 0, msecs); in startd_list_pool_create() 441 (void) poll(NULL, 0, msecs); in startd_list_create() 550 (void) poll(NULL, 0, msecs); in read_startd_config()
|
/titanic_44/usr/src/cmd/stat/common/ |
H A D | acquire.c | 319 (void) poll(NULL, 0, RETRY_DELAY); in acquire_snapshot() 344 (void) poll(NULL, 0, RETRY_DELAY); in acquire_snapshot() 397 (void) poll(NULL, 0, RETRY_DELAY); in open_kstat() 412 (void) poll(NULL, 0, RETRY_DELAY); in safe_alloc() 429 (void) poll(NULL, 0, RETRY_DELAY); in safe_strdup()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | platsvcd.conf | 41 * INTERVAL <poll interval in seconds> <#tasks at this interval> 43 * Indicates the poll interval at which a list of tasks will be run
|
/titanic_44/usr/src/test/os-tests/tests/ |
H A D | Makefile | 16 SUBDIRS = poll sigqueue spoof-ras
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | napms.c | 81 if (poll(&pollfd, 0L, ms) == -1) in napms()
|
/titanic_44/usr/src/uts/common/io/dld/ |
H A D | dld_proto.c | 1401 dld_capab_poll_enable(dld_str_t *dsp, dld_capab_poll_t *poll) in dld_capab_poll_enable() argument 1425 (mac_resource_add_t)poll->poll_ring_add_cf, in dld_capab_poll_enable() 1426 (mac_resource_remove_t)poll->poll_ring_remove_cf, in dld_capab_poll_enable() 1427 (mac_resource_quiesce_t)poll->poll_ring_quiesce_cf, in dld_capab_poll_enable() 1428 (mac_resource_restart_t)poll->poll_ring_restart_cf, in dld_capab_poll_enable() 1429 (mac_resource_bind_t)poll->poll_ring_bind_cf, in dld_capab_poll_enable() 1430 poll->poll_ring_ch); in dld_capab_poll_enable() 1440 dld_capab_poll_disable(dld_str_t *dsp, dld_capab_poll_t *poll) in dld_capab_poll_disable() argument 1455 dld_capab_poll_t *poll = data; in dld_capab_poll() local 1461 return (dld_capab_poll_enable(dsp, poll)); in dld_capab_poll() [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/ |
H A D | platsvcd.conf | 40 * INTERVAL <poll interval in seconds> <#tasks at this interval> 42 * Indicates the poll interval at which a list of tasks will be run
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/sebring/conf/ |
H A D | platsvcd.conf | 40 * INTERVAL <poll interval in seconds> <#tasks at this interval> 42 * Indicates the poll interval at which a list of tasks will be run
|
/titanic_44/usr/src/lib/libfakekernel/common/ |
H A D | kmisc.c | 69 (void) poll(0, 0, msec); in delay()
|
/titanic_44/usr/src/lib/libwanboot/common/ |
H A D | socket_inet.c | 56 switch (poll(&pfd, 1, read_timeout * 1000)) { in socket_read()
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.h | 26 int (*poll)P((struct nic *, int retrieve)); member
|
/titanic_44/usr/src/cmd/lp/lib/msgs/ |
H A D | mdestroy.c | 56 while (poll(&pfd, 1, 500) > 0) { in mdestroy()
|