/dflybsd-src/contrib/lvm2/dist/daemons/clvmd/ |
H A D | lvm-functions.c | 165 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 D | clvmd-openais.c | 490 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 D | clvmd-gulm.c | 726 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 D | clvmd-cman.c | 418 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 D | clvmd-corosync.c | 465 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 D | clvmd.c | 2044 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 D | rman.h | 98 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 D | bus_if.m | 37 static struct resource * struct 188 struct resource *res; struct
|
/dflybsd-src/contrib/lvm2/dist/lib/locking/ |
H A D | no_locking.c | 40 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 D | locking.c | 201 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 D | external_locking.c | 33 static int _lock_resource(struct cmd_context *cmd, const char *resource, in _lock_resource()
|
H A D | cluster_locking.c | 380 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 D | file_locking.c | 255 static int _file_lock_resource(struct cmd_context *cmd, const char *resource, in _file_lock_resource()
|
/dflybsd-src/sys/dev/drm/ |
H A D | linux_irq.c | 40 struct resource *resource; member
|
/dflybsd-src/games/trek/ |
H A D | trek.h | 281 double resource; /* Federation resources */ member 317 double resource; /* Federation resources */ member
|
/dflybsd-src/sys/dev/acpica/ |
H A D | acpi_pci_link.c | 860 ACPI_RESOURCE *resource, *end; in acpi_pci_link_route_irqs() local
|
/dflybsd-src/sys/vfs/ufs/ |
H A D | ffs_softdep.c | 4715 request_cleanup(int resource) in request_cleanup()
|