Home
last modified time | relevance | path

Searched refs:unexpected (Results 1 – 44 of 44) sorted by relevance

/linux-4.4.14/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh77 echo $FUNCNAME $memory: unexpected fail >&2
79 echo $FUNCNAME $memory: unexpected offline >&2
88 echo $FUNCNAME $memory: unexpected success >&2
90 echo $FUNCNAME $memory: unexpected online >&2
99 echo $FUNCNAME $memory: unexpected fail >&2
101 echo $FUNCNAME $memory: unexpected offline >&2
110 echo $FUNCNAME $memory: unexpected success >&2
112 echo $FUNCNAME $memory: unexpected offline >&2
/linux-4.4.14/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh91 echo $FUNCNAME $cpu: unexpected fail >&2
93 echo $FUNCNAME $cpu: unexpected offline >&2
102 echo $FUNCNAME $cpu: unexpected success >&2
104 echo $FUNCNAME $cpu: unexpected online >&2
113 echo $FUNCNAME $cpu: unexpected fail >&2
115 echo $FUNCNAME $cpu: unexpected offline >&2
124 echo $FUNCNAME $cpu: unexpected success >&2
126 echo $FUNCNAME $cpu: unexpected offline >&2
/linux-4.4.14/arch/tile/kernel/
Dunaligned.c319 bool unexpected = false; in check_regs() local
321 unexpected = true; in check_regs()
324 unexpected = true; in check_regs()
328 unexpected = true; in check_regs()
331 unexpected = true; in check_regs()
333 return unexpected; in check_regs()
579 bool unexpected = false; in jit_bundle_gen() local
646 unexpected = true; in jit_bundle_gen()
665 unexpected = true; in jit_bundle_gen()
675 unexpected = true; in jit_bundle_gen()
[all …]
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_intr.c1069 static unsigned unexpected = 0; in ipath_intr() local
1095 ipath_bad_intr(dd, &unexpected); in ipath_intr()
1114 if (unexpected) in ipath_intr()
1115 unexpected = 0; in ipath_intr()
/linux-4.4.14/Documentation/arm64/
Dlegacy_instructions.txt57 be unexpected results in the application.
/linux-4.4.14/Documentation/blockdev/
Dfloppy.txt162 Print a warning message when an unexpected interrupt is received.
167 Don't print a message when an unexpected interrupt is received. This
169 to be an interaction between video and floppy. The unexpected
Dparide.txt343 transfers, or unexpected failures, you may wish to increase the
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1231 about the unexpected token YYTOKEN for the state stack whose top is
1249 /* Number of reported tokens (one for the "unexpected", one per
1265 that there is no unexpected or expected token to report. In that
1324 YYCASE_(1, YY_("syntax error, unexpected %s"));
1325 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1326 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1327 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1328 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1884 error_with_pos("unexpected second declaration name");
1896 error_with_pos("unexpected second declaration name");
/linux-4.4.14/tools/testing/selftests/futex/
DREADME44 ERROR: Description of unexpected error
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped1193 about the unexpected token YYTOKEN for the state stack whose top is
1212 /* Number of reported tokens (one for the "unexpected", one per
1228 that there is no unexpected or expected token to report. In that
1285 YYCASE_(1, YY_("syntax error, unexpected %s"));
1286 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1287 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1288 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1289 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1684 { zconf_error("unexpected end statement"); }
1695 zconf_error("unexpected option \"%s\"", kconf_id_strings + (yyvsp[(2) - (4)].id)->name);
[all …]
/linux-4.4.14/scripts/
Dspelling.txt1011 unexecpted||unexpected
1012 unexpectd||unexpected
1013 unexpeted||unexpected
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1037 about the unexpected token YYTOKEN for the state stack whose top is
1055 /* Number of reported tokens (one for the "unexpected", one per
1067 that there is no unexpected or expected token to report. In that
1126 YYCASE_(1, YY_("syntax error, unexpected %s"));
1127 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1128 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1129 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1130 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
/linux-4.4.14/Documentation/sound/oss/
DSoundPro38 settings can have unexpected effects. Use the WSS mixer for best results.
/linux-4.4.14/Documentation/arm/
Dkernel_mode_neon.txt85 instructions appearing in unexpected places if no special care is taken.
/linux-4.4.14/Documentation/
Dbinfmt_misc.txt121 cause unexpected behaviour and can be a security hazard.
Drobust-futex-ABI.txt133 exits (perhaps it gets an unexpected signal 9 in the middle of
Demail-clients.txt28 Don't send patches with "format=flowed". This can cause unexpected
Doops-tracing.txt249 some unexpected page flags.
Dapplying-patches.txt168 A message similar to "patch: **** unexpected end of file in patch" or "patch
Dadding-syscalls.txt111 unexpected fork() and execve() in another thread could leak a descriptor to
Dkprobes.txt260 and it causes an unexpected result.
/linux-4.4.14/drivers/mmc/host/
Dsdhci.c2544 u32 intmask, mask, unexpected = 0; in sdhci_irq() local
2622 unexpected |= intmask; in sdhci_irq()
2634 if (unexpected) { in sdhci_irq()
2636 mmc_hostname(host->mmc), unexpected); in sdhci_irq()
/linux-4.4.14/Documentation/sound/alsa/
DCMIPCI.txt253 problem (especially unexpected behavior of mixer), please attach the
/linux-4.4.14/Documentation/i2c/
Dinstantiating-devices236 unexpected address.
/linux-4.4.14/Documentation/isdn/
DREADME387 the interface's link. Note that this can cause unexpected dialouts,
391 "manual" is a dial mode created to prevent the unexpected dialouts.
/linux-4.4.14/Documentation/serial/
Dtty.txt116 handle unexpected calls. Must not sleep.
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt45 error rather than some unexpected behaviour.
/linux-4.4.14/Documentation/vm/
Dfrontswap.txt110 underutilized RAM (e.g. with "selfballooning"), sudden unexpected
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c6538 goto unexpected; in set_link_state()
6563 goto unexpected; in set_link_state()
6585 goto unexpected; in set_link_state()
6692 goto unexpected; in set_link_state()
6697 goto unexpected; in set_link_state()
6732 unexpected: in set_link_state()
/linux-4.4.14/Documentation/networking/
Dtimestamping.txt463 software time stamping and therefore could lead to unexpected deltas
Dip-sysctl.txt101 unexpected packet loss. The current default value is calculated
/linux-4.4.14/Documentation/filesystems/
Df2fs.txt70 This cleaning job may cause unexpected long delays, so the most important goal
Dext4.txt506 zeroout, unexpected ENOSPC, or possible data
/linux-4.4.14/arch/arm64/
DKconfig655 be unexpected results in the applications.
/linux-4.4.14/Documentation/scsi/
Dncr53c8xx.txt1041 it. By the way, if you experience badnesses like 'unexpected disconnections',
1285 When the driver detects an unexpected error condition, it may display a
DChangeLog.sym53c8xx24 - Fix an issue in the ncr_int_udc() (unexpected disconnect)
Dsym53c8xx_2.txt611 When the driver detects an unexpected error condition, it may display a
DChangeLog.lpfc591 * Ignore more unexpected completions in lpfc_nportdisc.c.
595 * Introduce and use less lethal event handler for unexpected
DChangeLog.1992-19971927 * aha1542.c: Handle unexpected interrupts better.
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt612 This prevents unexpected resource control from a hidden css and
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq2120 * the host. Additionally, properly catch unexpected non-packet
2172 * The unexpected nonpkt phase handler assumes that any
/linux-4.4.14/Documentation/RCU/
DwhatisRCU.txt999 a synchronization primitive is a bit unexpected. ;-)
/linux-4.4.14/drivers/video/fbdev/
DKconfig38 device-aware may cause unexpected results. If unsure, say N.
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt450 and incurs unexpected behavior.