Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml_impl.h181 char *(*pc_get_binding)(pool_conf_t *, pid_t); member
H A Dpool_kernel_impl.h159 char *(*pc_get_binding)(pool_conf_t *, pid_t); member
H A Dpool_impl.h215 char *(*pc_get_binding)(pool_conf_t *, pid_t); member
H A Dpool.c254 result = conf->pc_prov->pc_get_binding(conf, pid); in pool_get_binding()
H A Dpool_kernel.c2123 prov->pc_get_binding = pool_knl_get_binding; in pool_knl_connection_alloc()