Searched refs:invalid (Results 101 - 125 of 144) sorted by relevance

123456

/linux-master/drivers/usb/gadget/function/
H A Df_ecm.c477 goto invalid;
497 invalid:
498 DBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n",
/linux-master/drivers/net/ethernet/faraday/
H A Dftmac100.c36 #error invalid MAX_PKT_SIZE
40 #error invalid RX_BUF_SIZE
/linux-master/fs/ocfs2/
H A Dstack_user.c661 * function was called with invalid args, which shouldn't be possible
712 int invalid = lksb->lksb_fsdlm.sb_flags & DLM_SBF_VALNOTVALID; local
714 return !invalid;
/linux-master/drivers/scsi/
H A Dses.c472 int invalid = desc[0] & 0x80; local
479 if (invalid)
/linux-master/fs/bcachefs/
H A Ddata_update.c250 int invalid = bch2_bkey_invalid(c, bkey_i_to_s_c(insert), __btree_node_type(0, m->btree_id), 0, &err); local
253 if (invalid) {
256 prt_str(&buf, "about to insert invalid key in data update path");
/linux-master/drivers/nvme/target/
H A Dfc.c159 u8 invalid; member in struct:nvmet_fc_hostport
474 * become invalid.
500 if (!tgtport->ops->ls_req || assoc->hostport->invalid)
994 if (tgtport->ops->host_release && hostport->invalid)
1030 if (host->hosthandle == hosthandle && !host->invalid) {
1565 assoc->hostport->invalid = 1;
2573 /* bad SQE content or invalid ctrl state */
/linux-master/fs/fuse/
H A Ddir.c205 goto invalid;
215 goto invalid;
244 goto invalid;
255 goto invalid;
277 invalid:
/linux-master/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c84 #error invalid SiByte MAC configuration
95 #error invalid SiByte MAC configuration
1539 #error invalid SiByte MAC configuration
1782 * 0 indicates invalid parameters
1870 * 0 if an invalid parameter combination was specified
1917 default: /* invalid selection */
/linux-master/ipc/
H A Dshm.c1655 goto invalid;
1658 goto invalid;
1666 invalid:
1756 * it's called with invalid parameters or if it's called to unmap
/linux-master/arch/sparc/kernel/
H A Dunaligned_64.c39 invalid, enumerator in enum:direction
H A Dhead_32.S576 wr %g1, 0x0, %wim ! make window 1 invalid
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h61 nvkm_vmm_pxe_func invalid; member in struct:nvkm_vmm_desc_func
H A Dvmmgp100.c191 .invalid = gp100_vmm_lpt_invalid,
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dinternal.h47 * @invalid: rxb is in driver ownership - not owned by HW
58 bool invalid; member in struct:iwl_rx_mem_buffer
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh73 cat test/cpuset.cpus.partition | grep -q invalid
315 # will make the partition invalid.
321 # Changing a partition root to member makes child partitions invalid
339 # A partition root with non-partition root parent is invalid, but it
582 "root invalid"*)
585 "isolated invalid"*)
883 # invalid partition state.
908 echo "FAILED: Inotify test - partition not invalid"
915 elif [[ $(cat $PRS) != "root invalid"* ]]
/linux-master/drivers/memory/
H A Domap-gpmc.c432 * When @max is exceeded, "invalid" is printed inside comment.
449 bool invalid; local
457 invalid = l > max;
472 invalid ? "; invalid " : " ");
476 invalid ? " /* invalid */" : "");
1086 "shared-wait-pin: invalid configuration\n");
1149 * Returns NULL on error e.g. invalid cs.
1890 pr_err("%s: invalid widt
[all...]
/linux-master/arch/x86/boot/
H A Dheader.S546 # pointer if %ss is invalid. Otherwise leave it alone, LOADLIN sets up the
/linux-master/drivers/tty/
H A Dn_gsm.c1380 /* skip channels with invalid state */
1607 pr_info("%s invalid adaption %d in PN\n",
1613 pr_info("%s invalid priority %d in PN",
1623 pr_info("%s invalid N1 %d in PN\n", __func__,
1630 pr_info("%s invalid i %d in PN\n", __func__, i);
1635 pr_info("%s invalid k %d in PN\n", __func__, k);
1643 pr_info("%s invalid adaption %d in PN\n",
1694 /* Closed port, or invalid ? */
1774 pr_info("%s PN invalid\n", __func__);
1782 pr_info("%s PN in invalid stat
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c227 * @invalid: is invalid or not
236 char invalid; member in struct:vdec_av1_slice_gm
912 mtk_v4l2_vdec_err(instance->ctx, "warning:av1 get invalid index slot\n");
1137 gm[i].invalid = !!(ctrl_gm->invalid & BIT(i));
1401 mtk_vdec_err(instance->ctx, "invalid tge_size %d, tile_num:%d\n",
1409 mtk_vdec_err(instance->ctx, "invalid tge info %d, %d %d %d\n",
2020 mtk_vdec_err(instance->ctx, "invalid get parameter type=%d\n", type);
/linux-master/drivers/nvdimm/
H A Dnamespace_devs.c409 goto invalid;
416 goto invalid;
427 invalid:
1652 dev_dbg(&nd_region->dev, "%s invalid label for %pUb\n",
1691 dev_dbg(&nd_region->dev, "invalid interleave-set-cookie\n");
1696 dev_dbg(&nd_region->dev, "invalid cookie in label: %pUb\n",
1791 dev_dbg(&nd_region->dev, "invalid label(s)\n");
1975 /* skip invalid labels */
/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c1874 goto invalid;
1879 goto invalid;
1894 invalid:
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c1914 /* Returns verdict for packet, or -1 for invalid. */
1979 NF_CT_STAT_INC_ATOMIC(state->net, invalid);
2008 NF_CT_STAT_INC_ATOMIC(state->net, invalid);
2026 NF_CT_STAT_INC_ATOMIC(state->net, invalid);
H A Dnf_conntrack_standalone.c434 seq_puts(seq, "entries clashres found new invalid ignore delete chainlength insert insert_failed drop early_drop icmp_error expect_new expect_create expect_delete search_restart\n");
446 st->invalid,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c1112 pr_warn("invalid logical state(s) (old %d new %d)\n",
1133 pr_warn("invalid physical state(s) (old %d new %d)\n",
1162 pr_warn("invalid logical state transition %s -> %s\n",
1173 pr_warn("invalid physical state transition %s -> %s\n",
1219 pr_warn("SubnSet(OPA_PortInfo) port state invalid: logical_state 0x%x physical_state 0x%x\n",
1244 pr_warn("SubnSet(OPA_PortInfo) invalid physical state 0x%x\n",
1294 pr_warn("SubnSet(OPA_PortInfo) invalid logical state 0x%x\n",
1329 int ret, i, invalid = 0, call_set_mtu = 0; local
1377 pr_warn("SubnSet(OPA_PortInfo) lid invalid 0x%x\n",
1410 pr_warn("SubnSet(OPA_PortInfo) smlid invalid
2055 int ret, invalid = 0; local
[all...]
/linux-master/drivers/hid/
H A Dhid-wiimote-core.c1307 static const __u8 invalid[21] = { 0xff, 0xff, 0xff, 0xff, local
1319 if (len < 6 || !memcmp(payload, invalid, len))
1324 /* this bit is set for invalid events (eg. during hotplug) */

Completed in 311 milliseconds

123456