pool_create
if ((pool = pool_create(conf, cmd->cmd_tgt1)) == NULL)
if ((aPool = PoolInternal.pool_create(getConf(), name)) == 0) {
result = pool_create((pool_conf_t *)(uintptr_t)jconf, name);
extern pool_t *pool_create(pool_conf_t *, const char *);
if ((pool = pool_create(conf, name)) == NULL) {
if ((newpool = pool_create(stc, name)) == NULL) {
if ((pool = pool_create(pconf, name)) == NULL) {
ret = pool_create(create.pc_o_type,
extern int pool_create(int, int, id_t *);