OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libmem
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/lvm2/dist/include/
toolcontext.h
57
struct dm_pool *
libmem
; /* For permanent config data */
member in struct:cmd_context
/src/external/gpl2/lvm2/dist/lib/commands/
toolcontext.h
57
struct dm_pool *
libmem
; /* For permanent config data */
member in struct:cmd_context
toolcontext.c
307
log_very_verbose("Setting host tag: %s", dm_pool_strdup(cmd->
libmem
, tag));
309
if (!str_list_add(cmd->
libmem
, &cmd->tags, tag)) {
411
if (!(cfl = dm_pool_alloc(cmd->
libmem
, sizeof(*cfl)))) {
976
if (!(cmd->hostname = dm_pool_strdup(cmd->
libmem
, uts.nodename))) {
981
if (!(cmd->kernel_vsn = dm_pool_strdup(cmd->
libmem
, uts.release))) {
1126
if (!(cmd->
libmem
= dm_pool_create("library", 4 * 1024))) {
1326
if (cmd->
libmem
)
1327
dm_pool_destroy(cmd->
libmem
);
/src/external/gpl2/lvm2/dist/lib/format_text/
archiver.c
45
if (!(cmd->archive_params = dm_pool_zalloc(cmd->
libmem
,
167
if (!(cmd->backup_params = dm_pool_zalloc(cmd->
libmem
,
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026