Home
last modified time | relevance | path

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

123

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_resource.c163 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()
H A Dvmci_datagram.c25 struct vmci_resource resource; member
294 struct vmci_resource *resource; in vmci_datagram_destroy_handle() local
350 struct vmci_resource *resource; in vmci_datagram_get_priv_flags_int() local
452 struct vmci_resource *resource; in vmci_datagram_dispatch_as_guest() local
520 struct vmci_resource *resource; in vmci_datagram_invoke_guest_handler() local
H A Dvmci_doorbell.c26 struct vmci_resource resource; member
212 struct vmci_resource *resource; in vmci_doorbell_get_priv_flags() local
602 struct vmci_resource *resource; in vmci_doorbell_destroy() local
/freebsd/tools/bus_space/
H A Dbus.c41 struct resource { struct
50 static struct resource *ridtbl = NULL; argument
/freebsd/sys/kern/
H A Dkern_racct.c509 racct_adjust_resource(struct racct *racct, int resource, in racct_adjust_resource()
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()
622 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred()
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()
770 racct_get_limit(struct proc *p, int resource) in racct_get_limit()
796 racct_get_available(struct proc *p, int resource) in racct_get_available()
843 racct_sub(struct proc *p, int resource, uint64_t amount) in racct_sub()
[all …]
H A Dbus_if.m44 static struct resource * struct
292 METHOD struct resource * alloc_resource { struct
H A Dkern_rctl.c318 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/sys/compat/linuxkpi/common/include/linux/
H A Dioport.h40 struct resource { struct
41 resource_size_t start; argument
42 resource_size_t end; argument
/freebsd/sys/sys/
H A Dracct.h204 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add()
211 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred()
216 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force()
221 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set()
228 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force()
233 racct_sub(struct proc *p, int resource, uint64_t amount) in racct_sub()
238 racct_sub_cred(struct ucred *cred, int resource, uint64_t amount) in racct_sub_cred()
243 racct_get_limit(struct proc *p, int resource) in racct_get_limit()
250 racct_get_available(struct proc *p, int resource) in racct_get_available()
H A Drman.h102 struct resource { struct
103 struct resource_i *__r_i; argument
119 enum rman_type rm_type; /* what type of resource this is */ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h163 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/sys/xen/xenmem/
H A Dxenmem_if.m36 static struct resource * struct
72 METHOD struct resource * alloc { struct
/freebsd/sys/contrib/openzfs/include/sys/
H A Dsysevent.h33 nvlist_t *resource; member
/freebsd/contrib/sendmail/libsm/
H A Dmemstat.c70 sm_memstat_get(resource, pvalue) in sm_memstat_get() argument
H A Dt-memstat.c47 char *resource; local
/freebsd/usr.bin/rctl/
H A Drctl.c113 const char *subject, *subject_id, *resource, *action, *amount, *per; in expand_amount() local
308 const char *subject, *subject_id, *resource, *action, *amount, *per; in humanize_amount() local
461 const char *resource, *amount; in humanize_usage_amount() local
/freebsd/crypto/heimdal/appl/login/
H A Dlimits_conf.c46 int resource; member
/freebsd/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c46 int resource; member
/freebsd/usr.bin/limits/
H A Dlimits.c745 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/sys/dev/drm2/
H A Ddrm_bufs.c47 static int drm_alloc_resource(struct drm_device *dev, int resource) in drm_alloc_resource()
78 unsigned int resource) in drm_get_resource_start()
95 unsigned int resource) in drm_get_resource_len()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c50 const char *resource = NULL; variable
/freebsd/contrib/libevent/test/
H A Dbench_httpclient.c50 const char *resource = NULL; variable
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h491 u8 resource; member
533 u8 resource; member
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h175 _LIBCPP_HIDE_FROM_ABI memory_resource* resource() const noexcept { return __res_; } in resource() function
/freebsd/tools/bus_space/C/
H A Dlang.c80 bus_map(const char *dev, const char *resource) in bus_map()

123