Searched defs:kcp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dkey_call.c779 struct key_call_private *kcp = (struct key_call_private *)vp; local
781 if (kcp != NULL && kcp->client != NULL) {
782 (void) check_rdev(kcp);
783 clnt_destroy(kcp->client);
784 free(kcp);
793 struct key_call_private *kcp; local
795 if ((kcp = pthread_getspecific(key_call_key)) != NULL) {
796 key_call_destroy(kcp);
807 struct key_call_private *kcp local
974 set_rdev(struct key_call_private *kcp) argument
990 check_rdev(struct key_call_private *kcp) argument
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c185 kstat_ctl_t *kcp = (kstat_ctl_t *)arg; local
218 ksp = dladm_kstat_lookup(kcp, NULL, -1, flowname, "flow");
224 dladm_get_stats(kcp, ksp, &currstats);
311 kstat_ctl_t *kcp = (kstat_ctl_t *)arg; local
340 (void) kstat_chain_update(kcp);
344 ksp = dladm_kstat_lookup(kcp, NULL, -1, flist->linkname, "net");
350 dladm_get_stats(kcp, ksp, &currstats);
433 stat_report(dladm_handle_t handle, kstat_ctl_t *kcp, datalink_id_t linkid, argument
479 (void *)kcp, DATALINK_CLASS_ALL,
483 (void) link_kstats(handle, linkid, kcp);
543 kstat_ctl_t *kcp; local
573 dladm_kstat_lookup(kstat_ctl_t *kcp, const char *module, int instance, const char *name, const char *class) argument
623 dladm_get_stats(kstat_ctl_t *kcp, kstat_t *ksp, pktsum_t *stats) argument
703 kstat_ctl_t *kcp; local
1268 i_dlstat_get_stats(kstat_ctl_t *kcp, kstat_t *ksp, void *stats, stat_info_t stats_list[], uint_t size) argument
1331 kstat_ctl_t *kcp; local
1468 kstat_ctl_t *kcp; local
1519 kstat_ctl_t *kcp; local
1574 i_dlstat_rx_hwlane_retrieve_stat(kstat_ctl_t *kcp, kstat_t *ksp, int i) argument
1847 i_dlstat_tx_hwlane_retrieve_stat(kstat_ctl_t *kcp, kstat_t *ksp, int i) argument
2249 i_dlstat_rx_ring_retrieve_stat(kstat_ctl_t *kcp, kstat_t *ksp, int i) argument
2319 i_dlstat_tx_ring_retrieve_stat(kstat_ctl_t *kcp, kstat_t *ksp, int i) argument
2361 kstat_ctl_t *kcp; local
2696 kstat_ctl_t *kcp; local
3252 kstat_ctl_t *kcp; local
[all...]

Completed in 20 milliseconds