Home
last modified time | relevance | path

Searched full:expecting (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/linux/tools/perf/arch/x86/tests/
H A Dgen-insn-x86-dat.awk52 / Expecting: / {
53 expecting_str = " Expecting: "
58 if ($i == "Expecting:") {
H A Dinsn-x86-dat-src.c7 * Note that the 'Expecting' comment lines are consumed by the
10 * Expecting: <op> <branch> <rel>
1444 asm volatile("bnd call label1"); /* Expecting: call unconditional 0 */ in main()
1445 asm volatile("bnd call *(%eax)"); /* Expecting: call indirect 0 */ in main()
1446 asm volatile("bnd ret"); /* Expecting: ret indirect 0 */ in main()
1447 asm volatile("bnd jmp label1"); /* Expecting: jmp unconditional 0 */ in main()
1448 asm volatile("bnd jmp label1"); /* Expecting: jmp unconditional 0 */ in main()
1449 asm volatile("bnd jmp *(%ecx)"); /* Expecting: jmp indirect 0 */ in main()
1450 asm volatile("bnd jne label1"); /* Expecting: jcc conditional 0 */ in main()
1855 asm volatile("callq *%rax"); /* Expecting: call indirect 0 */ in main()
[all …]
/linux/lib/
H A Dslub_kunit.c62 * Expecting three errors. in test_next_pointer()
71 * Still expecting two errors. The first for the wrong count in test_next_pointer()
83 * Now expecting no error. in test_next_pointer()
/linux/Documentation/arch/x86/
H A Dusb-legacy-support.rst24 system crashes, because the SMM BIOS is not expecting to be in PAE mode.
28 because the SMM BIOS isn't expecting the CPU to be in 64-bit mode. The
/linux/drivers/net/ethernet/qualcomm/
H A Dqca_7k_common.h21 /* No header byte while expecting it */
24 /* No tailer byte while expecting it */
/linux/Documentation/filesystems/
H A Ddnotify.rst55 name "a/x" should be notified to a program expecting notifications on
56 directory "a", but will not be notified to one expecting notifications on
/linux/drivers/pci/
H A Drom.c95 pci_info(pdev, "Invalid PCI ROM header signature: expecting 0xaa55, got %#06x\n", in pci_get_rom_size()
102 pci_info(pdev, "Invalid PCI ROM data signature: expecting 0x52494350, got %#010x\n", in pci_get_rom_size()
/linux/Documentation/driver-api/
H A Dconnector.rst83 are expecting, then it is a new message. If we receive a message and
84 its sequence number is the same as one we are expecting, but its
/linux/tools/testing/selftests/livepatch/
H A Dtest-livepatch.sh134 die "Expecting three modules listed, found $nmods"
143 die "Expecting only one moduled listed, found $nmods"
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h30 * @bogus_cts: CTS received when not expecting CTS
31 * @bogus_ack: ACK received when not expecting ACK
77 __le32 bogus_cts; /* CTS received when not expecting CTS */
78 __le32 bogus_ack; /* ACK received when not expecting ACK */
835 * @bogus_cts: CTS received when not expecting CTS
836 * @bogus_ack: ACK received when not expecting ACK
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dvendor.h38 * @len: length of expecting return buffer
/linux/scripts/
H A Drust_is_available_test.py134 # When expecting a success, the script should return 0
139 # When expecting a success with extra output (that is not warnings,
146 # When expecting a success with warnings, the script should return 0
151 # When expecting a failure, the script should return non-0
H A Das-version.sh25 # We check -fintegrated-as, expecting it is explicitly passed in for the
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c228 * Check if we were expecting a failure and it did not occur by checking in tm_una_ping()
238 /* Check if we were not expecting a failure and a it occurred. */ in tm_una_ping()
247 * Check if TM failed due to the cause we were expecting. 0xda is a in tm_una_ping()
/linux/fs/
H A Dfsopen.c325 * expecting boolean, integer, string or take a path. A conversion to an
330 * blob and @aux indicates its size. The parameter must be expecting a
334 * expecting a path object. @_value points to a NUL-terminated string that
/linux/drivers/target/iscsi/
H A Discsi_target_tmr.c248 * Initiator is expecting. The Target controls all WRITE operations in iscsit_task_reassign_complete_write()
337 * Initiator is expecting. in iscsit_task_reassign_complete_read()
572 * expecting next) have all the DataOUT they require to complete in iscsit_task_reassign_prepare_write()
795 * of DataIN the Initiator is expecting. in iscsit_check_task_reassign_expdatasn()
822 * for R2Ts the Initiator is expecting. in iscsit_check_task_reassign_expdatasn()
/linux/Documentation/ABI/stable/
H A Dvdso24 vDSO, specify the version you are expecting.
/linux/net/netfilter/
H A Dnf_conntrack_expect.c63 master_help->expecting[exp->class]--; in nf_ct_unlink_expect_report()
406 master_help->expecting[exp->class]++; in nf_ct_expect_insert()
470 master_help->expecting[expect->class] >= p->max_expected) { in __nf_ct_expect_check()
472 if (master_help->expecting[expect->class] in __nf_ct_expect_check()
/linux/arch/parisc/include/uapi/asm/
H A Dstat.h40 /* This is the struct that 32-bit userspace applications are expecting.
/linux/drivers/connector/
H A Dconnector.c48 * one we are expecting then it is a new message.
51 * we are expecting but it's acknowledgement number is not equal to
/linux/Documentation/devicetree/bindings/input/
H A Dgoodix,gt7375p.yaml49 with what the touchscreen is expecting for its IO rails.
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_on_willing_child_test.c48 /* Tests we can setup an EBB on our child - if it's expecting it */
/linux/tools/testing/selftests/net/tcp_ao/
H A Drestore.c231 /* not expecting server => client mismatches as only snd sne is broken */ in client_fn()
238 /* not expecting client => server mismatches as only rcv sne is broken */ in client_fn()
/linux/include/scsi/
H A Dscsi_status.h54 DID_BAD_INTR = 0x09, /* Got an interrupt we weren't expecting. */
/linux/tools/testing/selftests/arm64/signal/
H A DREADME48 expecting), using the same logic/perspective as in the arm64 Kernel signals

12345678910>>...15