Home
last modified time | relevance | path

Searched full:expects (Results 1 – 25 of 997) sorted by relevance

12345678910>>...40

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp234 "getBranchTargetOpValue expects only expressions or immediates"); in getBranchTargetOpValue()
256 "getBranchTargetOpValue expects only expressions or immediates"); in getBranchTargetOpValue1SImm16()
279 "getBranchTargetOpValueMMR6 expects only expressions or immediates"); in getBranchTargetOpValueMMR6()
302 "getBranchTargetOpValueLsl2MMR6 expects only expressions or immediates"); in getBranchTargetOpValueLsl2MMR6()
324 "getBranchTargetOpValueMM expects only expressions or immediates"); in getBranchTarget7OpValueMM()
345 "getBranchTargetOpValuePC10 expects only expressions or immediates"); in getBranchTargetOpValueMMPC10()
366 "getBranchTargetOpValueMM expects only expressions or immediates"); in getBranchTargetOpValueMM()
388 "getBranchTarget21OpValue expects only expressions or immediates"); in getBranchTarget21OpValue()
410 "getBranchTarget21OpValueMM expects only expressions or immediates"); in getBranchTarget21OpValueMM()
432 "getBranchTarget26OpValue expects onl
[all...]
/freebsd/crypto/openssh/
H A Ded25519.sh59 # rename crypto_verify() to the name that the ed25519 code expects.
65 # rename signing function to the name OpenSSH expects
69 # rename key generation function to the name OpenSSH expects
73 # rename verification function to the name OpenSSH expects
/freebsd/share/man/man9/
H A DVOP_OPENCLOSE.983 expects
88 expects at least a reference to be associated with the vnode and does not
93 expects an unlocked, referenced vnode and will dereference the vnode prior
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-make-request-fn.m4151 dnl # blk_alloc_queue() expects request function.
153 AC_MSG_CHECKING([whether blk_alloc_queue() expects request function])
162 [blk_alloc_queue() expects request function])
183 [blk_alloc_queue_rh() expects request function])
/freebsd/sys/dev/isci/scil/
H A Dsati.h91 * object. SATI expects that the user can access the SCSI CDB,
120 * object. SATI expects that the user can access the SCSI CDB,
152 * object. SATI expects that the user can access the SCSI CDB,
182 * object. SATI expects that the user can access the SCSI CDB,
209 * object. SATI expects that the user can access the SCSI CDB,
H A Dsati_atapi.h75 * object. SATI expects that the user can access the SCSI CDB,
106 * object. SATI expects that the user can access the SCSI CDB,
135 * object. SATI expects that the user can access the SCSI CDB,
160 * object. SATI expects that the user can access the SCSI CDB,
/freebsd/contrib/atf/doc/
H A Datf-test-case.488 The test case expects to terminate abruptly.
90 The test case expects to exit cleanly.
92 The test case expects to exit with a controller fatal/non-fatal failure.
95 The test case expects to receive a signal that makes it terminate.
97 The test case expects to execute for longer than its timeout.
/freebsd/stand/kboot/kboot/arch/aarch64/
H A Dtramp.S10 * loader provides and that the kernel expects, this code is responsible for setting
46 * This trampoline sets up the arguments the kernel expects and jumps to the
48 * expects. We assume that the various cache flushing, invalidation, etc that
/freebsd/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_get.c110 * sdp_get_attr expects a UINT16 followed by any data item in ATF_TC_BODY()
181 * sdp_get_uuid expects any UUID type returns the full uuid in ATF_TC_BODY()
220 * sdp_get_bool expects a BOOL type in ATF_TC_BODY()
283 * sdp_get_uint expects any UINT type, advancing test if successful in ATF_TC_BODY()
393 * sdp_get_int expects any INT type, advancing test if successful in ATF_TC_BODY()
479 * sdp_get_seq expects a SEQ type in ATF_TC_BODY()
519 * sdp_get_alt expects a ALT type in ATF_TC_BODY()
564 * sdp_get_str expects a STR type in ATF_TC_BODY()
609 * sdp_get_url expects a URL type in ATF_TC_BODY()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dadi,axi-spdif-tx.txt7 The controller expects two clocks, the clock used for the AXI interface and
12 the core. The core expects one dma channel for transmit.
H A Ddesignware-i2s.txt7 clocks. The controller expects one clock: the clock used as the sampling
11 the core. The core expects one or two dma channels: one for transmit and
H A Dadi,axi-i2s.txt10 The controller expects two clocks, the clock used for the AXI interface and
15 the core. The core expects two dma channels if both transmit and receive are
/freebsd/contrib/bsnmp/lib/
H A Dbsnmpclient.3363 This format expects an argument of type
367 This format expects an argument of type
371 This format expects an argument of type
377 This format expects no argument.
382 This format expects an argument of type
391 This format expects two arguments: one of type
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt67 expects one return value, call2 expects 2, call3 expects 3 and
68 call4 expects four. Any parameters that are passed by reference
/freebsd/stand/kboot/kboot/arch/amd64/
H A Damd64_tramp.S29 * boot loader provides and that the kernel expects, this code is responsible
53 * loader.kboot will construct a stack that btext expects, which is arguments on
78 * arguments on the stack. The kernel's btext routine expects this setup.
/freebsd/contrib/atf/atf-sh/
H A Datf-sh.3260 Expects the test case to exit prematurely regardless of the nature of the
263 Expects the test case to exit cleanly.
296 Expects the test case to terminate due to the reception of a signal.
305 Expects the test case to execute for longer than its timeout.
/freebsd/crypto/heimdal/kdc/
H A Dhpropd.864 expects to be started from
66 if stdin is a socket and expects to receive the dumped database over
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 /// EXPECTS: File.isValid() && Begin <= End.
53 /// EXPECTS: BeginLoc.isValid() && BeginLoc.isFileID().
55 /// EXPECTS: BeginLoc.isValid() && BeginLoc.isFileID(), Begin <= End and files
106 /// EXPECTS: clang::Token is not an annotation token.
126 /// EXPECTS: token comes from a file, not from a macro expansion.
131 /// EXPECTS: First and Last are file tokens from the same file, Last starts
229 /// EXPECTS: \p Expanded is a subrange of expandedTokens().
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig27 // Expects a boolean return.
57 // Expects a boolean return.
/freebsd/crypto/libecc/src/fp/
H A Dfp_pow.c23 * Aliasing not supported. Expects caller to check parameters
36 * base is passed via 'out'. Expects caller to check parameters
/freebsd/contrib/bc/scripts/
H A Dfunctions.sh74 # Function for checking the "d"/"dir" argument of scripts. This function expects
94 # Function for checking the boolean arguments of scripts. This function expects
115 # expects a usage() function to exist in the caller.
136 # Function for checking the file arguments of scripts. This function expects a
/freebsd/crypto/openssl/doc/man1/
H A DCA.pl.pod98 certificate. It expects the user certificate and private key to be in the
109 Calls the L<openssl-ca(1)> command to sign a certificate request. It expects the
123 This option is the same as B<-sign> except it expects a self signed certificate
/freebsd/contrib/atf/atf-c++/
H A Datf-c++.3329 Expects the test case to exit prematurely regardless of the nature of the
332 Expects the test case to exit cleanly.
369 Expects the test case to terminate due to the reception of a signal.
378 Expects the test case to execute for longer than its timeout.
/freebsd/sys/dev/iavf/
H A Diavf_lib.h340 /* atomic_set_32 expects a bitmask */ in iavf_set_state()
354 /* atomic_clear_32 expects a bitmask */ in iavf_clear_state()
370 /* atomic_testandset_32 expects a bit position */ in iavf_testandset_state()
386 /* atomic_testandclear_32 expects a bit position */ in iavf_testandclear_state()
/freebsd/contrib/wpa/wpa_supplicant/
H A Deap_testing.txt361 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
367 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
378 - sends tunneled EAP-Success with MPPE keys and expects the authentication to
384 - sends tunneled EAP-Success with MPPE keys and expects to receive TLS ACK
389 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE

12345678910>>...40