/freebsd/contrib/mandoc/ |
H A D | roff.7 | 421 Currently unsupported. 424 Currently ignored. 427 Currently ignored. 430 Currently unsupported. 484 Currently unsupported. 487 This is a groff extension and currently ignored. 490 Currently ignored. 493 This is a Heirloom extension and currently ignored. 496 Currently unsupported. 499 Currently unsupported. [all …]
|
H A D | tbl.7 | 81 Currently unsupported. 88 Currently ignored. 91 Currently ignored. 94 This is a GNU extension and currently ignored. 100 This is a GNU extension and currently ignored. 174 Currently ignored. 190 This is a GNU extension and currently unsupported. 194 Currently ignored. 198 Currently ignored. 202 Currently ignored. [all …]
|
/freebsd/share/man/man4/ |
H A D | dtrace_sched.4 | 61 probe fires when the currently-running thread elevates the priority of another 66 The fourth argument is the currently-running thread. 81 The third argument is currently always 88 The third argument is currently always 104 currently-running thread, and the 111 currently-running thread. 122 This probe currently always fires in the context of the interrupted thread. 126 probe will fire immediately before the currently-running thread is preempted. 136 probe fires immediately before the currently-running thread is about to suspend 147 Its arguments are the currently-running thread and its corresponding process. [all …]
|
H A D | cpufreq.4 | 95 Currently available levels for the CPU (frequency/power usage). 98 Currently available settings for the driver (frequency/power usage). 160 to get the currently available frequency levels, 249 method returns an array of currently available settings, each of type 290 If the setting is invalid or not currently available, it should return 295 method returns the currently-active driver setting.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_get_verify_mode.pod | 5 …erify_depth, SSL_get_verify_callback, SSL_CTX_get_verify_callback - get currently set verification… 20 SSL_CTX_get_verify_mode() returns the verification mode currently set in 23 SSL_get_verify_mode() returns the verification mode currently set in 26 SSL_CTX_get_verify_depth() returns the verification depth limit currently set 30 SSL_get_verify_depth() returns the verification depth limit currently set 35 callback currently set in B<ctx>. If no callback was explicitly set, the 39 callback currently set in B<ssl>. If no callback was explicitly set, the
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Queue.h | 42 /// stop_id. Currently the libdispatch serialnum is used for the QueueID; 60 /// This is currently the same as GetID(). If it changes in the future, 72 /// Return the threads currently associated with this queue 76 /// that are currently executing work for this queue. 79 /// The threads currently performing work for this queue 82 /// Return the items that are currently enqueued 94 /// Get the number of work items that this queue is currently running 97 /// The number of work items currently executing. For a serial 105 /// The number of work items currently enqueued, waiting to
|
H A D | StackFrameList.h | 45 /// Mark a stack frame as the currently selected frame and return its index. 48 /// Get the currently selected frame index. 59 /// Mark a stack frame as the currently selected frame using the frame index 77 /// If the currently selected frame comes from the currently selected thread, 151 /// The currently selected frame. An optional is used to record whether anyone 165 /// The program counter value at the currently selected synthetic activation.
|
/freebsd/share/man/man9/ |
H A D | fpu_kern.9 | 74 argument, which currently accepts the following flags: 99 Currently must be 104 and not currently in use by another call to 107 This argument currently accepts the following flags: 111 Must be specified currently. 152 thread argument, which currently must be 182 There is currently no flags defined for the function, the return 188 is currently implemented only for the i386, amd64, arm64, and powerpc
|
H A D | mod_cc.9 | 105 The return value is currently ignored. 154 The ACK types currently reported by the stack are CC_ACK and CC_DUPACK. 165 The congestion event types currently reported by the stack are CC_ECN, CC_RTO, 172 where N is the fast retransmit duplicate ack threshold (N=3 currently as per 216 Note that currently not all TCP stacks call the 291 currently only 361 and is set when the connection's ability to send data is currently constrained
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBProcessExtensions.i | 18 '''Returns "True" if the process is currently alive, "False" otherwise''' 31 '''Returns "True" if the process is currently running, "False" otherwise''' 38 '''Returns "True" if the process is currently stopped, "False" otherwise''' 87 is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently alive.''') 88 is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently running.''') 89 is_stopped = property(__get_is_stopped__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently stopped.''') 93 selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that gets/sets the currently selected thread in this process. The getter returns a lldb.SBThread object and the setter takes an lldb.SBThread object.''')
|
H A D | SBThreadDocstrings.i | 61 on the stop reason and is currently used only for instrumentation plugins." 113 Return the SBQueue for this thread. If this thread is not currently associated 123 "Do a source level single step over in the currently selected thread." 133 "Step out of the currently selected thread." 141 "Do an instruction level single step in the currently selected thread." 157 LLDB currently supports process centric debugging which means when any 173 Suspend() and Resume() functions are not currently reference counted, if 206 if there is any. Currently, this works for Obj-C code and returns an SBValue 207 representing the NSException object at the throw site or that's currently 213 exception, if there is one for the thread. Currently, this works for Obj-C
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_get_verify_mode.3 | 140 …rify_depth, SSL_get_verify_callback, SSL_CTX_get_verify_callback \- get currently set verification… 155 \&\fBSSL_CTX_get_verify_mode()\fR returns the verification mode currently set in 158 \&\fBSSL_get_verify_mode()\fR returns the verification mode currently set in 161 \&\fBSSL_CTX_get_verify_depth()\fR returns the verification depth limit currently set 165 \&\fBSSL_get_verify_depth()\fR returns the verification depth limit currently set 170 callback currently set in \fBctx\fR. If no callback was explicitly set, the 174 callback currently set in \fBssl\fR. If no callback was explicitly set, the
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | dh_ctrl.c | 81 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 134 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 149 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 177 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 187 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 197 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 207 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 217 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 227 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper,
|
H A D | ec_ctrl.c | 108 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 118 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 128 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 138 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 280 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 294 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/ |
H A D | IFSStub.h | 116 /// Currently, ELFCLASS32 and ELFCLASS64 are supported. 122 /// Currently, ELFDATA2LSB and ELFDATA2MSB are supported. 128 /// Currently, STT_NOTYPE, STT_OBJECT, STT_FUNC, and STT_TLS are supported. 134 /// Currently, ELFCLASS32 and ELFCLASS64 are supported. 141 /// Currently, ELFDATA2LSB and ELFDATA2MSB are supported. 149 /// Currently, STT_NOTYPE, STT_OBJECT, STT_FUNC, and STT_TLS are supported.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/quota/ |
H A D | quota_006_neg.ksh | 38 # Can't set a quota to less than currently being used by the dataset. 43 # currently in use. 49 log_assert "Verify cannot set quota lower than the space currently in use" 71 log_pass "As expected cannot set quota lower than space currently in use"
|
/freebsd/share/doc/papers/jail/ |
H A D | future.ms | 22 Currently, a single IP address may be allocated to each jail, and all 29 Also, access to raw sockets is currently prohibited, as the current 41 Prior work in the area of lottery scheduling, currently available as 45 sharing, and FreeBSD does not currently support real time preemption 51 Management of jail environments is currently somewhat ad hoc--creating
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool.8 | 34 currently configured pools removed or changed as well as inspected. 47 calls or doing anything which would alter the currently running kernel. 67 Display a list of pools currently loaded into the kernel. 96 Sets the role with which this pool is to be used. Currently only
|
/freebsd/lib/libbe/ |
H A D | libbe.3 | 197 fails to locate the boot environment that is currently mounted. 208 function returns the name of the currently booted boot environment. 214 function returns the full path of the currently booted boot environment. 270 currently booted boot environment. 411 function returns a string description of the currently set 483 The following properties are currently collected as appropriate: 492 .It active Ta Currently booted environment
|
/freebsd/sbin/ipf/ipscan/ |
H A D | ipscan.8 | 15 Currently only the first 16 bytes of a connection can be compared. 22 Show the list of currently configured content scanning entries. 26 calls or doing anything which would alter the currently running kernel.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFVerifier.h | 99 // Used to relax some checks that do not currently work portably 111 /// This function currently checks that: 123 /// This function currently checks for: 148 /// This function currently verifies: 185 /// This function currently checks for: 193 /// This function currently checks for: 207 /// This function currently checks for: 241 /// This function currently checks for: 248 /// This function currently checks that: 281 /// This function currently checks that:
|
/freebsd/tests/sys/cddl/zfs/tests/quota/ |
H A D | quota_006_neg.ksh | 37 # Can't set a quota to less than currently being used by the dataset. 42 # currently in use. 57 log_assert "Verify cannot set quota lower than the space currently in use" 79 log_pass "As expected cannot set quota lower than space currently in use"
|
/freebsd/usr.sbin/devctl/ |
H A D | devctl.8 | 117 If the device is currently attached to a device driver, 160 If the device is currently attached to a device driver and the 206 Currently, resets are implemented for PCIe buses and PCI devices. 228 Currently, only the 247 Currently there is no administrative flag to prevent re-attach or resume
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | allocator_interface.h | 49 All these chunks count toward the heap size. Currently, allocator never 60 /* Number of bytes in unmapped pages, that are released to OS. Currently, 81 Several (currently, 5) hook pairs may be installed, they are executed 88 Returns the number of hooks currently installed or 0 on failure. 99 Currently available with ASan only.
|
/freebsd/usr.bin/lsvfs/ |
H A D | lsvfs.1 | 16 command lists information about the currently loaded virtual file system 25 lists all currently loaded modules. 41 the number of references to this VFS; i.e., the number of currently
|