Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/daemons/clvmd/
HDlvm-functions.c165 static struct lv_info *lookup_info(const char *resource) in lookup_info()
176 static void insert_info(const char *resource, struct lv_info *lvi) in insert_info()
183 static void remove_info(const char *resource) in remove_info()
193 static int get_current_lock(char *resource) in get_current_lock()
217 char *resource; in destroy_lvhash() local
239 int hold_lock(char *resource, int mode, int flags) in hold_lock()
289 int hold_unlock(char *resource) in hold_unlock()
321 static int do_activate_lv(char *resource, unsigned char lock_flags, int mode) in do_activate_lv()
380 static int do_resume_lv(char *resource) in do_resume_lv()
398 static int do_suspend_lv(char *resource) in do_suspend_lv()
[all …]
HDclvmd-openais.c490 static int _lock_resource(char *resource, int mode, int flags, int *lockid) in _lock_resource()
548 static int _unlock_resource(char *resource, int lockid) in _unlock_resource()
574 static int _sync_lock(const char *resource, int mode, int flags, int *lockid) in _sync_lock()
626 static int _sync_unlock(const char *resource, int lockid) in _sync_unlock()
HDclvmd-gulm.c726 static int _lock_resource(char *resource, int mode, int flags, int *lockid) in _lock_resource()
768 static int _unlock_resource(char *resource, int lockid) in _unlock_resource()
815 static int _sync_lock(const char *resource, int mode, int flags, int *lockid) in _sync_lock()
866 static int _sync_unlock(const char *resource, int lockid) in _sync_unlock()
HDclvmd-corosync.c465 static int _lock_resource(const char *resource, int mode, int flags, int *lockid) in _lock_resource()
504 static int _unlock_resource(const char *resource, int lockid) in _unlock_resource()
HDclvmd-cman.c418 static int _sync_lock(const char *resource, int mode, int flags, int *lockid) in _sync_lock()
461 static int _sync_unlock(const char *resource /* UNUSED */, int lockid) in _sync_unlock()
HDclvmd.c2044 int sync_lock(const char *resource, int mode, int flags, int *lockid) in sync_lock()
2049 int sync_unlock(const char *resource, int lockid) in sync_unlock()
/dragonfly/sys/sys/
HDrman.h98 struct resource { struct
102 u_long r_start; /* index of the first entry in this resource */ argument
105 void *r_virtual; /* virtual address of this resource */ argument
108 device_t r_dev; /* device which has allocated this resource */ argument
109 struct rman *r_rm; /* resource manager from whence this came */ argument
110 int r_rid; /* optional rid for this resource. */ argument
/dragonfly/sys/kern/
HDbus_if.m37 static struct resource * struct
188 struct resource *res; struct
/dragonfly/contrib/lvm2/dist/lib/locking/
HDno_locking.c40 static int _no_lock_resource(struct cmd_context *cmd, const char *resource, in _no_lock_resource()
72 const char *resource, in _readonly_lock_resource()
HDlocking.c201 static void _update_vg_lock_count(const char *resource, uint32_t flags) in _update_vg_lock_count()
347 static int _lock_vol(struct cmd_context *cmd, const char *resource, in _lock_vol()
388 char resource[258] __attribute((aligned(8))); in lock_vol() local
HDexternal_locking.c33 static int _lock_resource(struct cmd_context *cmd, const char *resource, in _lock_resource()
HDcluster_locking.c380 static int _lock_resource(struct cmd_context *cmd, const char *resource, in _lock_resource()
482 static int _query_resource(const char *resource, int *mode) in _query_resource()
HDfile_locking.c255 static int _file_lock_resource(struct cmd_context *cmd, const char *resource, in _file_lock_resource()
/dragonfly/sys/dev/drm/
HDlinux_irq.c40 struct resource *resource; member
/dragonfly/games/trek/
HDtrek.h281 double resource; /* Federation resources */ member
317 double resource; /* Federation resources */ member
/dragonfly/sys/dev/acpica/
HDacpi_pci_link.c860 ACPI_RESOURCE *resource, *end; in acpi_pci_link_route_irqs() local
/dragonfly/sys/vfs/ufs/
HDffs_softdep.c4715 request_cleanup(int resource) in request_cleanup()