Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_cots.c302 kstat_t *x_ksp; member
2534 if (cm_entry->x_ksp != NULL) { in connmgr_close()
2536 cm_entry->x_ksp->ks_private = NULL; in connmgr_close()
2543 if (((struct cm_kstat_xprt *)(cm_entry->x_ksp->ks_data))-> in connmgr_close()
2545 kmem_free(((struct cm_kstat_xprt *)(cm_entry->x_ksp-> in connmgr_close()
2548 kmem_free(cm_entry->x_ksp->ks_data, in connmgr_close()
2549 cm_entry->x_ksp->ks_data_size); in connmgr_close()
2550 kstat_delete(cm_entry->x_ksp); in connmgr_close()
2791 if (cm_entry->x_ksp != NULL) in connmgr_connect()
2800 if ((cm_entry->x_ksp = kstat_create_zone("unix", kstat_instance, in connmgr_connect()
[all …]