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.c256 fmd_xprt_class_hash_insert(fmd_xprt_impl_t *xip, in fmd_xprt_class_hash_insert() argument
262 ASSERT(MUTEX_HELD(&xip->xi_lock)); in fmd_xprt_class_hash_insert()
287 fmd_xprt_class_hash_delete(fmd_xprt_impl_t *xip, in fmd_xprt_class_hash_delete() argument
293 ASSERT(MUTEX_HELD(&xip->xi_lock)); in fmd_xprt_class_hash_delete()
331 fmd_xprt_subscribe_modhash(fmd_xprt_impl_t *xip, fmd_modhash_t *mhp) in fmd_xprt_subscribe_modhash() argument
333 fmd_xprt_t *xp = (fmd_xprt_t *)xip; in fmd_xprt_subscribe_modhash()
345 (void) pthread_mutex_lock(&xip->xi_lock); in fmd_xprt_subscribe_modhash()
346 ASSERT(!(xip->xi_flags & FMD_XPRT_SUBSCRIBER)); in fmd_xprt_subscribe_modhash()
347 xip->xi_flags |= FMD_XPRT_SUBSCRIBER; in fmd_xprt_subscribe_modhash()
348 (void) pthread_mutex_unlock(&xip->xi_lock); in fmd_xprt_subscribe_modhash()
[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()
2504 (pthread_self() == xip->xi_queue->eq_mod->mod_thread->thr_tid)) { in fmd_xprt_post()
2515 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_log() local
[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()
674 error = ud_dirlook(ip, nm, &xip, cr, 1); 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
1066 (struct ud_inode *)0, (struct ud_inode *)0, vap, &xip, cr, ct); 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()
2752 error = ufs_dirlook(ip, nm, &xip, cr, 1, 0); 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()
2879 vap, &xip, cr, (noentry | (retry ? IQUIET : 0))); in ufs_create()
2890 ip = xip; in ufs_create()
3651 struct inode *xip; in ufs_mkdir() local
[all …]