Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/linux/
H A Dioport.h10 struct resource { struct
16 resource_size(const struct resource *r) in resource_size() argument
H A Dplatform_device.h13 struct resource *resource; member
/openbsd/gnu/llvm/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()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dbigcore.c93 print_rlimit (int resource) in print_rlimit()
104 maximize_rlimit (int resource, const char *prefix) in maximize_rlimit()
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dmonotonic_buffer.bench.cpp16 std::pmr::monotonic_buffer_resource resource(buffer, sizeof(buffer)); in bm_list() local
/openbsd/gnu/llvm/llvm/utils/
H A Dschedcover.py16 def add(instr, model, resource=None): argument
/openbsd/bin/ksh/
H A Dc_ulimit.c35 int resource; /* resource to get/set */ member
/openbsd/sys/arch/loongson/include/
H A Dpmon.h186 struct pmon_env_resource resource[PMON_RESOURCE_MAX]; member
192 struct pmon_env_resource resource[PMON_RESOURCE_MAX]; member
/openbsd/gnu/llvm/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h172 _LIBCPP_HIDE_FROM_ABI memory_resource* resource() const noexcept { return __res_; } in resource() function
/openbsd/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_bo.h119 struct ttm_resource *resource; member
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dresres.c572 res_append_resource (resources, resource, cids, ids, dupok) in res_append_resource() argument
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dresres.c572 res_append_resource (resources, resource, cids, ids, dupok) in res_append_resource() argument
/openbsd/games/trek/
H A Dtrek.h265 double resource; /* Federation resources */ member
301 double resource; /* Federation resources */ member
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp811 #define INTERCEPTOR_GETRLIMIT_BODY(func, resource, rlim) \ argument
820 INTERCEPTOR(int, getrlimit, int resource, void *rlim) { in INTERCEPTOR() argument
825 INTERCEPTOR(int, __getrlimit, int resource, void *rlim) { in INTERCEPTOR() argument
829 INTERCEPTOR(int, getrlimit64, int resource, void *rlim) { in INTERCEPTOR() argument
837 INTERCEPTOR(int, prlimit, int pid, int resource, void *new_rlimit, in INTERCEPTOR() argument
848 INTERCEPTOR(int, prlimit64, int pid, int resource, void *new_rlimit, in INTERCEPTOR() argument
/openbsd/sys/dev/pci/drm/i915/
H A Di915_vma_types.h304 struct i915_vma_resource *resource; member
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1262 #define __sanitizer_syscall_pre_getrlimit(resource, rlim) \ argument
1264 #define __sanitizer_syscall_post_getrlimit(res, resource, rlim) \ argument
1266 #define __sanitizer_syscall_pre_old_getrlimit(resource, rlim) \ argument
1268 #define __sanitizer_syscall_post_old_getrlimit(res, resource, rlim) \ argument
1271 #define __sanitizer_syscall_pre_setrlimit(resource, rlim) \ argument
1273 #define __sanitizer_syscall_post_setrlimit(res, resource, rlim) \ argument
1275 #define __sanitizer_syscall_pre_prlimit64(pid, resource, new_rlim, old_rlim) \ argument
1278 #define __sanitizer_syscall_post_prlimit64(res, pid, resource, new_rlim, \ argument
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1023 int __dfsw_getrlimit(int resource, struct rlimit *rlim, in __dfsw_getrlimit()
1035 int __dfso_getrlimit(int resource, struct rlimit *rlim, in __dfso_getrlimit()