Searched refs:ERROR (Results 126 - 150 of 156) sorted by relevance

1234567

/linux-master/lib/zstd/compress/
H A Dzstd_compress_superblock.c345 : ERROR(GENERIC);
H A Dzstd_ldm.c458 return ERROR(dstSize_tooSmall);
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c703 return ZSTD_errorFrameSizeInfo(ERROR(srcSize_wrong));
717 return ZSTD_errorFrameSizeInfo(ERROR(srcSize_wrong));
729 return ZSTD_errorFrameSizeInfo(ERROR(srcSize_wrong));
1675 bounds.error = ERROR(parameter_unsupported);
/linux-master/drivers/usb/gadget/function/
H A Df_eem.c319 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status);
H A Df_ncm.c846 ERROR(cdev, "ncm req %02x.%02x response err %d\n",
1578 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status);
H A Df_uac1.c926 ERROR(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n",
940 ERROR(cdev, "audio response on err %d\n", value);
H A Du_ether.c135 ERROR(dev, "kevent %d may have been dropped\n", flag);
H A Df_mass_storage.c314 ERROR(common, "common->fsg is NULL in %s at %u\n", func, line);
2297 ERROR(common, "can't allocate request for %s\n", ep->name);
3110 ERROR(fsg, "unable to autoconfigure all endpoints\n");
/linux-master/drivers/usb/gadget/
H A Dcomposite.c261 ERROR(cdev, "ep0 bMaxBurst must be 0\n");
512 ERROR(func->config->cdev, "not armed for func remote wakeup\n");
521 ERROR(func->config->cdev, "Invalid function\n");
2084 ERROR(cdev,
/linux-master/scripts/
H A Dsphinx-pre-install110 print "ERROR: please install \"$prog\", otherwise, build won't work.\n";
308 printf "ERROR: Sphinx version is %s. It should be >= %s\n",
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c1364 mwifiex_dbg(adapter, ERROR, "data: -EBUSY is returned\n");
1379 mwifiex_dbg(adapter, ERROR, "host_to_card failed: %#x\n", ret);
H A Ddebugfs.c779 mwifiex_dbg(priv->adapter, ERROR,
/linux-master/drivers/usb/gadget/udc/
H A Dgoku_udc.c1554 ERROR(dev, "system error\n");
1666 ERROR(dev, "%s write timeout ?\n", ep->ep.name);
/linux-master/drivers/md/dm-vdo/
H A Ddedupe.c177 static const char *ERROR = "error"; variable
2768 return zones->error_flag ? ERROR : CLOSED;
/linux-master/arch/m68k/fpsp040/
H A Ddo_func.S91 | ERROR
H A Dutil.S296 | ERROR
/linux-master/drivers/block/
H A Dswim.c129 #define ERROR 0x20 macro
H A Dswim3.c101 #define ERROR 0x20 macro
/linux-master/drivers/input/touchscreen/
H A Drohm_bu21023.c122 #define ERROR 0x80 macro
/linux-master/drivers/net/phy/
H A Dphy.c55 PHY_STATE_STR(ERROR)
1267 * phy_error - enter ERROR state for this PHY device
1270 * Moves the PHY to the ERROR state in response to a read
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h588 usdma_complete_name(ERROR))
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c1776 MODE_STATUS(ERROR),
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.seq60 * Convert ERROR status into a sequencer
65 test ERROR, 0xFF jz no_error_set;
H A Daic7xxx_core.c754 && (ahc_inb(ahc, ERROR) & PCIERRSTAT) != 0)
957 error = ahc_inb(ahc, ERROR);
7140 ahc_error_print(ahc_inb(ahc, ERROR), &cur_col, 50);
/linux-master/tools/perf/
H A DMakefile.config441 $(error ERROR: No libelf found. Disables 'probe' tool, jvmti and BPF support. Please install libelf-dev, libelf-devel, elfutils-libelf-devel or build with NO_LIBELF=1.)
926 $(error ERROR: No python interpreter needed for jevents generation. Install python or build with NO_JEVENTS=1.)
931 $(error ERROR: Python interpreter needed for jevents generation too old (older than 3.6). Install a newer python or build with NO_JEVENTS=1.)
1192 $(error ERROR: libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel and/or set LIBTRACEEVENT_DIR or build with NO_LIBTRACEEVENT=1)

Completed in 445 milliseconds

1234567