Home
last modified time | relevance | path

Searched refs:xip (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c443 xip->xi_id, rversion, xip->xi_version); in fmd_xprt_vmismatch()
592 (void) fmd_xprt_class_hash_insert(xip, &xip->xi_lsub, class); in fmd_xprt_event_sub()
613 (void) fmd_xprt_class_hash_delete(xip, &xip->xi_lsub, class); in fmd_xprt_event_unsub()
640 (void) fmd_xprt_class_hash_delete(xip, &xip->xi_usub, class); in fmd_xprt_event_unsuback()
786 xip->xi_id = fmd_idspace_alloc(fmd.d_xprt_ids, xip); in fmd_xprt_create()
842 fmd_xprt_class_hash_create(&xip->xi_lsub, xip->xi_queue); in fmd_xprt_create()
943 (void) pthread_cond_wait(&xip->xi_cv, &xip->xi_lock); in fmd_xprt_destroy()
1024 (void) pthread_cond_wait(&xip->xi_cv, &xip->xi_lock); in fmd_xprt_xsuspend()
1476 (void) pthread_cond_wait(&xip->xi_cv, &xip->xi_lock); in fmd_xprt_recv()
1479 xip->xi_busy++; in fmd_xprt_recv()
[all …]
H A Dfmd_api.c320 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_api_transport_impl() local
322 if (xip == NULL || xip->xi_queue->eq_mod != mp) { in fmd_api_transport_impl()
327 return (xip); in fmd_api_transport_impl()
2459 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_close() local
2467 if (xip->xi_thread != NULL && in fmd_xprt_close()
2468 xip->xi_thread->thr_tid == pthread_self()) { in fmd_xprt_close()
2482 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_post() local
2503 if ((xip->xi_flags & FMD_XPRT_ISUSPENDED) && in fmd_xprt_post()
2523 if ((xip->xi_flags & FMD_XPRT_ISUSPENDED) && in fmd_xprt_log()
2550 return (xip->xi_state == _fmd_xprt_state_err); in fmd_xprt_error()
[all …]
H A Dfmd_rpc_adm.c992 fmd_xprt_impl_t *xip; in fmd_adm_xprtstat_1_svc() local
1013 if ((xip = fmd_idspace_hold(fmd.d_xprt_ids, id)) == NULL) { in fmd_adm_xprtstat_1_svc()
1022 (void) pthread_mutex_lock(&xip->xi_stats_lock); in fmd_adm_xprtstat_1_svc()
1024 sp = (fmd_stat_t *)xip->xi_stats; in fmd_adm_xprtstat_1_svc()
1036 (void) pthread_mutex_unlock(&xip->xi_stats_lock); in fmd_adm_xprtstat_1_svc()
H A Dfmd_case.c1082 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)cip->ci_xprt; in fmd_case_publish() local
1087 fasp.fasp_proxy_external = xip->xi_flags & in fmd_case_publish()
1089 fasp.fasp_proxy_rdonly = ((xip->xi_flags & in fmd_case_publish()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c648 struct ud_inode *ip, *xip; in udf_lookup() local
672 xip = VTOI(vp); in udf_lookup()
679 ip = xip; in udf_lookup()
724 struct ud_inode *ip = VTOI(dvp), *xip; in udf_create() local
739 xip = NULL; in udf_create()
743 vap, &xip, cr, ct); in udf_create()
746 ip = xip; in udf_create()
1057 struct ud_inode *xip; in udf_mkdir() local
1070 ip = xip; in udf_mkdir()
1074 ITIMES(xip); in udf_mkdir()
[all …]
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c897 struct in_addr subnet, defr, savr, *ipp, xip; in dhcp_bound() local
911 ipv4_getipaddr(&xip); in dhcp_bound()
912 if (xip.s_addr != INADDR_ANY) in dhcp_bound()
913 ipp = &xip; in dhcp_bound()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c2620 struct inode *xip; in ufs_lookup() local
2723 xip = VTOI(vp); in ufs_lookup()
2756 ip = xip; in ufs_lookup()
2804 struct inode *xip; in ufs_create() local
2848 xip = NULL; in ufs_create()
2872 xip = VTOI(xvp); in ufs_create()
2890 ip = xip; in ufs_create()
3651 struct inode *xip; in ufs_mkdir() local
3700 ip = xip; in ufs_mkdir()
6458 struct inode *xip; in ufs_eventlookup() local
[all …]