Home
last modified time | relevance | path

Searched refs:poll_list (Results 1 – 5 of 5) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c129 static Sfio_t **poll_list; variable
220 pstream = poll_list; in waitnotify()
231 for(i=0; i < pstream-poll_list; i++) in waitnotify()
232 sfset(poll_list[i],SF_WRITE,0); in waitnotify()
237 sfprintf(sfstderr,"before poll npoll=%d",pstream-poll_list); in waitnotify()
238 for(i=0; i < pstream-poll_list; i++) in waitnotify()
239 sfprintf(sfstderr," %d",sffileno(poll_list[i])); in waitnotify()
242 nready = sfpoll(poll_list,pstream-poll_list,timeout); in waitnotify()
246 sfprintf(sfstderr," %d",sffileno(poll_list[i])); in waitnotify()
250 for(i=0; i < pstream-poll_list; i++) in waitnotify()
[all …]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c129 static Sfio_t **poll_list; variable
220 pstream = poll_list; in waitnotify()
231 for(i=0; i < pstream-poll_list; i++) in waitnotify()
232 sfset(poll_list[i],SF_WRITE,0); in waitnotify()
237 sfprintf(sfstderr,"before poll npoll=%d",pstream-poll_list); in waitnotify()
238 for(i=0; i < pstream-poll_list; i++) in waitnotify()
239 sfprintf(sfstderr," %d",sffileno(poll_list[i])); in waitnotify()
242 nready = sfpoll(poll_list,pstream-poll_list,timeout); in waitnotify()
246 sfprintf(sfstderr," %d",sffileno(poll_list[ in waitnotify()
[all...]
/titanic_51/usr/src/uts/common/io/
H A Ddcopy.c824 dcopy_list_t *poll_list; in dcopy_device_channel_notify() local
832 poll_list = &channel->ch_poll_list; in dcopy_device_channel_notify()
841 mutex_enter(&poll_list->dl_mutex); in dcopy_device_channel_notify()
842 if (poll_list->dl_cnt != 0) { in dcopy_device_channel_notify()
843 priv = list_head(&poll_list->dl_list); in dcopy_device_channel_notify()
856 poll_list->dl_cnt--; in dcopy_device_channel_notify()
857 list_remove(&poll_list->dl_list, priv); in dcopy_device_channel_notify()
864 priv = list_head(&poll_list->dl_list); in dcopy_device_channel_notify()
868 mutex_exit(&poll_list->dl_mutex); in dcopy_device_channel_notify()
/titanic_51/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c951 /* Initialize the mutex guarding the poll_list. */ in fhc_init()
957 /* Initialize the poll_list to be empty */ in fhc_init()
959 softsp->poll_list[i].funcp = NULL; in fhc_init()
1071 funcp0 = softsp->poll_list[0].funcp; in fhc_zs_intr_wrapper()
1072 funcp1 = softsp->poll_list[1].funcp; in fhc_zs_intr_wrapper()
1073 funcp0_arg1 = softsp->poll_list[0].arg1; in fhc_zs_intr_wrapper()
1074 funcp0_arg2 = softsp->poll_list[0].arg2; in fhc_zs_intr_wrapper()
1075 funcp1_arg1 = softsp->poll_list[1].arg1; in fhc_zs_intr_wrapper()
1076 funcp1_arg2 = softsp->poll_list[1].arg2; in fhc_zs_intr_wrapper()
1168 /* First lock the mutex for this poll_list */ in fhc_add_intr_impl()
[all...]
/titanic_51/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h918 struct fhc_wrapper_arg poll_list[MAX_ZS_CNT]; member