Home
last modified time | relevance | path

Searched refs:endpt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c63 mutex_enter(&endpt->ctfs_endpt_lock); in ctfs_endpoint_open()
65 endpt->ctfs_endpt_flags |= CTFS_ENDPT_SETUP; in ctfs_endpoint_open()
67 endpt->ctfs_endpt_flags |= CTFS_ENDPT_NBLOCK; in ctfs_endpoint_open()
68 cte_add_listener(q, &endpt->ctfs_endpt_listener); in ctfs_endpoint_open()
70 mutex_exit(&endpt->ctfs_endpt_lock); in ctfs_endpoint_open()
82 ctfs_endpoint_inactive(ctfs_endpoint_t *endpt) in ctfs_endpoint_inactive() argument
84 mutex_enter(&endpt->ctfs_endpt_lock); in ctfs_endpoint_inactive()
85 if (endpt->ctfs_endpt_flags & CTFS_ENDPT_SETUP) { in ctfs_endpoint_inactive()
86 endpt->ctfs_endpt_flags = 0; in ctfs_endpoint_inactive()
90 mutex_exit(&endpt->ctfs_endpt_lock); in ctfs_endpoint_inactive()
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c483 endpnt_t *endpt; in clnt_clts_kcallit_addr() local
896 endpt = p->cku_endpnt; in clnt_clts_kcallit_addr()
897 if (endpt->e_tiptr != NULL) { in clnt_clts_kcallit_addr()
898 mutex_enter(&endpt->e_lock); in clnt_clts_kcallit_addr()
899 endpt->e_flags &= ~ENDPNT_BOUND; in clnt_clts_kcallit_addr()
900 (void) t_kclose(endpt->e_tiptr, 1); in clnt_clts_kcallit_addr()
901 endpt->e_tiptr = NULL; in clnt_clts_kcallit_addr()
902 mutex_exit(&endpt->e_lock); in clnt_clts_kcallit_addr()