Home
last modified time | relevance | path

Searched full:blocklist (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/
H A DRestrictionMode.interface.yaml21 - name: Blocklist
23 Prevent, if in the blocklist.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/
H A Dentity-manager_git.bb25 file://blocklist.json \
44 install -D ${UNPACKDIR}/blocklist.json ${D}${datadir}/${BPN}/blacklist.json
/openbmc/linux/lib/
H A DKconfig.kgdb28 bool "KGDB: use kprobe blocklist to prohibit unsafe breakpoints"
34 If set to Y the debug core will use the kprobe blocklist to
/openbmc/linux/rust/
H A Dbindgen_parameters26 --blocklist-function __list_.*_report
H A DMakefile354 --blocklist-type '.*' --allowlist-var '' \
/openbmc/linux/drivers/s390/block/
H A Ddasd_erp.c52 INIT_LIST_HEAD(&cqr->blocklist); in dasd_alloc_erp_request()
144 list_del(&cqr->blocklist); in dasd_default_erp_postaction()
H A Ddasd.c2330 list_add(&maincqr->blocklist, &ccw_queue); in _dasd_sleep_on()
2333 struct dasd_ccw_req, blocklist)) { in _dasd_sleep_on()
2416 list_for_each_entry(cqr, ccw_queue, blocklist) { in _wait_for_wakeup_queue()
2432 list_for_each_entry_safe(cqr, n, ccw_queue, blocklist) { in _dasd_sleep_on_queue()
2473 list_for_each_entry_safe(cqr, n, ccw_queue, blocklist) { in _dasd_sleep_on_queue()
2807 cqr = list_entry(l, struct dasd_ccw_req, blocklist); in __dasd_process_block_ccw_queue()
2853 list_move_tail(&cqr->blocklist, final_queue); in __dasd_process_block_ccw_queue()
2872 list_for_each_entry(cqr, &block->ccw_queue, blocklist) { in __dasd_block_start_head()
2928 cqr = list_entry(l, struct dasd_ccw_req, blocklist); in dasd_block_tasklet()
2931 list_del_init(&cqr->blocklist); in dasd_block_tasklet()
[all …]
H A Ddasd_3990_erp.c2705 list_del(&erp_done->blocklist); in dasd_3990_erp_handle_match_erp()
2843 if (list_empty(&erp->blocklist)) { in dasd_3990_erp_action()
2846 list_add_tail(&erp->blocklist, &cqr->blocklist); in dasd_3990_erp_action()
H A Ddasd_ioctl.c157 list_for_each_entry_safe(cqr, n, &block->ccw_queue, blocklist) { in dasd_ioctl_abortio()
H A Ddasd_eckd.c3058 list_add_tail(&cqr->blocklist, &format_queue); in dasd_eckd_format_process_data()
3071 list_for_each_entry_safe(cqr, n, &format_queue, blocklist) { in dasd_eckd_format_process_data()
3086 list_del_init(&cqr->blocklist); in dasd_eckd_format_process_data()
3929 list_add_tail(&cqr->blocklist, &ras_queue); in dasd_eckd_release_space_trks()
3937 list_for_each_entry_safe(cqr, n, &ras_queue, blocklist) { in dasd_eckd_release_space_trks()
3942 list_del_init(&cqr->blocklist); in dasd_eckd_release_space_trks()
H A Ddasd_int.h162 struct list_head blocklist; /* for dasd_block request queue */ member
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq-dt-platdev.c105 static const struct of_device_id blocklist[] __initconst = { variable
215 if (cpu0_node_has_opp_v2_prop() && !of_match_node(blocklist, np)) in cpufreq_dt_platdev_init()
/openbmc/entity-manager/src/
H A Dfru_device.cpp631 std::cerr << "Cannot open blocklist file.\n\n"; in loadBlocklist()
639 std::cerr << "Illegal blocklist file detected, cannot validate JSON, " in loadBlocklist()
649 std::cerr << "Illegal blocklist, expected to read dictionary\n"; in loadBlocklist()
661 std::cerr << "Invalid contents for blocklist buses field\n"; in loadBlocklist()
1393 // check for and load blocklist with initial buses. in main()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c519 struct iwl_scan_offload_blocklist *blocklist; in iwl_mvm_config_sched_scan_profiles() local
542 blocklist = kcalloc(blocklist_len, sizeof(*blocklist), GFP_KERNEL); in iwl_mvm_config_sched_scan_profiles()
543 if (!blocklist) in iwl_mvm_config_sched_scan_profiles()
552 cmd.data[0] = blocklist; in iwl_mvm_config_sched_scan_profiles()
553 cmd.len[0] = sizeof(*blocklist) * blocklist_len; in iwl_mvm_config_sched_scan_profiles()
566 /* No blocklist configuration */ in iwl_mvm_config_sched_scan_profiles()
593 kfree(blocklist); in iwl_mvm_config_sched_scan_profiles()
H A Dmac80211.c3631 * wpa_s will blocklist the AP... in iwl_mvm_vif_conf_from_sta()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dcommands.h289 * update scan offload (scheduled scan) profiles/blocklist/etc.
H A Dscan.h127 * @blocklist_len: length of blocklist
/openbmc/linux/include/linux/
H A Dkgdb.h339 * kgdb and kprobes both use the same (kprobe) blocklist (which makes sense
/openbmc/linux/net/ceph/
H A Dmon_client.c1031 "{ \"prefix\": \"osd blocklist\", \ in ceph_monc_blocklist_add()
1053 * Make sure we have the osdmap that includes the blocklist in ceph_monc_blocklist_add()
1055 * new blocklist before processing any future requests from in ceph_monc_blocklist_add()
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp449 default: // for Allowlist and Blocklist in filterMessage()
/openbmc/linux/fs/ceph/
H A Dsnap.c905 * Just try to blocklist this kclient and then this kclient in ceph_update_snap_trace()
912 pr_err("%s failed to blocklist %s: %d\n", __func__, in ceph_update_snap_trace()
/openbmc/linux/fs/squashfs/
H A Dfile.c206 * can cache one index -> datablock/blocklist-block mapping. We wish
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst315 'blocklist/passlist'
/openbmc/linux/Documentation/process/
H A Dcoding-style.rst351 'blocklist / passlist'
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dcoding-style.rst362 'blocklist / passlist'

12