Home
last modified time | relevance | path

Searched defs:dso_data (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c104 struct dso_data { struct
105 struct dm_list list;
107 char *dso_name; /* DSO name (eg, "evms", "dmraid", "lvm2"). */
109 void *dso_handle; /* Opaque handle as returned from dlopen(). */
110 unsigned int ref_count; /* Library reference count. */
124 void (*process_event)(struct dm_task *dmt, enum dm_event_mask event, void **user);
134 int (*register_device)(const char *device, const char *uuid, int major,
144 int (*unregister_device)(const char *device, const char *uuid,
176 struct dso_data *dso_data; /* DSO this thread accesses. */ member
224 struct dso_data *dso_data) in _alloc_thread_status()
[all …]