Searched refs:pool_list (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl2/lvm2/dist/lib/format_pool/ |
| D | disk_rep.h | 68 struct pool_list; 110 struct pool_list { struct 137 int read_pool_label(struct pool_list *pl, struct labeller *l, argument 149 struct pool_list *pl); 154 struct pool_list *read_pool_disk(const struct format_type *fmt,
|
| D | disk_rep.c | 39 struct dm_pool *mem __attribute((unused)), struct pool_list *pl, in __read_pool_disk() 57 static void _add_pl_to_list(struct dm_list *head, struct pool_list *data) in _add_pl_to_list() 59 struct pool_list *pl; in _add_pl_to_list() 83 int read_pool_label(struct pool_list *pl, struct labeller *l, in read_pool_label() 246 struct pool_list *pl = NULL; in _read_vg_pds() 349 struct pool_list *read_pool_disk(const struct format_type *fmt, in read_pool_disk() 353 struct pool_list *pl; in read_pool_disk()
|
| D | import_export.c | 35 struct pool_list *pl; in import_pool_vg() 61 struct pool_list *pl; in import_pool_lvs() 108 struct pool_list *pl; in import_pool_pvs() 133 struct pool_list *pl) in import_pool_pv()
|
| D | format_pool.c | 33 struct pool_list *pl; in _build_usp() 214 struct pool_list *pl; in _pool_pv_read()
|
| D | pool_label.c | 64 struct pool_list pl; in _pool_read()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | s390.cc | 8847 s390_start_pool (struct constant_pool **pool_list, rtx_insn *insn) in s390_start_pool() argument 8854 for (prev = pool_list; *prev; prev = &(*prev)->next) in s390_start_pool() 8887 s390_find_pool (struct constant_pool *pool_list, rtx insn) in s390_find_pool() argument 8891 for (pool = pool_list; pool; pool = pool->next) in s390_find_pool() 9294 struct constant_pool *curr_pool = NULL, *pool_list = NULL; in s390_chunkify_start() local 9316 curr_pool = s390_start_pool (&pool_list, insn); in s390_chunkify_start() 9380 if (s390_find_pool (pool_list, label) in s390_chunkify_start() 9381 != s390_find_pool (pool_list, insn)) in s390_chunkify_start() 9399 if (s390_find_pool (pool_list, label) in s390_chunkify_start() 9400 != s390_find_pool (pool_list, insn)) in s390_chunkify_start() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/ |
| D | libzfs_import.c | 97 typedef struct pool_list { struct
|