/freebsd/sys/cam/ctl/ |
H A D | ctl_backend.h | 147 uint8_t lun_type; /* passed to CTL */ 148 ctl_backend_lun_flags flags; /* passed to CTL */ 149 ctl_lun_serseq serseq; /* passed to CTL */ 150 uint64_t maxlba; /* passed to CTL */ 151 uint32_t blocksize; /* passed to CTL */ 152 uint16_t pblockexp; /* passed to CTL */ 153 uint16_t pblockoff; /* passed to CTL */ 154 uint16_t ublockexp; /* passed to CTL */ 155 uint16_t ublockoff; /* passed to CTL */ 156 uint32_t atomicblock; /* passed t [all...] |
H A D | ctl_frontend.h | 168 * the passed-in ctl_io structure. 184 * FETD. This port number should be passed back in 216 struct ctl_frontend *frontend; /* passed to CTL */ 217 ctl_port_type port_type; /* passed to CTL */ 218 int num_requested_ctl_io; /* passed to CTL */ 219 char *port_name; /* passed to CTL */ 220 int physical_port; /* passed to CTL */ 221 int virtual_port; /* passed to CTL */ 222 port_func_t port_online; /* passed to CTL */ 223 port_func_t port_offline; /* passed to CTL */ [all …]
|
H A D | ctl_ioctl.h | 130 struct ctl_io_stats *stats; /* passed to/from kernel */ 131 size_t alloc_len; /* passed to kernel */ 132 size_t fill_len; /* passed to userland */ 133 int first_item; /* passed to kernel */ 134 int num_items; /* passed to userland */ 135 ctl_stats_status status; /* passed to userland */ 136 ctl_stats_flags flags; /* passed to userland */ 137 struct timespec timestamp; /* passed to userland */ 267 ctl_ooa_flags flags; /* passed to kernel */ 268 uint64_t lun_num; /* passed to kernel */ [all …]
|
/freebsd/contrib/kyua/integration/ |
H A D | cmd_test_test.sh | 41 simple_all_pass:pass -> passed [S.UUUs] 47 1/2 passed (0 broken, 0 failed, 1 skipped) 67 simple_some_fail:pass -> passed [S.UUUs] 72 1/2 passed (0 broken, 1 failed, 0 skipped) 94 first:pass -> passed [S.UUUs] 97 second:pass -> passed [S.UUUs] 99 third:pass -> passed [S.UUUs] 105 3/7 passed (0 broken, 0 failed, 4 skipped) 131 first:pass -> passed [S.UUUs] 134 second:pass -> passed [S.UUUs] [all …]
|
H A D | cmd_report_test.sh | 169 # Passed results are excluded by default so they are not displayed even if 180 ===> Passed tests 181 simple_all_pass:pass -> passed [S.UUUs] 292 ===> Passed tests 293 simple_all_pass:pass -> passed [S.UUUs] 312 ===> Passed tests 313 simple_all_pass:pass -> passed [S.UUUs] 320 --results-filter=passed 333 ===> Passed tests 334 simple_all_pass:pass -> passed [S.UUUs] [all …]
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | au_control.3 | 98 returns the name of the directory where log data is stored via the passed 112 returns the audit trail file expiration parameters in the passed 130 returns the audit trail rotation size in the passed 138 returns the audit system flags via the the passed character buffer 146 returns the local systems's audit host information via the the passed character 156 the passed 163 returns the non-attributable flags via the passed character buffer 171 returns the audit policy flags via the passed character buffer 178 function returns the size of the audit post-commit queue in the passed 192 to a string in the passed character buffer [all …]
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor_pid_test.cpp | 48 pid_wrap:leak_0 -> passed [0.001s] 49 pid_wrap:leak_1 -> passed [0.001s] 50 pid_wrap:leak_2 -> passed [0.001s] 51 pid_wrap:leak_3 -> passed [0.001s] 52 pid_wrap:leak_4 -> passed [0.001s] 53 pid_wrap:leak_5 -> passed [0.001s] 54 pid_wrap:leak_6 -> passed [0.001s] 55 pid_wrap:leak_7 -> passed [0.001s] 56 pid_wrap:leak_8 -> passed [0.001s] 57 pid_wrap:leak_9 -> passed [0.001s] [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-object.pod | 24 An object may be passed in the following manners: 32 This means that the I<object data> is passed as an octet string or an UTF8 47 This means that the I<object data> isn't passed directly, an I<object 48 reference> is passed instead. It's an octet string that only the correct 99 The object data I<passed by value>. 103 The object data I<passed by reference>. 114 The object data may only be I<passed by value>, and should be a UTF8 123 object data may be I<passed by value> or I<passed by reference>. 128 object type can only be I<passed by value>, and should be an octet string. 137 only be I<passed by value>, and should be an octet string. [all …]
|
/freebsd/tests/atf_python/ |
H A D | atf_pytest.py | 210 # (4) expected_signal, (5) expected_timeout, (6) passed 220 # Just a passing test: WANT: passed 221 # GOT: (setup, passed, F), (call, passed, F), (teardown, passed, F) 224 # GOT: (setup, passed, F), (call, failed, F), (teardown, passed, F) 227 # GOT: (setup,skipped, False), (teardown, passed, False) 230 # GOT: (setup, passed, F), (call, skipped, F), (teardown,passed, F) 233 # GOT: (setup, passed, F), (call, skipped, T), (teardown, passed, F) 236 # GOT: (setup, passed, F), (call, passed, T), (teardown, passed, F) 266 elif state == "passed": 288 if test.state == "passed":
|
/freebsd/lib/libdevinfo/ |
H A D | devinfo.3 | 154 passed to them. 159 is passed the constant 170 function is also passed 172 allowing state to be passed to the callback function. 187 function is also passed 191 allowing state to be passed to the callback function. 206 function is also passed 208 allowing state to be passed to the callback function. 222 function is also passed 224 allowing state to be passed to the callback function.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.td | 99 // A SwiftSelf is passed in callee-saved R10. 102 // A SwiftError is passed in callee-saved R9. 112 // The first 5 integer arguments are passed in R2-R6. Note that R6 117 // The first 4 float and double arguments are passed in even registers F0-F6. 121 // The first 8 named vector arguments are passed in V24-V31. Sub-128 vectors 122 // are passed in the same way, but they're widened to one of these types 135 // Other vector arguments are passed in 8-byte-aligned 16-byte stack slots. 140 // Other arguments are passed in 8-byte-aligned 8-byte stack slots. 207 // words (8 bytes in 64-Bit mode) where some arguments are passed in registers 211 // The first three register-sized words of the parameter area are passed i [all...] |
/freebsd/sbin/dhclient/ |
H A D | dhclient-script.8 | 80 The interface name is passed in 82 and the media type is passed in 92 The interface name is passed in 99 its address will be passed in 108 The IP address to check is passed in 110 and the interface name is passed in 127 The new IP address is passed in 129 and the interface name is passed in 131 The media type is passed in 133 Any options acquired from the server are passed using the option name [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | provider-object.7 | 157 An object may be passed in the following manners: 161 This means that the \fIobject data\fR is passed as an octet string or an \s-1UTF8\s0 171 This means that the \fIobject data\fR isn't passed directly, an \fIobject 172 reference\fR is passed instead. It's an octet string that only the correct 210 The object data \fIpassed by value\fR. 214 The object data \fIpassed by reference\fR. 223 The object data may only be \fIpassed by value\fR, and should be a \s-1UTF8\s0 231 object data may be \fIpassed by value\fR or \fIpassed by reference\fR. 235 object type can only be \fIpassed by value\fR, and should be an octet string. 243 only be \fIpassed by value\fR, and should be an octet string. [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | BEGEMOT-PF-MIB.txt | 458 "Number of IPv4 bytes passed in on the loginterface." 466 "Number of IPv4 bytes passed out on the loginterface." 474 "Number of IPv4 packets passed in on the loginterface." 490 "Number of IPv4 packets passed out on the loginterface." 506 "Number of IPv6 bytes passed in on the loginterface." 514 "Number of IPv6 bytes passed out on the loginterface." 522 "Number of IPv6 packets passed in on the loginterface." 538 "Number of IPv6 packets passed out on the loginterface." 664 "The number of IPv4 bytes passed coming in on this interface." 680 "The number of IPv4 bytes passed going out on this interface." [all …]
|
/freebsd/contrib/kyua/engine/ |
H A D | tap_parser_test.cpp | 201 "ok - 2 This test also passed\n" in ATF_TEST_CASE_BODY() 203 "ok - 3 This test passed\n" in ATF_TEST_CASE_BODY() 222 "ok - 2 This test passed\n" in ATF_TEST_CASE_BODY() 226 "ok - 5 This test passed\n" in ATF_TEST_CASE_BODY() 298 "ok - 2 This test also passed\n" in ATF_TEST_CASE_BODY() 300 "ok - 3 This test passed\n" in ATF_TEST_CASE_BODY() 320 "ok - 2 This test also passed\n" in ATF_TEST_CASE_BODY() 322 "ok - 3 This test passed\n"); in ATF_TEST_CASE_BODY() 338 "ok - 2 This test passed\n")); in ATF_TEST_CASE_BODY() 352 "ok - 2 This test passed\n" in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | regulator.yaml | 128 hardware performs emergency shutdown. Zero can be passed to disable 135 Zero can be passed to disable error detection and value '1' indicates 141 damaged. Recovery actions should be initiated. Zero can be passed to 147 hardware performs emergency shutdown. Zero can be passed to disable 155 Zero can be passed to disable error detection and value '1' indicates 162 damaged. Recovery actions should be initiated. Zero can be passed to 169 hardware performs emergency shutdown. Zero can be passed to disable 177 Zero can be passed to disable error detection and value '1' indicates 184 it gets damaged. Recovery actions should be initiated. Zero can be passed 199 hardware performs emergency shutdown. Zero can be passed t [all...] |
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-test-part-test.cc | 73 EXPECT_TRUE(success.passed()); in TEST_F() 81 EXPECT_FALSE(nonfatal_failure.passed()); in TEST_F() 89 EXPECT_FALSE(fatal_failure.passed()); in TEST_F() 96 EXPECT_FALSE(skip.passed()); in TEST_F() 131 // Tests TestPartResult::passed(). 132 TEST_F(TestPartResultTest, Passed) { in TEST_F() argument 133 EXPECT_TRUE(r1_.passed()); in TEST_F() 134 EXPECT_FALSE(r2_.passed()); in TEST_F() 135 EXPECT_FALSE(r3_.passed()); in TEST_F() 136 EXPECT_FALSE(r4_.passed()); in TEST_F()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallingConv.td | 540 // The 'nest' parameter, if any, is passed in R10. 547 // A SwiftError is passed in R12. 560 // Pointers are always passed in full 64-bit registers. 563 // The first 6 integer arguments are passed in integer registers. 566 // i128 can be either passed in two i64 registers, or on the stack, but 575 // The first 8 MMX vector arguments are passed in XMM registers on Darwin. 581 // Boolean vectors of AVX-512 are passed in SIMD registers. 591 // The first 8 FP/Vector arguments are passed in XMM registers. 596 // The first 8 256-bit vector arguments are passed in YMM registers, unless 599 // fixed arguments to vararg functions are supposed to be passed in [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcCallingConv.td | 20 // i32 f32 arguments get passed in integer registers if there is space. 22 // f64 arguments are split and passed through registers or through stack. 59 // Structs up to 16 bytes in size are passed by value. They are right-aligned 62 // struct containing two floats would thus be passed in %f0 and %f1, while two 63 // float function arguments would occupy 8 bytes each, and be passed in %f1 and 66 // When a struct { int, float } is passed by value, the int goes in the high 107 // Function return values are passed exactly like function arguments, except a 121 // arguments whether they are passed in registers or not. 130 // Otherwise, return values are passed exactly like arguments, except that 131 // returns that are too big to fit into the registers is passed as an sret
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | index.html.tpl | 21 .passed { 43 var xhr, expected, hn, idx = 0, passed = true; 50 passed = false; 55 if (passed) { 59 hn.appendChild(document.createTextNode(' - PASSED (time: ' + duration + ' ms)')); 60 hn.className = 'passed';
|
/freebsd/lib/libcam/ |
H A D | cam.3 | 184 The "path" passed in may actually be most any type of string that contains 196 device that corresponds to the device name and unit number passed in. 243 No translation or lookup is performed, so the path passed 335 structure and copies the contents of the passed-in 394 that is passed into 400 passed in, or 427 passed in is a symlink to something. 430 passed in is an actual
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | SystemZ.cpp | 55 // the type belongs to a value as passed between functions. If it is a 56 // vector <=16 bytes it will be passed in a vector register (if supported). 238 // An 8-byte aligned struct s { float f; } is passed as a double. in GetSingleElementType() 256 // Every non-vector argument occupies 8 bytes and is passed by preference in EmitVAArg() 258 // always passed on the stack. in EmitVAArg() 298 // Vector arguments are always passed in the high bits of a in EmitVAArg() 324 RegPadding = CharUnits(); // floats are passed in the high bits of an FPR in EmitVAArg() 329 RegPadding = Padding; // values are passed in the low bits of a GPR in EmitVAArg() 344 // Emit code to load the value if it was passed in registers. in EmitVAArg() 371 // Emit code to load the value if it was passed in memory. in EmitVAArg() [all …]
|
/freebsd/contrib/libfido2/man/ |
H A D | fido_cred_set_authdata.3 | 131 is made, and no references to the passed pointer are kept. 133 The authenticator data passed to 137 Alternatively, a raw binary blob may be passed to 146 The attestation statement passed to 189 are copied, and no references to the passed pointers are kept. 211 are copied, and no references to the passed pointers are kept. 330 is made, and no references to the passed pointer are kept.
|
H A D | fido_assert_set_authdata.3 | 120 is made, and no references to the passed pointer are kept. 127 The authenticator data passed to 131 Alternatively, a raw binary blob may be passed to 147 is made, and no references to the passed pointer are kept. 172 is copied, and no references to the passed pointer are kept. 207 is made, and no references to the passed pointer are kept. 244 is copied, and no references to the passed pointer are kept. 249 is passed to 261 passed to 265 passed t [all...] |
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
H A D | spi.h | 49 * a provider create_ctx_template(9E) entry point, and passed 55 * The context structure is passed from the kernel to a provider. 61 * as keys, mechanisms, input and output buffers, are passed 72 * passed through the crypto_ops(9S) structure when providers register 84 * operations for cryptographic providers. It is passed through 107 * passed through the crypto_ops(9S) structure when providers register 173 * Provider information. Passed as argument to crypto_register_provider(9F).
|