HomeSort by: relevance | last modified time | path
    Searched refs:str_list (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl2/lvm2/dist/include/
lvm-types.h 29 struct str_list { struct
dev-cache.h 47 void dev_set_preferred_name(struct str_list *sl, struct device *dev);
device.h 38 struct dm_list aliases; /* struct str_list from lvm-types.h */
93 struct str_list *alias, int use_malloc);
  /src/external/gpl2/lvm2/dist/lib/datastruct/
lvm-types.h 29 struct str_list { struct
str_list.c 1 /* $NetBSD: str_list.c,v 1.1.1.2 2009/12/02 00:26:32 haad Exp $ */
19 #include "str_list.h"
26 log_errno(ENOMEM, "str_list allocation failed");
37 struct str_list *sln;
60 if (!strcmp(str, dm_list_item(slh, struct str_list)->str))
70 struct str_list *sl;
87 struct str_list *sl;
101 struct str_list *sl;
115 struct str_list *sl;
  /src/external/gpl2/lvm2/dist/lib/device/
dev-cache.h 47 void dev_set_preferred_name(struct str_list *sl, struct device *dev);
dev-cache.c 63 struct str_list *alias, int use_malloc)
74 log_error("struct str_list allocation failed");
91 log_error("struct str_list allocation failed");
142 void dev_set_preferred_name(struct str_list *sl, struct device *dev)
242 struct str_list *sl = _alloc(sizeof(*sl));
243 struct str_list *strl;
262 oldpath = dm_list_item(dev->aliases.n, struct str_list)->str;
683 struct str_list)->str, &buf)) ||
802 return (dev) ? dm_list_item(dev->aliases.n, struct str_list)->str :
device.h 38 struct dm_list aliases; /* struct str_list from lvm-types.h */
93 struct str_list *alias, int use_malloc);
dev-io.c 589 dm_free((void *) dm_list_item(dev->aliases.n, struct str_list)->
  /src/external/gpl2/lvm2/dist/lib/format_text/
tags.c 21 #include "str_list.h"
26 struct str_list *sl;
  /src/external/gpl2/lvm2/dist/lib/filters/
filter-regex.c 154 struct str_list *sl;
filter-persistent.c 276 struct str_list *sl;
  /src/external/gpl2/lvm2/dist/lib/
Makefile 42 datastruct/str_list.c \
Makefile.in 42 datastruct/str_list.c \
  /src/external/gpl2/lvm2/dist/tools/
vgrename.c 74 struct str_list *sl;
toollib.c 180 struct str_list *sll, *strl;
474 struct str_list *sl;
647 struct str_list *sll;
  /src/external/gpl2/lvm2/lib/liblvm/
Makefile 30 str_list.c dev-cache.c dev-io.c dev-md.c device.c dev-swap.c \
  /src/external/mit/isl/dist/include/isl/
arg.h 94 } str_list; member in union:isl_arg::__anon23657
254 .u = { .str_list = { .offset_n = offsetof(st, f_n) } } \
  /src/external/gpl2/lvm2/dist/lib/log/
log.c 30 static struct str_list _log_dev_alias;
  /src/external/gpl3/gdb/dist/gdb/
tracepoint.c 1124 std::vector<std::string> str_list; local
1132 str_list.emplace_back (temp_buf.data (), end - temp_buf.data ());
1161 str_list.emplace_back (temp_buf.data ());
1182 str_list.emplace_back (temp_buf.data (), count);
1212 str_list.emplace_back (temp_buf.data (), count);
1227 str_list.emplace_back (temp_buf.data (), count);
1232 return str_list;
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c 1124 std::vector<std::string> str_list; local
1132 str_list.emplace_back (temp_buf.data (), end - temp_buf.data ());
1161 str_list.emplace_back (temp_buf.data ());
1182 str_list.emplace_back (temp_buf.data (), count);
1212 str_list.emplace_back (temp_buf.data (), count);
1227 str_list.emplace_back (temp_buf.data (), count);
1232 return str_list;
  /src/external/mit/isl/dist/
isl_arg.c 88 *(int *)(((char *) opt) + arg->u.str_list.offset_n) = 0;
151 int n = *(int *)(((char *) opt) + arg->u.str_list.offset_n);
980 int *n = (int *)(((char *) opt) + decl->u.str_list.offset_n);
  /src/external/gpl2/lvm2/dist/lib/metadata/
mirror.c 27 #include "str_list.h"
247 struct str_list *sl;
356 struct str_list *sl;
metadata.c 26 #include "str_list.h"
2836 struct str_list *strl;
3011 struct str_list *strl;
  /src/external/gpl2/lvm2/dist/lib/commands/
toolcontext.c 35 #include "str_list.h"
472 struct str_list *sl;

Completed in 183 milliseconds

1 2