HomeSort by: relevance | last modified time | path
    Searched defs:_create_value (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/lvm2/dist/lib/config/
config.c 87 static struct config_value *_create_value(struct dm_pool *mem);
649 if (!(h = _create_value(p->mem)))
664 struct config_value *v = _create_value(p->mem);
860 static struct config_value *_create_value(struct dm_pool *mem) function
1329 struct config_value *new = _create_value(mem);

Completed in 16 milliseconds