Home
last modified time | relevance | path

Searched full:restriction (Results 1 – 25 of 4498) sorted by relevance

12345678910>>...180

/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_mok.c26 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.c60 /* Advance Thermal Throttling default restriction table */
87 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local
91 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
92 return restriction->is_ht; in iwl_ht_enabled()
123 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local
127 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
128 return restriction->tx_stream; in iwl_tx_ant_restriction()
134 struct iwl_tt_restriction *restriction; in iwl_rx_ant_restriction() local
138 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction()
139 return restriction->rx_stream; in iwl_rx_ant_restriction()
[all …]
H A Dtt.h39 * struct iwl_tt_restriction - Thermal Throttling restriction table
80 * @iwl_tt_restriction: ptr to restriction tbl, used by advance
96 struct iwl_tt_restriction *restriction; member
/OK3568_Linux_fs/kernel/security/integrity/
H A Ddigsig.c98 struct key_restriction *restriction) in __integrity_init_keyring() argument
105 KEY_ALLOC_NOT_IN_QUOTA, restriction, NULL); in __integrity_init_keyring()
121 struct key_restriction *restriction; in integrity_init_keyring() local
128 restriction = NULL; in integrity_init_keyring()
135 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in integrity_init_keyring()
136 if (!restriction) in integrity_init_keyring()
139 restriction->check = restrict_link_to_ima; in integrity_init_keyring()
143 return __integrity_init_keyring(id, perm, restriction); in integrity_init_keyring()
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.677 "Software"), to deal in the Software without restriction, including
32 restriction, including without limitation the rights to use,
57 "Software"), to deal in the Software without restriction, including
82 restriction, including without limitation the rights to use,
106 "Software"), to deal in the Software without restriction, including
131 restriction, including without limitation the rights to use,
156 restriction, including without limitation the rights to use,
182 in the Software without restriction, including without limitation the rights
206 in the Software without restriction, including without limitation the rights
230 in the Software without restriction, including without limitation the rights
[all …]
H A DLICENSE.755 "Materials"), to deal in the Materials without restriction, including
29 the Software without restriction, including without limitation the rights to
H A DLICENSE.9511 to deal in the Software without restriction, including without limitation
35 … documentation files (the "Software"), to deal in the Software without restriction, including with…
H A DLICENSE.937 in the Software without restriction, including without limitation the rights
42 "Software"), to deal in the Software without restriction, including
H A DCopyright.17 in the Software without restriction, including without limitation the rights
35 in the Software without restriction, including without limitation the rights
/OK3568_Linux_fs/kernel/certs/
H A Dsystem_keyring.c80 struct key_restriction *restriction; in get_builtin_and_secondary_restriction() local
82 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction()
84 if (!restriction) in get_builtin_and_secondary_restriction()
85 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction()
87 restriction->check = restrict_link_by_builtin_and_secondary_trusted; in get_builtin_and_secondary_restriction()
89 return restriction; in get_builtin_and_secondary_restriction()
/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyring.c545 * @restriction_key: Keys providing additional data for evaluating restriction.
988 * Semaphore to serialise restriction setup to prevent reference count
989 * cycles through restriction key pointers.
994 * Check for restriction cycles that would prevent keyring garbage collection.
1012 * keyring_restrict - Look up and apply a restriction to a keyring
1014 * @type: The key type that will provide the restriction checker.
1015 * @restriction: The restriction options to apply to the keyring
1017 * Look up a keyring and apply a restriction to it. The restriction is managed
1019 * the restriction string.
1022 const char *restriction) in keyring_restrict() argument
[all …]
/OK3568_Linux_fs/external/xserver/debian/
H A Dcopyright29 to deal in the Software without restriction, including without limitation
59 the Software without restriction, including without limitation the rights to
129 in the Software without restriction, including without limitation the rights
153 "Software"), to deal in the Software without restriction, including
273 in the Software without restriction, including without limitation the rights
299 to deal in the Software without restriction, including without limitation
322 "Software"), to deal in the Software without restriction, including
372 "Software"), to deal in the Software without restriction, including
438 to deal in the Software without restriction, including without limitation
462 "Software"), to deal in the Software without restriction, including
[all …]
/OK3568_Linux_fs/external/xserver/
H A DCOPYING29 to deal in the Software without restriction, including without limitation
59 the Software without restriction, including without limitation the rights to
129 in the Software without restriction, including without limitation the rights
153 "Software"), to deal in the Software without restriction, including
273 in the Software without restriction, including without limitation the rights
299 to deal in the Software without restriction, including without limitation
322 "Software"), to deal in the Software without restriction, including
372 "Software"), to deal in the Software without restriction, including
438 to deal in the Software without restriction, including without limitation
462 "Software"), to deal in the Software without restriction, including
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DGPL-2.0-with-lmbench-restriction44 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
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mpc85xx47 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
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DUP.rst84 What locking restriction must RCU callbacks respect?
114 What locking restriction must RCU callbacks respect?
130 This restriction might seem gratuitous, since very few RCU
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCDLA-Permissive-2.09 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 DArtistic-2.071 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 DVim18 …ithout fee or restriction, and permits the Vim maintainer to include the changes in the official v…
H A DOCLC-2.022 Except as necessary to recognize third-party rights or third-party restriction (see below), a distr…
24 …ncludes complete details of any third-party right or other third-party restriction associated with…
71 If you learn of a third party claim or other restriction relating to a Program you have already dis…
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/silvermont/
H A Dfrontend.json39 …"PublicDescription": "Counts the number of times a decode restriction reduced the decode throughpu…
45 …"BriefDescription": "Counts the number of times a decode restriction reduced the decode throughput…
/OK3568_Linux_fs/kernel/include/linux/
H A Dkey-type.h143 /* Look up a keyring access restriction (optional)
145 * - NULL is a valid return value (meaning the requested restriction
147 * - should return -EINVAL if the restriction is unknown
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dxf86Optrec.h7 * to deal in the Software without restriction, including without limitation
33 * to deal in the Software without restriction, including without limitation
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_freesync.h6 * to deal in the Software without restriction, including without limitation
34 * to deal in the Software without restriction, including without limitation
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dpower.h315 * @pwr_restriction: TX power restriction in dBms.
342 * @pwr_restriction: TX power restriction in 1/8 dBms.
343 * @dev_24: device TX power restriction in 1/8 dBms
344 * @dev_52_low: device TX power restriction upper band - low
345 * @dev_52_high: device TX power restriction upper band - high

12345678910>>...180