Home
last modified time | relevance | path

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

/dflybsd-src/contrib/lvm2/dist/daemons/clvmd/
H A Dlvm-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 …]
H A Dclvmd-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()
H A Dclvmd-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()
H A Dclvmd-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()
H A Dclvmd-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()
H A Dclvmd.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()
/dflybsd-src/sys/sys/
H A Drman.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
/dflybsd-src/sys/kern/
H A Dbus_if.m37 static struct resource * struct
188 struct resource *res; struct
/dflybsd-src/contrib/lvm2/dist/lib/locking/
H A Dno_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()
H A Dlocking.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
H A Dexternal_locking.c33 static int _lock_resource(struct cmd_context *cmd, const char *resource, in _lock_resource()
H A Dcluster_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()
H A Dfile_locking.c255 static int _file_lock_resource(struct cmd_context *cmd, const char *resource, in _file_lock_resource()
/dflybsd-src/sys/dev/drm/
H A Dlinux_irq.c40 struct resource *resource; member
/dflybsd-src/games/trek/
H A Dtrek.h281 double resource; /* Federation resources */ member
317 double resource; /* Federation resources */ member
/dflybsd-src/sys/dev/acpica/
H A Dacpi_pci_link.c860 ACPI_RESOURCE *resource, *end; in acpi_pci_link_route_irqs() local
/dflybsd-src/sys/vfs/ufs/
H A Dffs_softdep.c4715 request_cleanup(int resource) in request_cleanup()