/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | circular_raw_ostream.h | 26 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying 103 /// "Owns" tells the circular_raw_ostream whether it is 108 size_t BuffSize = 0, bool Owns = REFERENCE_ONLY) 109 : raw_ostream(/*unbuffered*/ true), OwnsStream(Owns), in raw_ostream() 114 setStream(Stream, Owns); in raw_ostream() 129 /// different stream. "Owns" tells circular_raw_ostream whether 133 void setStream(raw_ostream &Stream, bool Owns = REFERENCE_ONLY) { 136 OwnsStream = Owns;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleChild.h | 18 /// that owns the object which inherits from it. 24 /// The module that owns the object that inherits from this 43 /// A const pointer to the module that owns the object that 50 /// A new module that owns the object that inherits from this 55 /// The Module that owns the object that inherits from this class.
|
/freebsd/contrib/pjdfstest/tests/rename/ |
H A D | 10.t | 29 # User owns both: the sticky directory and the destination file. 46 # User owns the sticky directory, but doesn't own the destination file. 65 # User owns the destination file, but doesn't own the sticky directory. 102 # User owns both: the sticky directory and the destination directory. 113 # User owns the sticky directory, but doesn't own the destination directory. 126 # User owns the destination directory, but doesn't own the sticky directory.
|
H A D | 09.t | 30 # User owns both: the source sticky directory and the source file. 47 # User owns the source sticky directory, but doesn't own the source file. 66 # User owns the source file, but doesn't own the source sticky directory. 105 # User owns both: the source sticky directory and the source directory. 121 # User owns the source sticky directory, but doesn't own the source directory. 152 # User owns the source directory, but doesn't own the source sticky directory.
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBroadcaster.cpp | 28 SBBroadcaster::SBBroadcaster(lldb_private::Broadcaster *broadcaster, bool owns) in SBBroadcaster() argument 29 : m_opaque_sp(owns ? broadcaster : nullptr), m_opaque_ptr(broadcaster) {} in SBBroadcaster() 118 void SBBroadcaster::reset(Broadcaster *broadcaster, bool owns) { in reset() argument 119 if (owns) in reset()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_mbx.h | 43 #define E1000_V2PMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 44 #define E1000_V2PMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ 53 #define E1000_P2VMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 54 #define E1000_P2VMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
|
/freebsd/contrib/pjdfstest/tests/unlink/ |
H A D | 11.t | 25 # User owns both: the sticky directory and the file. 32 # User owns the sticky directory, but doesn't own the file. 41 # User owns the file, but doesn't own the sticky directory.
|
/freebsd/contrib/pjdfstest/tests/rmdir/ |
H A D | 11.t | 24 # User owns both: the sticky directory and the directory to be removed. 29 # User owns the directory to be removed, but doesn't own the sticky directory. 37 # User owns the sticky directory, but doesn't own the directory to be removed.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | SymbolTableListTraits.h | 63 // ItemParentClass - The type of object that owns the list, e.g. BasicBlock. 77 /// getListOwner - Return the object that owns this list. If this is a list 78 /// of instructions, it returns the BasicBlock that owns them. in getListOwner()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_mbx.h | 82 #define IXGBE_VFMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 83 #define IXGBE_VFMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ 92 #define IXGBE_PFMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 93 #define IXGBE_PFMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
|
/freebsd/share/man/man9/ |
H A D | signal.9 | 338 The process lock for process that owns 351 function causes the process that owns 356 The process lock for the process that owns
|
H A D | scheduler.9 | 129 looks at the process that owns the mutex 144 Then, the function repeats the procedure using the process that owns the
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBBroadcaster.h | 72 SBBroadcaster(lldb_private::Broadcaster *broadcaster, bool owns); 76 void reset(lldb_private::Broadcaster *broadcaster, bool owns);
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_mount.h | 43 uid_t uid; /* uid that owns ISO-9660 files */ 44 gid_t gid; /* gid that owns ISO-9660 files */
|
/freebsd/sys/contrib/dev/iwn/ |
HD | iwlwifi-6000g2a-18.168.6.1.fw.uu | 19 owns or controls to make, have made, use, import, offer to sell and 15113 owns or controls to make, have made, use, import, offer to sell and
|
HD | iwnwifi-2030-18.168.6.1.fw.uu | 19 owns or controls to make, have made, use, import, offer to sell and 12471 owns or controls to make, have made, use, import, offer to sell and
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | MultiplexConsumer.h | 50 // Has a list of ASTConsumers and calls each of them. Owns its children. 83 std::vector<std::unique_ptr<ASTConsumer>> Consumers; // Owns these.
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-P2P | 232 adv_mac - Mandatory MAC address that owns/registered the service 237 session_mac - Mandatory MAC address that owns/initiated the session 257 adv_mac - Mandatory MAC address that owns/registered the service 262 session_mac - Mandatory MAC address that owns/initiated the session 804 adv_mac - always MAC address that owns/registered the service 808 session_mac - always MAC address that owns/initiated the session 823 adv_mac - always MAC address that owns/registered the service 826 session_mac - always MAC address that owns/initiated the session
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompileUnit.h | 33 /// owns this compile units. 50 /// The parent module that owns this compile unit. This value 88 /// The parent module that owns this compile unit. This value 343 /// hands ownership of the line table to this object. The compile unit owns 347 /// A line table object pointer that this object now owns.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 53 /// \returns The process ID of the process that owns this lock file 173 // lock file; it won't work anyway. Just figure out who owns this lock file. in LockFileManager() 249 // There is a lock file that nobody owns; try to clean it up and get in LockFileManager()
|
/freebsd/sys/dev/le/ |
H A D | am79900reg.h | 103 #define LE_R1_OWN (1U << 31) /* LANCE owns the packet */ 118 #define LE_T1_OWN (1U << 31) /* LANCE owns the packet */
|
H A D | am7990reg.h | 117 #define LE_R1_OWN 0x80 /* LANCE owns the packet */ 130 #define LE_T1_OWN 0x80 /* LANCE owns the packet */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer.h | 28 // Owns all the string members. Storage for them is 89 // Owns all the string members. Storage for them is
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utmutex.c | 387 * Deadlock prevention. Check if this thread owns any mutexes of value in AcpiUtAcquireMutex() 407 "Invalid acquire order: Thread %u owns [%s], wants [%s]", in AcpiUtAcquireMutex() 488 * Deadlock prevention. Check if this thread owns any mutexes of value in AcpiUtReleaseMutex() 503 "Invalid release order: owns [%s], releasing [%s]", in AcpiUtReleaseMutex()
|
/freebsd/lib/libsys/ |
H A D | chmod.2 | 58 system call verifies that the process owner (user) either owns 181 set by any user on a directory which the user owns or has appropriate
|