/src/include/ |
rmt.h | 47 #define access rmtaccess macro
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/ |
dma.h | 16 u32 access; member in struct:nvkm_dmaobj
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
fault.h | 30 u8 access; member in struct:nvkm_fault_data
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_mac_test_helpers.mm | 221 -(int) access: (int)index { 228 [anObject access:1]; 229 [anObject access:11];
|
/src/lib/librefuse/refuse/ |
v25.h | 78 int (*access) (const char *, int); member in struct:fuse_operations_v25
|
v26.h | 78 int (*access) (const char *, int); member in struct:fuse_operations_v26
|
v28.h | 78 int (*access) (const char *, int); member in struct:fuse_operations_v28
|
v29.h | 78 int (*access) (const char *, int); member in struct:fuse_operations_v29
|
v30.h | 86 int (*access) (const char *, int); member in struct:fuse_operations_v30
|
v34.h | 76 int (*access) (const char *, int); member in struct:fuse_operations_v34
|
v35.h | 76 int (*access) (const char *, int); member in struct:fuse_operations_v35
|
v38.h | 76 int (*access) (const char *, int); member in struct:fuse_operations_v38
|
/src/sys/dev/acpi/ |
fujbp_acpi.c | 363 int access; local in function:fujitsu_bp_sysctl_setup 388 access = CTLFLAG_READWRITE; 390 access = CTLFLAG_READONLY; 393 access, CTLTYPE_INT, "brightness", 401 access = CTLFLAG_READWRITE; 403 access = CTLFLAG_READONLY; 406 access, CTLTYPE_BOOL, "pointer",
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_descriptions.cc | 187 "(wild memory access suspected).\n"); 202 // Try to fetch precise stack frame for this access. 203 AsanThread::StackFrameAccess access; local in function:__asan::GetStackAddressInformation 204 if (!t->GetStackFrameAccessByAddr(addr, &access)) { 209 descr->offset = access.offset; 211 descr->frame_pc = access.frame_pc; 212 descr->frame_descr = access.frame_descr; 232 // current memory access, indicate it in the log. 260 // FIXME: we may want to also print the size of the access here, 262 str.append("%s <== Memory access at offset %zd %s this variable%s\n" [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
cl0002.h | 19 __u8 access; member in struct:nv_dma_v0
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
gk104.h | 66 const struct nvkm_enum *access; member in struct:gk104_fifo_func::__anoneec0d3200608
|
/src/sys/dev/ic/ |
icp_ioctl.h | 81 u_int8_t access; member in struct:gdt_ctrt
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_svm.c | 66 u8 access; member in struct:nouveau_svm::nouveau_svm_fault_buffer::nouveau_svm_fault 439 return (fa->access == 0 || fa->access == 3) - 440 (fb->access == 0 || fb->access == 3); 484 fault->access = (info & 0x000f0000) >> 16; 489 fault->inst, fault->addr, fault->access); 622 * instance to SVMM translations, followed by address and access 703 * fault window, determining required pages and access 710 * access flags [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/ |
flask_op.h | 52 /* IN: access request */ 195 struct xen_flask_access access; member in union:xen_flask_op::__anon3d926b27020a
|
/src/common/dist/zlib/contrib/untgz/ |
untgz.c | 42 # define access(path,mode) _access(path,mode) macro 142 if (access(buffer,F_OK) == 0)
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_rtl.cc | 648 // we consider only 3 cases regarding access sizes: 677 // the current access info, so we are done 732 // load current access into access[0:63] 733 const m128 access = _mm_cvtsi64_si128(a); local in function:__tsan::ContainsSameAccessFast 734 // duplicate high part of access in addr0: 735 // addr0[0:31] = access[32:63] 736 // addr0[32:63] = access[32:63] 737 // addr0[64:95] = access[32:63] 738 // addr0[96:127] = access[32:63 [all...] |
/src/sys/fs/nfs/nlm/ |
nlm_prot.h | 131 fsh_access access; member in struct:nlm_share 199 fsh_access access; member in struct:nlm4_share
|
/src/games/battlestar/ |
extern.h | 249 #define access link[5] macro
|
/src/sys/arch/acorn32/stand/lib/ |
riscoscalls.h | 376 int access; member in struct:os_mem_map_request
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
memory.h | 434 * Log access: starts off as n, automatically 447 uint8_t access; member in struct:xen_mem_access_op 452 * Ignored on setting default access and other ops 458 * ~0ull is used to set and get the default access for pages 462 * List of pfns to set access for 467 * Corresponding list of access settings for pfn_list
|