Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3pool/
H A DMakefile52 pool_get_resource_binding.3pool \
125 pool_get_resource_binding.3pool := LINKSRC = pool_get_binding.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h264 extern char *pool_get_resource_binding(const char *, pid_t);
H A Dmapfile-vers80 pool_get_resource_binding;
H A Dpool.c208 pool_get_resource_binding(const char *sz_type, pid_t pid) in pool_get_resource_binding() function
/illumos-gate/usr/src/cmd/pools/poolbind/
H A Dpoolbind.c96 if ((resource_name = pool_get_resource_binding(type, pid)) == NULL) in print_resource_binding()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java153 public final static native String pool_get_resource_binding( in pool_get_resource_binding() method in PoolInternal
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m116 link path=usr/share/man/man3pool/pool_get_resource_binding.3pool \
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1606 result = pool_get_resource_binding(type, (pid_t)jpid); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1get_1resource_1binding()