Home
last modified time | relevance | path

Searched refs:grants (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DHPND-Intel3 Intel hereby grants you permission to copy, modify, and distribute this
4 software and its documentation. Intel grants this permission provided
7 documentation. In addition, Intel grants this permission provided that
H A DPolyForm-Noncommercial-1.0.013 The licensor grants you a copyright license for the
24 The licensor grants you an additional copyright license
42 The licensor grants you an additional copyright license to
48 The licensor grants you a patent license for the software that
H A DPolyForm-Small-Business-1.0.013 The licensor grants you a copyright license for the
24 The licensor grants you an additional copyright license
42 The licensor grants you an additional copyright license to
48 The licensor grants you a patent license for the software that
H A DBUSL-1.18 The Licensor hereby grants you the right to copy, modify, create derivative
15 License, whichever comes first, the Licensor hereby grants you rights under
48 MariaDB hereby grants you permission to use this License’s text to license
H A DCaldera1grants a fee free license that includes the rights use, modify and distribute this named source co…
H A DOSL-1.013 1) Grant of Copyright License. Licensor hereby grants You a
31 2) Grant of Patent License. Licensor hereby grants You a world-wide,
36 Licensor hereby grants You a world-wide, royalty-free, non-exclusive,
71 You. As an express condition for the grants of license hereunder, You
105 another written agreement between Licensor and You) grants You
H A DMS-PL11 …ng the license conditions and limitations in section 3, each contributor grants you a non-exclusiv…
12 …ng the license conditions and limitations in section 3, each contributor grants you a non-exclusiv…
H A DAMD-newlib4 specifically grants the user the right to modify, use and distribute this
H A DOSL-1.17 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive…
19grants You a world-wide, royalty-free, non-exclusive, perpetual, non-sublicenseable license, under…
25 …ntended for use over a computer network. As an express condition for the grants of license hereund…
33 …but this License (or another written agreement between Licensor and You) grants You permission to …
H A DMS-LPL9 …ng the license conditions and limitations in section 3, each contributor grants you a non-exclusiv…
11 …ng the license conditions and limitations in section 3, each contributor grants you a non-exclusiv…
H A DMS-RL14 …ng the license conditions and limitations in section 3, each contributor grants you a non-exclusiv…
15 …ng the license conditions and limitations in section 3, each contributor grants you a non-exclusiv…
H A Dcve-tou1 CVE Usage: MITRE hereby grants you a perpetual, worldwide, non-exclusive,
H A DFerguson-Twofish1 The author hereby grants a perpetual license to everybody to
H A DOSL-2.17 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive…
19 2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, p…
25 …ntended for use over a computer network. As an express condition for the grants of license hereund…
33 …but this License (or another written agreement between Licensor and You) grants You permission to …
H A DElastic-2.011 The licensor grants you a non-exclusive, royalty-free, worldwide,
32 The licensor grants you a license, under any patent claims the licensor can
H A DANTLR-PD-fallback7 In countries where the Public Domain status of the work may not be valid, the author grants a copyr…
H A DTGPPL-1.012 1. **Grant of Copyright License.** Licensor grants You a worldwide,
33 2. **Grant of Patent License.** Licensor grants You a worldwide,
56 grants any license to Licensor's trademarks, copyrights, patents, trade
71 intended for use over a network. As an express condition for the grants
H A DOSL-3.06 1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublic…
12 2) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicens…
14 …the Licensor. Except as expressly stated herein, nothing in this License grants any license to Lic…
15 …ication intended for use over a network. As an express condition for the grants of license hereund…
H A DUCL-1.07 1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublic…
20 2) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicens…
24 …the Licensor. Except as expressly stated herein, nothing in this License grants any license to Lic…
26 …ication intended for use over a network. As an express condition for the grants of license hereund…
H A DOSL-2.08 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive…
19 2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, p…
25 …ntended for use over a computer network. As an express condition for the grants of license hereund…
33 …but this License (or another written agreement between Licensor and You) grants You permission to …
/openbmc/linux/drivers/xen/
H A Dgntdev.c120 kvfree(map->grants); in gntdev_free_map()
139 add->grants = kvmalloc_array(count, sizeof(add->grants[0]), in gntdev_alloc_map()
148 if (NULL == add->grants || in gntdev_alloc_map()
198 add->grants[i].domid = DOMID_INVALID; in gntdev_alloc_map()
199 add->grants[i].ref = INVALID_GRANT_REF; in gntdev_alloc_map()
313 map->grants[pgnr].ref, in find_grant_ptes()
314 map->grants[pgnr].domid); in find_grant_ptes()
333 map->grants[i].ref, in gntdev_map_grant_pages()
334 map->grants[i].domid); in gntdev_map_grant_pages()
359 map->grants[i].ref, in gntdev_map_grant_pages()
[all …]
H A Dgntdev-common.h56 struct ioctl_gntdev_grant_ref *grants; member
/openbmc/linux/drivers/block/
H A Dxen-blkfront.c186 struct list_head grants; member
331 list_add(&gnt_list_entry->node, &rinfo->grants); in fill_grant_buffer()
339 &rinfo->grants, node) { in fill_grant_buffer()
354 BUG_ON(list_empty(&rinfo->grants)); in get_free_grant()
355 gnt_list_entry = list_first_entry(&rinfo->grants, struct grant, in get_free_grant()
1228 if (!list_empty(&rinfo->grants)) { in blkif_free_ring()
1230 &rinfo->grants, node) { in blkif_free_ring()
1471 list_add(&s->grants_used[i]->node, &rinfo->grants); in blkif_completion()
1480 list_add_tail(&s->grants_used[i]->node, &rinfo->grants); in blkif_completion()
1491 list_add(&s->indirect_grants[i]->node, &rinfo->grants); in blkif_completion()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-xen-blkback14 Maximum number of grants to map persistently in
44 Whether to enable the persistent grants feature or not. Note
H A Dsysfs-driver-xen-blkfront17 Whether to enable the persistent grants feature or not. Note

12345678910>>...16