Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_cots.c307 kstat_t *x_ksp; member
2545 if (cm_entry->x_ksp != NULL) { in connmgr_close()
2547 cm_entry->x_ksp->ks_private = NULL; in connmgr_close()
2554 if (((struct cm_kstat_xprt *)(cm_entry->x_ksp->ks_data))-> in connmgr_close()
2556 kmem_free(((struct cm_kstat_xprt *)(cm_entry->x_ksp-> in connmgr_close()
2559 kmem_free(cm_entry->x_ksp->ks_data, in connmgr_close()
2560 cm_entry->x_ksp->ks_data_size); in connmgr_close()
2561 kstat_delete(cm_entry->x_ksp); in connmgr_close()
2802 if (cm_entry->x_ksp != NULL) in connmgr_connect()
2811 if ((cm_entry->x_ksp = kstat_create_zone("unix", kstat_instance, in connmgr_connect()
[all …]