Home
last modified time | relevance | path

Searched refs:restriction (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.c87 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()
614 tt->restriction = kcalloc(IWL_TI_STATE_MAX, in iwl_tt_initialize()
[all …]
H A Dtt.h96 struct iwl_tt_restriction *restriction; member
/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()
34 restriction->check = restrict_link_by_builtin_trusted; in ima_mok_init()
43 restriction, NULL); in ima_mok_init()
/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/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()
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/crypto/asymmetric_keys/
H A Dasymmetric_type.c475 const char *restriction) in asymmetric_lookup_restriction() argument
482 if (strcmp("builtin_trusted", restriction) == 0) in asymmetric_lookup_restriction()
486 if (strcmp("builtin_and_secondary_trusted", restriction) == 0) in asymmetric_lookup_restriction()
490 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL); in asymmetric_lookup_restriction()
/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/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 DGPL-2.0-with-GCC-exception8 combinations without any restriction coming from the use of this file. (The
H A DMIT-07 without restriction, including without limitation the rights to use, copy, modify,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-font/
H A Dxorg-fonts-100dpi.bb5 # rdepends on font recipes with this restriction
/OK3568_Linux_fs/external/chromium/licenses/
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 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.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.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 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/buildroot/package/p7zip/
H A Dp7zip.mk9 P7ZIP_LICENSE = LGPL-2.1+ with unRAR restriction
/OK3568_Linux_fs/kernel/security/yama/
H A DKconfig9 access controls. Currently available is ptrace scope restriction.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/images/
H A Dcore-image-testcontroller-initramfs.bb23 # Use the same restriction as initramfs-live-install-testfs
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/
H A Dinitramfs-module-install_1.0.bb7 # The same restriction as grub
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyatspi_2.38.2.bb15 # Same restriction as gtk+
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/
H A Dcore-image-minimal-initramfs.bb31 # Use the same restriction as initramfs-module-install
/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/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/kernel/security/keys/
H A Dkeyctl.c1729 char *restriction = NULL; in keyctl_restrict_keyring() local
1745 restriction = strndup_user(_restriction, PAGE_SIZE); in keyctl_restrict_keyring()
1746 if (IS_ERR(restriction)) { in keyctl_restrict_keyring()
1747 ret = PTR_ERR(restriction); in keyctl_restrict_keyring()
1755 ret = keyring_restrict(key_ref, _type ? type : NULL, restriction); in keyctl_restrict_keyring()
1756 kfree(restriction); in keyctl_restrict_keyring()

12345678910>>...40