| /NextBSD/sys/kern/ |
| HD | kern_racct.c | 505 racct_adjust_resource(struct racct *racct, int resource, in racct_adjust_resource() 535 racct_add_locked(struct proc *p, int resource, uint64_t amount) in racct_add_locked() 568 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add() 582 racct_add_cred_locked(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred_locked() 604 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred() 620 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force() 640 racct_set_locked(struct proc *p, int resource, uint64_t amount) in racct_set_locked() 705 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set() 719 racct_set_force_locked(struct proc *p, int resource, uint64_t amount) in racct_set_force_locked() 758 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force() [all …]
|
| HD | bus_if.m | 45 static struct resource * struct 262 METHOD struct resource * alloc_resource { struct
|
| HD | kern_rctl.c | 210 rctl_resource_name(int resource) in rctl_resource_name() 229 int resource; in rctl_available_resource() local 337 rctl_enforce(struct proc *p, int resource, uint64_t amount) in rctl_enforce() 466 rctl_get_limit(struct proc *p, int resource) in rctl_get_limit() 496 rctl_get_available(struct proc *p, int resource) in rctl_get_available()
|
| /NextBSD/tools/bus_space/ |
| HD | bus.c | 43 struct resource { struct 52 static struct resource *ridtbl = NULL; argument
|
| /NextBSD/sys/sys/ |
| HD | racct.h | 178 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add() 185 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred() 190 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force() 195 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set() 202 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force() 207 racct_sub(struct proc *p, int resource, uint64_t amount) in racct_sub() 212 racct_sub_cred(struct ucred *cred, int resource, uint64_t amount) in racct_sub_cred() 217 racct_get_limit(struct proc *p, int resource) in racct_get_limit() 224 racct_get_available(struct proc *p, int resource) in racct_get_available()
|
| HD | rman.h | 97 struct resource { struct 98 struct resource_i *__r_i; argument 113 enum rman_type rm_type; /* what type of resource this is */ argument
|
| /NextBSD/contrib/ntp/lib/isc/win32/ |
| HD | resource.c | 38 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value) { in isc_resource_setlimit() 60 isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value) { in isc_resource_getlimit() 70 isc_resource_getcurlimit(isc_resource_t resource, isc_resourcevalue_t *value) { in isc_resource_getcurlimit()
|
| /NextBSD/contrib/ntp/lib/isc/unix/ |
| HD | resource.c | 42 resource2rlim(isc_resource_t resource, int *rlim_resource) { in resource2rlim() 105 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value) { in isc_resource_setlimit() 200 isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value) { in isc_resource_getlimit() 217 isc_resource_getcurlimit(isc_resource_t resource, isc_resourcevalue_t *value) { in isc_resource_getcurlimit()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | CrashRecoveryContext.h | 132 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T* resource) in CrashRecoveryContextCleanupBase() 149 T *resource) in CrashRecoveryContextDestructorCleanup() 162 CrashRecoveryContextDeleteCleanup(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextDeleteCleanup() 175 T *resource) in CrashRecoveryContextReleaseRefCleanup()
|
| /NextBSD/sys/xen/xenmem/ |
| HD | xenmem_if.m | 37 static struct resource * struct 73 METHOD struct resource * alloc { struct
|
| /NextBSD/contrib/groff/src/devices/grops/ |
| HD | psrm.cpp | 124 struct resource { struct 125 resource *next; argument 126 resource_type type; argument 134 resource(resource_type, string &, string & = an_empty_string, unsigned = 0); argument 139 resource::resource(resource_type t, string &n, string &v, unsigned r) in resource() function in resource
|
| /NextBSD/sys/mips/beri/ |
| HD | fdt_ic_if.m | 64 METHOD struct resource * alloc_intr { struct
|
| /NextBSD/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()
|
| /NextBSD/usr.bin/rctl/ |
| HD | rctl.c | 117 const char *subject, *subject_id, *resource, *action, *amount, *per; in expand_amount() local 312 const char *subject, *subject_id, *resource, *action, *amount, *per; in humanize_amount() local 464 const char *resource, *amount; in humanize_usage_amount() local
|
| /NextBSD/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()
|
| /NextBSD/sys/dev/drm/ |
| HD | drm_bufs.c | 46 static int drm_alloc_resource(struct drm_device *dev, int resource) in drm_alloc_resource() 81 unsigned int resource) in drm_get_resource_start() 90 unsigned int resource) in drm_get_resource_len()
|
| /NextBSD/crypto/heimdal/appl/login/ |
| HD | limits_conf.c | 46 int resource; member
|
| /NextBSD/crypto/heimdal/appl/rsh/ |
| HD | limits_conf.c | 46 int resource; member
|
| /NextBSD/usr.bin/limits/ |
| HD | limits.c | 740 getrlimit_proc(pid_t pid, int resource, struct rlimit *rlp) in getrlimit_proc() 760 setrlimit_proc(pid_t pid, int resource, const struct rlimit *rlp) in setrlimit_proc()
|
| /NextBSD/sys/dev/drm2/ |
| HD | drm_bufs.c | 50 static int drm_alloc_resource(struct drm_device *dev, int resource) in drm_alloc_resource() 81 unsigned int resource) in drm_get_resource_start() 98 unsigned int resource) in drm_get_resource_len()
|
| /NextBSD/contrib/ntp/sntp/libevent/test/ |
| HD | bench_httpclient.c | 50 const char *resource = NULL; variable
|
| /NextBSD/sys/boot/kshim/ |
| HD | bsd_kernel.h | 532 struct resource { struct 533 struct resource_i *__r_i; argument 549 #define RF_ALLOCATED 0x0001 /* resource has been reserved */ argument
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | sysinfo.c | 991 CFMutableDataRef *resource = (CFMutableDataRef *) baton; in write_to_cfmutabledata() local 1011 CFMutableDataRef resource = CFDataCreateMutable(kCFAllocatorDefault, 0); in system_version_plist() local
|
| /NextBSD/tools/bus_space/C/ |
| HD | lang.c | 83 bus_map(const char *dev, const char *resource) in bus_map()
|
| /NextBSD/usr.sbin/bsnmpd/modules/snmp_hast/ |
| HD | hast_snmp.c | 253 set_role(const char *resource, int role) in set_role()
|