| /freebsd-13-stable/sys/dev/vmware/vmci/ |
| HD | vmci_resource.c | 163 vmci_resource_add(struct vmci_resource *resource, in vmci_resource_add() 215 struct vmci_resource *resource; in vmci_resource_remove() local 249 struct vmci_resource *resource; in vmci_resource_get() local 281 vmci_resource_hold(struct vmci_resource *resource) in vmci_resource_hold() 306 vmci_resource_do_remove(struct vmci_resource *resource) in vmci_resource_do_remove() 332 vmci_resource_release(struct vmci_resource *resource) in vmci_resource_release() 367 vmci_resource_handle(struct vmci_resource *resource) in vmci_resource_handle()
|
| HD | vmci_datagram.c | 26 struct vmci_resource resource; member 295 struct vmci_resource *resource; in vmci_datagram_destroy_handle() local 351 struct vmci_resource *resource; in vmci_datagram_get_priv_flags_int() local 453 struct vmci_resource *resource; in vmci_datagram_dispatch_as_guest() local 521 struct vmci_resource *resource; in vmci_datagram_invoke_guest_handler() local
|
| HD | vmci_doorbell.c | 27 struct vmci_resource resource; member 213 struct vmci_resource *resource; in vmci_doorbell_get_priv_flags() local 603 struct vmci_resource *resource; in vmci_doorbell_destroy() local
|
| /freebsd-13-stable/tools/bus_space/ |
| HD | bus.c | 41 struct resource { struct 50 static struct resource *ridtbl = NULL; argument
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_racct.c | 509 racct_adjust_resource(struct racct *racct, int resource, in racct_adjust_resource() 539 racct_add_locked(struct proc *p, int resource, uint64_t amount, int force) in racct_add_locked() 570 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add() 590 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force() 604 racct_add_cred_locked(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred_locked() 622 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred() 660 racct_set_locked(struct proc *p, int resource, uint64_t amount, int force) in racct_set_locked() 722 racct_set_unlocked(struct proc *p, int resource, uint64_t amount) in racct_set_unlocked() 734 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set() 750 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force() [all …]
|
| HD | bus_if.m | 44 static struct resource * struct 298 METHOD struct resource * alloc_resource { struct
|
| HD | kern_rctl.c | 318 rctl_resource_name(int resource) in rctl_resource_name() 379 rctl_throttle_decay(struct racct *racct, int resource) in rctl_throttle_decay() 494 rctl_enforce(struct proc *p, int resource, uint64_t amount) in rctl_enforce() 698 rctl_get_limit(struct proc *p, int resource) in rctl_get_limit() 725 rctl_get_available(struct proc *p, int resource) in rctl_get_available()
|
| /freebsd-13-stable/sys/sys/ |
| HD | racct.h | 206 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add() 213 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred() 218 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force() 223 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set() 230 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force() 235 racct_sub(struct proc *p, int resource, uint64_t amount) in racct_sub() 240 racct_sub_cred(struct ucred *cred, int resource, uint64_t amount) in racct_sub_cred() 245 racct_get_limit(struct proc *p, int resource) in racct_get_limit() 252 racct_get_available(struct proc *p, int resource) in racct_get_available()
|
| HD | rman.h | 102 struct resource { struct 103 struct resource_i *__r_i; argument 119 enum rman_type rm_type; /* what type of resource this is */ argument
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | CrashRecoveryContext.h | 163 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase() 186 T *resource) in CrashRecoveryContextDestructorCleanup() 200 CrashRecoveryContextDeleteCleanup(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextDeleteCleanup() 213 T *resource) in CrashRecoveryContextReleaseRefCleanup()
|
| /freebsd-13-stable/sys/xen/xenmem/ |
| HD | xenmem_if.m | 36 static struct resource * struct 72 METHOD struct resource * alloc { struct
|
| /freebsd-13-stable/contrib/apr-util/misc/ |
| HD | apr_reslist.c | 81 static void push_resource(apr_reslist_t *reslist, apr_res_t *resource) in push_resource() 327 void **resource) in apr_reslist_acquire() 409 void *resource) in apr_reslist_release() 449 void *resource) in apr_reslist_invalidate()
|
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/ |
| HD | sysevent.h | 33 nvlist_t *resource; member
|
| /freebsd-13-stable/contrib/sendmail/libsm/ |
| HD | memstat.c | 70 sm_memstat_get(resource, pvalue) in sm_memstat_get() argument
|
| HD | t-memstat.c | 47 char *resource; local
|
| /freebsd-13-stable/usr.bin/rctl/ |
| HD | rctl.c | 114 const char *subject, *subject_id, *resource, *action, *amount, *per; in expand_amount() local 309 const char *subject, *subject_id, *resource, *action, *amount, *per; in humanize_amount() local 462 const char *resource, *amount; in humanize_usage_amount() local
|
| /freebsd-13-stable/contrib/apr-util/test/ |
| HD | testreslist.c | 64 static apr_status_t my_constructor(void **resource, void *params, in my_constructor() 82 static apr_status_t my_destructor(void *resource, void *params, in my_destructor()
|
| /freebsd-13-stable/crypto/heimdal/appl/rsh/ |
| HD | limits_conf.c | 46 int resource; member
|
| /freebsd-13-stable/crypto/heimdal/appl/login/ |
| HD | limits_conf.c | 46 int resource; member
|
| /freebsd-13-stable/usr.bin/limits/ |
| HD | limits.c | 745 getrlimit_proc(pid_t pid, int resource, struct rlimit *rlp) in getrlimit_proc() 765 setrlimit_proc(pid_t pid, int resource, const struct rlimit *rlp) in setrlimit_proc()
|
| /freebsd-13-stable/sys/dev/drm2/ |
| HD | drm_bufs.c | 48 static int drm_alloc_resource(struct drm_device *dev, int resource) in drm_alloc_resource() 79 unsigned int resource) in drm_get_resource_start() 96 unsigned int resource) in drm_get_resource_len()
|
| /freebsd-13-stable/contrib/ntp/sntp/libevent/test/ |
| HD | bench_httpclient.c | 50 const char *resource = NULL; variable
|
| /freebsd-13-stable/contrib/libevent/test/ |
| HD | bench_httpclient.c | 50 const char *resource = NULL; variable
|
| /freebsd-13-stable/sys/dev/qlnx/qlnxe/ |
| HD | ecore_mcp.h | 491 u8 resource; member 533 u8 resource; member
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__memory_resource/ |
| HD | polymorphic_allocator.h | 175 _LIBCPP_HIDE_FROM_ABI memory_resource* resource() const noexcept { return __res_; } in resource() function
|