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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c194 static int load_group(pool_conf_t *, pool_knl_elem_t *, ea_object_t *,
296 * load_group() updates the library configuration with the kernel
303 load_group(pool_conf_t *conf, pool_knl_elem_t *elem, ea_object_t *ep, function
530 if ((ret = load_group(conf, elem, eo, psl)) == PO_FAIL)
683 * load_group() was called. Add those elements into a separate map
703 * actually updated in multiple phases by the load_group() function
730 * load_group to allocate the user-land representation of the
767 if (load_group(conf, NULL, ep, &psl) != PO_SUCCESS) {

Completed in 278 milliseconds