Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c144 if ((pset_reso = pool_get_resource(conf, PSET_TYPE_NAME, sbag->sb_name)) in update_pset()
146 die(gettext(ERR_STATS_RES_N), sbag->sb_name, get_errstr()); in update_pset()
148 die(gettext(ERR_STATS_RES_N), sbag->sb_name, get_errstr()); in update_pset()
153 die(gettext(ERR_STATS_RES_N), sbag->sb_name, get_errstr()); in update_pset()
H A Dpoolstat.c79 offsetof(statistic_bag_t, sb_name),
88 offsetof(statistic_bag_t, sb_name),
114 offsetof(statistic_bag_t, sb_name),
844 if (pool_value_get_string(pv_name, &sbag->sb_name) == -1) in prt_resource_stats_by_type()
884 if (pool_value_get_string(pv_name, &sbag->sb_name) == -1) in update_resource_stats()
968 if (pool_value_get_string(pv_name, &sbag->sb_name) != 0) in prt_pool_stats()
979 sbag->sb_name, rtype->ple_obj, &nelem); in prt_pool_stats()
996 pv_name, &sbag->sb_name) != 0) in prt_pool_stats()
1005 sbag->sb_name, rtype->ple_obj, &nelem); in prt_pool_stats()
H A Dpoolstat.h87 const char *sb_name; /* pool or resource name used as identifier */ member
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h643 char *sb_name; /* Service Name (up to 63 chars) */ member
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c2732 if (strlen(srv_bind->sb_name) >= IB_SVC_NAME_LEN) { in ibt_bind_service()
2739 "Service Name='%s'", srv_bind->sb_name); in ibt_bind_service()
2796 (void) strcpy(sbindp->sbind_name, srv_bind->sb_name); in ibt_bind_service()
2797 (void) strcpy((char *)srv_rec.ServiceName, srv_bind->sb_name); in ibt_bind_service()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c6269 sb_args.sb_name = DAPLKA_DRV_NAME; in daplka_service_register()