/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/lib/libutil++/ |
H A D | freebsd::fd_up.3 | 40 Each instance of this class owns a file descriptor. 43 this class owns a file descriptor. 63 The operator returns true if the instance owns a valid file descriptor.
|
H A D | freebsd::pidfile.3 | 43 Each instance of this class owns a PID file handle created by 84 The operator returns true if the instance owns a valid PID file handle.
|
/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/crypto/openssl/doc/designs/ddd/ |
H A D | README.md | 91 * FD: Whether the application creates and owns its own FD. 92 * AOSF: Application owns, calls SSL_set_fd. 93 * AOSFx: Application owns, calls SSL_set_[rw]fd, different FDs for read/write.
|
/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 | 51 // Has a list of ASTConsumers and calls each of them. Owns its children. 84 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/crypto/openssl/doc/designs/quic-design/ |
H A D | glossary.md | 180 object (a QLSO). Owns zero more `QUIC_CHANNEL` instances. 207 a UDP socket/BIO, which in turn belongs to a `QUIC_ENGINE`. Owns some number of 215 the top-level object of a QUIC event and I/O processing domain. Owns zero or 216 more `QUIC_PORT` instances, each of which owns zero or more `QUIC_CHANNEL`
|
/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 */
|