| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendActions.h | 63 protected: 69 protected: 75 protected: 81 protected: 87 protected: 120 protected: 137 protected: 158 protected: 189 protected: 204 protected: [all …]
|
| /freebsd/usr.bin/protect/ |
| H A D | protect.1 | 45 command is used to mark processes as protected. 46 The kernel does not kill protected processes when swap space is exhausted. 47 Note that this protected state is not inherited by child processes by default. 64 as a protected process. 73 Daemons can be protected on startup using 80 Mark the Xorg server as protected: 104 points at the protected flag and 107 The process is protected if 110 All children of this process will also be protected if
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | core.h | 214 /* Protected by data_lock */ 438 /* protected by ar->data_lock */ 531 /* the following are protected by ar->data_lock */ 553 /* protected by conf_mutex */ 556 /* Protected with ar->data_lock */ 559 /* Protected with ar->data_lock */ 589 /* protected by data_lock */ 637 /* For setting VHT peer fixed rate, protected by conf_mutex */ 655 /* Copy Engine register dump, protected by ce-lock */ 672 /* used for crash-dump storage, protected by data-lock */ [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/ |
| H A D | FrontendActions.h | 24 protected: 30 protected: 55 protected: 60 protected: 66 protected: 71 protected: 78 protected:
|
| /freebsd/sys/sys/ |
| H A D | smr_types.h | 34 * SMR Accessors are meant to provide safe access to SMR protected 59 * Read from an SMR protected pointer while in a read section. 68 * Read from an SMR protected pointer while serialized by an 79 * Store 'v' to an SMR protected pointer while serialized by an 93 * swap 'v' with an SMR protected pointer and return the old value 109 * Read from an SMR protected pointer when no serialization is required 119 * Store to an SMR protected pointer when no serialiation is required 132 * Load an SMR protected pointer when accessing kernel data structures through
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.h | 22 protected: 47 protected: 61 /// Apple Mach-O does not support protected visibility. Its "default" is very 62 /// similar to ELF's "protected"; Apple Mach-O requires a "weak" attribute on 70 protected: 166 protected: 203 protected: 266 protected: 287 protected: 318 protected: [all …]
|
| /freebsd/sys/dev/cxgbe/cxgbei/ |
| H A D | cxgbei.h | 55 bool rx_active; /* protected by so_rcv lock */ 56 bool rx_exiting; /* protected by so_rcv lock */ 57 STAILQ_HEAD(, icl_pdu) rcvd_pdus; /* protected by so_rcv lock */ 60 struct cxgbei_cmp_head *cmp_table; /* protected by cmp_lock */ 65 bool tx_active; /* protected by ic lock */ 66 STAILQ_HEAD(, icl_pdu) sent_pdus; /* protected by ic lock */
|
| /freebsd/sys/fs/fuse/ |
| H A D | fuse_node.h | 126 /* parent's node id. Protected by the vnode lock. */ 132 * Protected by the vnode lock. 141 * Protected by an exclusive vnode lock or the cached_attr_mtx 147 * by nodeid instead of pathname. Protected by the vnode lock. 154 * unlocked accessor ops like VOP_LOOKUP. Protected by the vnode lock. 158 /* Protected by an exclusive vnode lock or the cached_attr_mtx */ 161 /* Number of FUSE_LOOKUPs minus FUSE_FORGETs. Protected by vnode lock */ 165 * Misc flags. Protected by an exclusive vnode lock or the 174 /* State for clustered writes. Protected by vnode lock */
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafety.h | 35 /// need to be protected by locks. We use this enum in error handling. 72 /// example, it is an error to write a variable protected by shared version of a 188 /// Warn when a protected operation occurs while no locks are held. 189 /// \param D -- The decl for the protected variable or function 190 /// \param POK -- The kind of protected operation (e.g. variable access) 192 /// \param Loc -- The location of the protected operation. 196 /// Warn when a protected operation occurs while the specific mutex protecting 199 /// \param D -- The decl for the protected variable or function 200 /// \param POK -- The kind of protected operation (e.g. variable access) 204 /// \param Loc -- The location of the protected operation. [all …]
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-catch-exceptions-test_.cc | 83 protected: 90 protected: 117 protected: 157 protected: 201 protected: 230 protected: 252 protected:
|
| /freebsd/contrib/pjdfstest/tests/open/ |
| H A D | 11.t | 31 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM." 33 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM." 35 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM." 37 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
|
| /freebsd/contrib/pjdfstest/tests/rename/ |
| H A D | 06.t | 34 …[ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should ret… 36 …[ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should ret… 51 …[ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should ret… 53 …[ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should ret…
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | codecvt | 92 protected: 130 protected: 167 protected: 222 protected: 261 protected: 299 protected: 336 protected: 373 protected: 410 protected: 467 protected: [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | codecvt | 100 protected: 138 protected: 175 protected: 230 protected: 269 protected: 307 protected: 344 protected: 381 protected: 418 protected: 474 protected: [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Attr.h | 49 protected: 82 protected: 121 protected: 134 protected: 147 protected: 172 protected: 187 protected: 203 protected: 220 protected: 238 protected:
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | MainFrm.h | 37 protected: // create from serialization only 68 protected: 81 protected: // control bar embedded members 85 protected:
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.h | 465 protected: 716 protected: 841 protected: 942 protected: 990 protected: 1016 protected: 1043 protected: 1066 protected: 1092 protected: 1140 protected: [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 213 protected: 227 protected: 262 protected: 292 protected: 308 protected: 353 protected: 384 protected: 405 protected: 433 protected: 457 protected: [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmInfoCOFF.h | 19 protected: 26 protected: 33 protected:
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.h | 112 protected: 127 protected: 185 protected: 204 protected: 237 protected: 278 protected: 317 protected:
|
| /freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
| H A D | trc_etmv4_stack_elem.h | 92 protected: 110 protected: 144 protected: 183 protected: 210 protected: 239 protected: 295 protected: 319 protected: 344 protected:
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 162 protected: 256 protected: 301 protected: 371 protected: 427 protected: 462 protected: 484 protected: 506 protected: 537 protected:
|
| /freebsd/contrib/pjdfstest/tests/unlink/ |
| H A D | 09.t | 39 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM." 41 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM." 43 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM."
|
| /freebsd/contrib/pjdfstest/tests/rmdir/ |
| H A D | 09.t | 39 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM." 41 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM." 43 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM."
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.h | 35 protected: 87 protected: 146 protected: 160 protected: 173 protected: 193 protected:
|