Home
last modified time | relevance | path

Searched refs:blacklist (Results 1 – 25 of 107) sorted by relevance

12345

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0022-RH-Remove-the-property-blacklist-exception-builtin.patch3 2014 12:49:53 -0500 Subject: [PATCH] RH: Remove the property blacklist
6 Multipath set the default property blacklist exceptions to
21 libmultipath/blacklist.c | 13 +++++--------
24 diff --git a/libmultipath/blacklist.c b/libmultipath/blacklist.c
26 --- a/libmultipath/blacklist.c
27 +++ b/libmultipath/blacklist.c
H A Dmultipath.conf.example42 ## The wwid line in the following blacklist section is shown as an example
43 ## of how to blacklist devices by wwid. The 2 devnode lines are the
44 ## compiled in default blacklist. If you want to blacklist entire types
46 ## However, if you want to blacklist specific devices, you should use
51 #blacklist {
H A D0025-RH-add-mpathconf.patch337 +if grep -q "^blacklist[[:space:]]*{" $TMPFILE ; then
366 + if sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*devnode \"\.\?\*\""…
368 + elif sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*#[[:space:]]*devn…
374 + if sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*wwid \"\.\?\*\"" ; …
376 + elif sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*#[[:space:]]*wwid…
435 +blacklist {
450 + sed -i '/^blacklist[[:space:]]*{/,/^}/ s/^[[:space:]]*devnode \"\.\?\*\"/# devnode ".*"/' $TMPFI…
453 + sed -i '/^blacklist[[:space:]]*{/ a\
457 + sed -i '/^blacklist[[:space:]]*{/,/^}/ s/^[[:space:]]*#[[:space:]]*wwid \"\.\?\*\"/ wwid ".*"/' …
471 + sed -i '/^blacklist[[:space:]]*{/,/^}/ s/^[[:space:]]*devnode \"\.\?\*\"/# devnode ".*"/' $TMPFI…
[all …]
H A D0023-RH-don-t-start-without-a-config-file.patch9 If /etc/multipath.conf doesn't exist, don't start multipathd and blacklist
53 + condlog(0, "cannot allocate blacklist\n");
59 + condlog(0, "cannot store default no-config blacklist\n");
/OK3568_Linux_fs/buildroot/package/liburcu/
H A D0001-Only-blacklist-ARM-gcc-4.8.0-and-4.8.1.patch4 Subject: [PATCH] Only blacklist ARM gcc 4.8.0 and 4.8.1
7 their latest releases based on gcc-4.8.2, then only blacklist gcc 4.8.0
28 + * So, we only blacklist gcc 4.8.0 and 4.8.1.
/OK3568_Linux_fs/buildroot/package/memstat/
H A D0001-PATH_MAX.patch13 /* blacklist devices that just map physical memory */
14 char *blacklist[] = { "/dev/mem",
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/memstat/memstat/
H A D0001-Include-limits.h-for-PATH_MAX-definition.patch25 /* blacklist devices that just map physical memory */
26 char *blacklist[] = {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0001-lxdm.conf.in-blacklist-root-for-release-images.patch4 Subject: [PATCH] lxdm.conf.in: blacklist root for release images
23 ## blacklist user
/OK3568_Linux_fs/kernel/certs/
H A DKconfig78 string "Hashes to be preloaded into the system blacklist keyring"
92 blacklist keyring and implements a hook whereby a PKCS#7 message can
96 string "X.509 certificates to be preloaded into the system blacklist keyring"
100 containing X.509 certificates to be included in the default blacklist
/OK3568_Linux_fs/buildroot/package/smstools3/
H A D0001-fix-Makefile.patch20 -smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist
28 +smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist
H A D0002-fix-build-with-gcc-10.x.patch702 Index: smstools/src/blacklist.c
704 --- smstools.orig/src/blacklist.c 2020-07-27 19:00:41.612207583 +0000
705 +++ smstools/src/blacklist.c 2020-08-05 19:34:13.903183463 +0000
710 +char blacklist[256]; // Filename of the black-list
715 Index: smstools/src/blacklist.h
717 --- smstools.orig/src/blacklist.h 2020-07-27 19:00:41.612207583 +0000
718 +++ smstools/src/blacklist.h 2020-08-05 19:34:04.903151994 +0000
723 -char blacklist[256]; // Filename of the black-list
724 +extern char blacklist[256]; // Filename of the black-list
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq-dt-platdev.c88 static const struct of_device_id blacklist[] __initconst = { variable
201 if (cpu0_node_has_opp_v2_prop() && !of_match_node(blacklist, np)) in cpufreq_dt_platdev_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_cfgvendor.c1157 wifi_bssid_params blacklist; in woal_cfg80211_subcmd_fw_roaming_config() local
1174 memset((char *)&blacklist, 0, sizeof(wifi_bssid_params)); in woal_cfg80211_subcmd_fw_roaming_config()
1180 memcpy((t_u8 *)&blacklist, nla_data(iter), in woal_cfg80211_subcmd_fw_roaming_config()
1197 blacklist.num_bssid; in woal_cfg80211_subcmd_fw_roaming_config()
1199 (t_u8 *)blacklist.mac_addr, in woal_cfg80211_subcmd_fw_roaming_config()
1200 sizeof(wifi_bssid_params) - sizeof(blacklist.num_bssid)); in woal_cfg80211_subcmd_fw_roaming_config()
1218 roam_offload_cfg->black_list.ap_num = blacklist.num_bssid; in woal_cfg80211_subcmd_fw_roaming_config()
1220 (t_u8 *)blacklist.mac_addr, in woal_cfg80211_subcmd_fw_roaming_config()
1221 sizeof(wifi_bssid_params) - sizeof(blacklist.num_bssid)); in woal_cfg80211_subcmd_fw_roaming_config()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch14 src/blacklist.c | 2 +-
15 src/blacklist.h | 2 +-
28 diff --git a/src/blacklist.c b/src/blacklist.c
30 --- a/src/blacklist.c
31 +++ b/src/blacklist.c
37 #include "blacklist.h"
45 diff --git a/src/blacklist.h b/src/blacklist.h
47 --- a/src/blacklist.h
48 +++ b/src/blacklist.h
53 -char blacklist[256]; // Filename of the black-list
[all …]
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-dma.c221 int blacklist = ide_in_drive_list(id, drive_blacklist); in __ide_dma_bad_drive() local
222 if (blacklist) { in __ide_dma_bad_drive()
225 return blacklist; in __ide_dma_bad_drive()
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daspm.c169 static void pcie_clkpm_cap_init(struct pcie_link_state *link, int blacklist) in pcie_clkpm_cap_init() argument
192 link->clkpm_disable = blacklist ? 1 : 0; in pcie_clkpm_cap_init()
543 static void pcie_aspm_cap_init(struct pcie_link_state *link, int blacklist) in pcie_aspm_cap_init() argument
552 if (blacklist) { in pcie_aspm_cap_init()
900 int blacklist = !!pcie_aspm_sanity_check(pdev); in pcie_aspm_init_link_state() local
934 pcie_aspm_cap_init(link, blacklist); in pcie_aspm_init_link_state()
937 pcie_clkpm_cap_init(link, blacklist); in pcie_aspm_init_link_state()
/OK3568_Linux_fs/external/rockchip-test/chromium/
H A Dtest_chromium_with_video.sh21 …chromium --no-sandbox --gpu-sandbox-start-early --ozone-platform=wayland --ignore-gpu-blacklist --…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/
H A Dopencv_4.5.5.bb174 blacklist = [ metapkg ]
178 if not pkg in blacklist and not pkg in metapkg_rdepends and pkg.endswith('-dev'):
184 blacklist = [ metapkg, "libopencv-ts" ]
187 …if not pkg in blacklist and not pkg in metapkg_rdepends and not pkg.endswith('-dev') and not pkg.e…
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-sis5595.c54 static int blacklist[] = { variable
141 for (i = blacklist; *i != 0; i++) { in sis5595_setup()
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A DTODO9 GUID-to-port matching/whitelist/blacklist.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/
H A Dwireplumber_0.4.9.bb82 blacklist = [ wp_module_pn, wp_module_metapkg ]
87 if pkg in blacklist:
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A DMakefile10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_cfp.c930 cfp[i].dynamic.blacklist = MFALSE; in wlan_cfp_copy_dynamic()
937 cfp[i].dynamic.blacklist = in wlan_cfp_copy_dynamic()
938 cfp_src[j].dynamic.blacklist; in wlan_cfp_copy_dynamic()
2213 t_bool blacklist = MFALSE; in wlan_is_chan_blacklisted() local
2230 blacklist = pcfp[j].dynamic.blacklist; in wlan_is_chan_blacklisted()
2237 return blacklist; in wlan_is_chan_blacklisted()
2274 pcfp[j].dynamic.blacklist = bl; in wlan_set_chan_blacklist()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_sockmap.c147 char *blacklist; member
1814 if (!opt->blacklist) in check_blacklist()
1816 ptr = strdup(opt->blacklist); in check_blacklist()
1972 options.blacklist = strdup(optarg); in main()
1973 if (!options.blacklist) in main()
2015 if (options.blacklist) in main()
2016 free(options.blacklist); in main()
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_ctrl.c2187 const struct uvc_ctrl_blacklist *blacklist; in uvc_ctrl_prune_entity() local
2195 blacklist = processing_blacklist; in uvc_ctrl_prune_entity()
2202 blacklist = camera_blacklist; in uvc_ctrl_prune_entity()
2213 if (!usb_match_one_id(dev->intf, &blacklist[i].id)) in uvc_ctrl_prune_entity()
2216 if (blacklist[i].index >= 8 * size || in uvc_ctrl_prune_entity()
2217 !uvc_test_bit(controls, blacklist[i].index)) in uvc_ctrl_prune_entity()
2221 "removing it.\n", entity->id, blacklist[i].index); in uvc_ctrl_prune_entity()
2223 uvc_clear_bit(controls, blacklist[i].index); in uvc_ctrl_prune_entity()

12345