Searched refs:pool_do_bind (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpool.h60 * Flags for pool_do_bind
96 extern int pool_do_bind(pool_t *, idtype_t, id_t, int);
/illumos-gate/usr/src/uts/common/os/
H A Dpool.c246 * with pool_do_bind().
463 ret = pool_do_bind(pool_default, P_POOLID, poolid, POOL_BIND_ALL);
716 return (pool_do_bind(pool, idtype, id, POOL_BIND_ALL));
1165 * in case of failure in pool_do_bind().
1301 * The meat of the bind operation. The steps in pool_do_bind are:
1350 pool_do_bind(pool_t *pool, idtype_t idtype, id_t id, int flags) function
H A Dpool_pset.c508 * processes to it. If pool_do_bind fails, all processes will remain
513 err = pool_do_bind(pool, P_POOLID, poolid, POOL_BIND_PSET);
592 * See the comment above pool_do_bind() for the semantics of the pset_bind_*()
H A Dzone.c6010 (err = pool_do_bind(newpool, P_PID, P_MYID,
6034 (void) pool_do_bind(oldpool, P_PID, P_MYID,

Completed in 77 milliseconds