/openbmc/linux/security/integrity/ima/ |
H A D | ima_mok.c | 26 struct key_restriction *restriction; in ima_mok_init() local 30 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in ima_mok_init() 31 if (!restriction) in ima_mok_init() 32 panic("Can't allocate IMA blacklist restriction."); in ima_mok_init() 34 restriction->check = restrict_link_by_builtin_trusted; in ima_mok_init() 43 restriction, NULL); in ima_mok_init()
|
/openbmc/linux/security/integrity/ |
H A D | digsig.c | 100 struct key_restriction *restriction) in __integrity_init_keyring() argument 107 KEY_ALLOC_NOT_IN_QUOTA, restriction, NULL); in __integrity_init_keyring() 127 struct key_restriction *restriction; in integrity_init_keyring() local 137 restriction = NULL; in integrity_init_keyring() 144 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in integrity_init_keyring() 145 if (!restriction) in integrity_init_keyring() 149 restriction->check = restrict_link_by_ca; in integrity_init_keyring() 151 restriction->check = restrict_link_to_ima; in integrity_init_keyring() 162 ret = __integrity_init_keyring(id, perm, restriction); in integrity_init_keyring() 164 kfree(restriction); in integrity_init_keyring()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tt.c | 56 /* Advance Thermal Throttling default restriction table */ 83 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local 87 restriction = tt->restriction + tt->state; in iwl_ht_enabled() 88 return restriction->is_ht; in iwl_ht_enabled() 119 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local 123 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction() 124 return restriction->tx_stream; in iwl_tx_ant_restriction() 130 struct iwl_tt_restriction *restriction; in iwl_rx_ant_restriction() local 134 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction() 135 return restriction->rx_stream; in iwl_rx_ant_restriction() [all …]
|
H A D | tt.h | 35 * struct iwl_tt_restriction - Thermal Throttling restriction table 76 * @iwl_tt_restriction: ptr to restriction tbl, used by advance 92 struct iwl_tt_restriction *restriction; member
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/ |
H A D | RestrictionMode.interface.yaml | 8 The restriction mode. 13 Possible modes of restriction. 17 No restriction.
|
/openbmc/linux/certs/ |
H A D | blacklist.c | 325 struct key_restriction *restriction; in blacklist_init() local 330 restriction = kzalloc(sizeof(*restriction), GFP_KERNEL); in blacklist_init() 331 if (!restriction) in blacklist_init() 332 panic("Can't allocate blacklist keyring restriction\n"); in blacklist_init() 333 restriction->check = restrict_link_for_blacklist; in blacklist_init() 346 restriction, NULL); in blacklist_init()
|
H A D | system_keyring.c | 141 struct key_restriction *restriction; in get_builtin_and_secondary_restriction() local 143 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction() 145 if (!restriction) in get_builtin_and_secondary_restriction() 146 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction() 149 restriction->check = restrict_link_by_builtin_secondary_and_machine; in get_builtin_and_secondary_restriction() 151 restriction->check = restrict_link_by_builtin_and_secondary_trusted; in get_builtin_and_secondary_restriction() 153 return restriction; in get_builtin_and_secondary_restriction()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/ |
H A D | Common.errors.yaml | 9 description: Specified Group related restriction failure for user name. 12 description: Specified privilege related restriction failure for user name.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | COIL-1.0 | 15 and/or otherwise deal in the licensed material without restriction. 19 otherwise deal in the licensed material without restriction, for any and all
|
H A D | CDLA-Permissive-2.0 | 9 1.2. This agreement does not impose any restriction on a Data Recipient's use, modification, or sha… 17 3.1. This agreement does not impose any restriction or obligations with respect to the use, modific…
|
H A D | Artistic-2.0 | 71 Modified Versions for any purpose without restriction, provided that 78 Standard Version of this Package in any medium without restriction, 155 include the Package, and Distribute the result without restriction,
|
H A D | Vim | 18 …ithout fee or restriction, and permits the Vim maintainer to include the changes in the official v…
|
H A D | threeparttable | 2 one restriction: modified versions must clearly indicate the modification
|
H A D | OLDAP-1.3 | 26 …ies of the source form of the Standard Version of this Package without restriction, provided that … 56 … your software with this Package may be used and redistributed without restriction and may be sold…
|
/openbmc/phosphor-host-ipmid/ |
H A D | whitelist-filter.cpp | 26 * on incoming interface and a restriction mode setting 93 "Could not look up restriction mode interface from cache"); in cacheRestrictedMode() 191 lg2::error("Could not look up restriction mode interface from cache"); in postInit() 226 restriction mode for all the IPMI commands */ in filterMessage()
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | GPL-2.0-with-lmbench-restriction | 44 restriction, more or less on the freedom principle as far as I can tell. 71 behind the publication restriction: any idiot can optimize certain 76 including the publication restriction readers would be able to
|
/openbmc/linux/security/keys/ |
H A D | keyring.c | 545 * @restriction_key: Keys providing additional data for evaluating restriction. 991 * Semaphore to serialise restriction setup to prevent reference count 992 * cycles through restriction key pointers. 997 * Check for restriction cycles that would prevent keyring garbage collection. 1015 * keyring_restrict - Look up and apply a restriction to a keyring 1017 * @type: The key type that will provide the restriction checker. 1018 * @restriction: The restriction options to apply to the keyring 1020 * Look up a keyring and apply a restriction to it. The restriction is managed 1022 * the restriction string. 1025 const char *restriction) in keyring_restrict() argument [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.mpc85xx | 47 1) TLB entry to overcome e500 v1/v2 debug restriction 93 1) TLB entry to overcome e500 v1/v2 debug restriction 139 7) CONFIG_SYS_FSL_ERRATUM_IFC_A003399: E500 v1,v2 debug restriction
|
/openbmc/qemu/monitor/ |
H A D | monitor-internal.h | 8 * in the Software without restriction, including without limitation the rights 46 * Restriction: only lists with empty desc are supported 47 * TODO lift the restriction
|
/openbmc/linux/Documentation/RCU/ |
H A D | UP.rst | 85 What locking restriction must RCU callbacks respect? 123 What locking restriction must RCU callbacks respect? 139 This restriction might seem gratuitous, since very few RCU
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/ |
H A D | frontend.json | 27 …"BriefDescription": "Counts the number of times a decode restriction reduced the decode throughput… 30 …"PublicDescription": "Counts the number of times a decode restriction reduced the decode throughpu…
|
/openbmc/linux/include/linux/ |
H A D | key-type.h | 144 /* Look up a keyring access restriction (optional) 146 * - NULL is a valid return value (meaning the requested restriction 148 * - should return -EINVAL if the restriction is unknown
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_ekanalyzer.c | 352 * Restriction : None 386 * Restriction: None 443 * Restriction: None 654 * Restriction: None 770 * Restriction: Ref: AMC.0 Specification: Table 3-13 and Table 3-14 866 * Restriction: Reference: AMC.0 Specification, Table 3-11 1009 * Restriction: None 1061 * Restriction: None 1214 * Restriction: None 1331 * Restriction: In order to perform physical check connectivity, it needs to [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/ |
H A D | mod_freesync.h | 6 * to deal in the Software without restriction, including without limitation 34 * to deal in the Software without restriction, including without limitation
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/ |
H A D | xorg-fonts-100dpi.bb | 5 # rdepends on font recipes with this restriction
|