Home
last modified time | relevance | path

Searched refs:CHK (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/scripts/
H A Dcheckpatch.pl2104 sub CHK { subroutine
2729 CHK("INVALID_UTF8",
2780 $msg_level = \&CHK if ($file);
2818 $msg_level = \&CHK if ($file);
3067 CHK("LOGICAL_CONTINUATIONS",
3104 if (CHK("PARENTHESIS_ALIGNMENT",
3123 if (CHK("SPACING",
3197 if (CHK("LINE_SPACING",
3208 if (CHK("LINE_SPACING",
3277 CHK("OPEN_ENDED_LINE",
[all …]
H A DKbuild.include57 $(kecho) ' CHK $@'; \
/openbmc/linux/scripts/
H A Dcheckpatch.pl2488 sub CHK { subroutine
3448 CHK("INVALID_UTF8",
3502 $msg_level = \&CHK if ($file);
3605 $msg_level = \&CHK if ($file);
3783 $msg_level = \&CHK if ($file);
3875 $msg_level = \&CHK if ($file);
3929 if (CHK("ASSIGNMENT_CONTINUATIONS",
3941 if (CHK("LOGICAL_CONTINUATIONS",
3985 if (CHK("PARENTHESIS_ALIGNMENT",
4004 if (CHK("SPACING",
[all …]
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh468 for CHK in $(echo $CHK_STR | sed -e "s/,/ /g")
470 set -- $(echo $CHK | sed -e "s/:/ /g")
488 for CHK in $(echo $CHK_STR | sed -e "s/,/ /g")
490 set -- $(echo $CHK | sed -e "s/:/ /g")
/openbmc/qemu/tests/tcg/hexagon/
H A Dcirc.c339 #define CIRC_TEST_STORE_IMM(SZ, CHK, TYPE, BUF, BUFSIZE, SHIFT, INC) \ argument
350 check_store_##CHK(((INC) / (int)sizeof(TYPE)), size); \
359 check_store_##CHK((-(INC) / (int)sizeof(TYPE)), size); \
371 #define CIRC_TEST_STORE_REG(SZ, CHK, TYPE, BUF, BUFSIZE, SHIFT) \ argument
382 check_store_##CHK(1, size); \
390 check_store_##CHK(-1, size); \
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c838 #define CHK(cond) \ in iwl_full_rxon_required() macro
853 CHK(!iwl_is_associated_ctx(ctx)); in iwl_full_rxon_required()
854 CHK(!ether_addr_equal(staging->bssid_addr, active->bssid_addr)); in iwl_full_rxon_required()
855 CHK(!ether_addr_equal(staging->node_addr, active->node_addr)); in iwl_full_rxon_required()
856 CHK(!ether_addr_equal(staging->wlap_bssid_addr, in iwl_full_rxon_required()
881 #undef CHK in iwl_full_rxon_required()
H A Dmac80211.c1039 #define CHK(test, flag) do { \ in iwlagn_configure_filter() macro
1049 CHK(FIF_OTHER_BSS, RXON_FILTER_PROMISC_MSK); in iwlagn_configure_filter()
1051 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK | RXON_FILTER_PROMISC_MSK); in iwlagn_configure_filter()
1052 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK); in iwlagn_configure_filter()
1054 #undef CHK in iwlagn_configure_filter()
/openbmc/linux/arch/m68k/ifpsp060/
H A Diskeleton.S87 | a CHK exception stack frame from the Unimplemented Integer Instrcution
98 | CHK FRAME TRACE FRAME
/openbmc/linux/kernel/
H A DMakefile156 quiet_cmd_genikh = CHK $(obj)/kheaders_data.tar.xz
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dfix-lmbench-memory-check-failure.patch104 #define CHK(x) if ((x) == -1) { perror("x"); exit(1); }
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c3004 #define CHK(test, flag) do { \ in il3945_configure_filter() macro
3014 CHK(FIF_OTHER_BSS, RXON_FILTER_PROMISC_MSK); in il3945_configure_filter()
3015 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK); in il3945_configure_filter()
3016 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK); in il3945_configure_filter()
3018 #undef CHK in il3945_configure_filter()
H A Dcommon.c3782 #define CHK(cond) \ in il_full_rxon_required() macro
3797 CHK(!il_is_associated(il)); in il_full_rxon_required()
3798 CHK(!ether_addr_equal_64bits(staging->bssid_addr, active->bssid_addr)); in il_full_rxon_required()
3799 CHK(!ether_addr_equal_64bits(staging->node_addr, active->node_addr)); in il_full_rxon_required()
3800 CHK(!ether_addr_equal_64bits(staging->wlap_bssid_addr, in il_full_rxon_required()
3823 #undef CHK in il_full_rxon_required()
H A D4965-mac.c6140 #define CHK(test, flag) do { \ in il4965_configure_filter() macro
6150 CHK(FIF_OTHER_BSS, RXON_FILTER_PROMISC_MSK); in il4965_configure_filter()
6152 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK | RXON_FILTER_PROMISC_MSK); in il4965_configure_filter()
6153 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK); in il4965_configure_filter()
6155 #undef CHK in il4965_configure_filter()
/openbmc/linux/Documentation/driver-api/
H A Dlibata.rst674 - !BSY && ERR(==CHK) && !ABRT after the last byte of CDB is transferred
677 - !BSY && ERR(==CHK) && ABRT after the last byte of CDB is transferred
745 ATAPI device CHECK CONDITION error is indicated by set CHK bit (ERR bit)