/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (c) 2014 - 2018 ProfitBricks GmbH. All rights reserved. 6 * Copyright (c) 2018 - 2019 1&1 IONOS Cloud GmbH. All rights reserved. 7 * Copyright (c) 2019 - 2020 1&1 IONOS SE. All rights reserved. 17 #include "rtrs-clt.h" 18 #include "rtrs-log.h" 19 #include "rtrs-clt-trace.h" 49 .name = "rtrs-client", 58 list_for_each_entry_rcu(clt_path, &clt->paths_list, s.entry) in rtrs_clt_is_connected() 59 if (READ_ONCE(clt_path->state) == RTRS_CLT_CONNECTED) { in rtrs_clt_is_connected() [all …]
|
H A D | rtrs.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Copyright (c) 2014 - 2018 ProfitBricks GmbH. All rights reserved. 6 * Copyright (c) 2018 - 2019 1&1 IONOS Cloud GmbH. All rights reserved. 7 * Copyright (c) 2019 - 2020 1&1 IONOS SE. All rights reserved. 26 * enum rtrs_clt_link_ev - Events about connectivity state of a client 44 * rtrs_clt_ops - it holds the link event callback and private pointer. 72 * @ADMIN_CON - use connection reserved for "service" messages 73 * @IO_CON - use a connection reserved for IO 85 struct rtrs_permit *permit); 88 * rtrs_clt_req_ops - it holds the request confirmation callback [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | main.cf | 21 virtual_uid_maps = static:`grep vmail /etc/passwd | cut -d ":" -f 3` 22 virtual_gid_maps = static:`grep vmail /etc/passwd | cut -d ":" -f 4` 49 permit 59 permit 68 permit 75 permit
|
/openbmc/linux/drivers/block/rnbd/ |
H A D | rnbd-clt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (c) 2014 - 2018 ProfitBricks GmbH. All rights reserved. 6 * Copyright (c) 2018 - 2019 1&1 IONOS Cloud GmbH. All rights reserved. 7 * Copyright (c) 2019 - 2020 1&1 IONOS SE. All rights reserved. 19 #include "rnbd-clt.h" 38 return refcount_inc_not_zero(&sess->refcount); in rnbd_clt_get_sess() 47 if (refcount_dec_and_test(&sess->refcount)) in rnbd_clt_put_sess() 55 if (!refcount_dec_and_test(&dev->refcount)) in rnbd_clt_put_dev() 58 ida_free(&index_ida, dev->clt_device_id); in rnbd_clt_put_dev() 59 kfree(dev->hw_queues); in rnbd_clt_put_dev() [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Adobe-Glyph | 3 … distribute, sublicense, and/or sell copies of the documentation, and to permit others to do the s… 5 - No modification, editing or other alteration of this document is allowed; and 6 …- The above copyright notice and this permission notice shall be included in all copies of the doc… 8 …ublish, distribute, sublicense, and/or sell the derivative works, and to permit others to do the s… 10 … those concerning merchantability or fitness for a particular purpose or non-infringement of any t…
|
H A D | Xfig | 2 a full and unrestricted irrevocable, world-wide, paid up, royalty-free, 6 and to permit persons who receive copies from any such party to do so,
|
/openbmc/linux/Documentation/usb/ |
H A D | iuu_phoenix.rst | 10 bring a ttyUSB[0-x] interface. This driver must be 50 - clockmode will provide 3 different base settings commonly adopted by 57 - boost provide a way to overclock the reader ( my favorite :-) ) 67 - cdmode permit to setup the signal used to inform the userland ( ioctl answer ) 70 - xmas is completely useless except for your eyes. This is one of my friend who was 72 So I have added this option to permit him to see a lot of color ( each activity change the color 75 - debug will produce a lot of debugging messages...
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | hw_gpio.h | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 8 * and/or sell copies of the Software, and to permit persons to whom the 75 * These members permit the use of common code
|
/openbmc/linux/include/crypto/internal/ |
H A D | des.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 16 * crypto_des_verify_key - Check whether a DES key is weak 20 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak 32 if (err == -ENOKEY) { in crypto_des_verify_key() 34 err = -EINVAL; in crypto_des_verify_key() 45 * For DES-EDE3, there is no known need to reject weak or 49 * However, if the first two or last two independent 64-bit keys are 58 int ret = fips_enabled ? -EINVAL : -ENOKEY; in des3_ede_verify_key() 79 * crypto_des3_ede_verify_key - Check whether a DES3-EDE key is weak 83 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak [all …]
|
/openbmc/linux/fs/smb/server/ |
H A D | smb_common.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 21 static const char *basechars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_-!@#$%"; 22 #define MANGLE_BASE (strlen(basechars) - 1) 83 return (2U << 30) - 1; in ksmbd_server_side_copy_max_chunk_size() 88 return (2U << 30) - 1; in ksmbd_server_side_copy_max_total_size() 103 int offt = ARRAY_SIZE(smb1_protos) - 1; in ksmbd_lookup_protocol_idx() 112 offt--; in ksmbd_lookup_protocol_idx() 115 offt = ARRAY_SIZE(smb2_protos) - 1; in ksmbd_lookup_protocol_idx() 122 offt--; in ksmbd_lookup_protocol_idx() 124 return -1; in ksmbd_lookup_protocol_idx() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | evm | 8 HMAC-sha1 value across the extended attributes, storing the 12 an HMAC-sha1 generated locally with a 26 2 Permit modification of EVM-protected metadata at 49 will enable digital signature validation, permit 50 modification of EVM-protected metadata and 92 Documentation/security/keys/trusted-encrypted.rst. Both 94 core/ima-setup) have support for loading keys at boot
|
/openbmc/linux/crypto/ |
H A D | dh_helper.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 17 if (!dst || size > end - dst) in dh_pack_data() 31 return p->key_size + p->p_size + p->g_size; in dh_data_size() 50 return -EINVAL; in crypto_dh_encode_key() 53 ptr = dh_pack_data(ptr, end, ¶ms->key_size, in crypto_dh_encode_key() 54 sizeof(params->key_size)); in crypto_dh_encode_key() 55 ptr = dh_pack_data(ptr, end, ¶ms->p_size, sizeof(params->p_size)); in crypto_dh_encode_key() 56 ptr = dh_pack_data(ptr, end, ¶ms->g_size, sizeof(params->g_size)); in crypto_dh_encode_key() 57 ptr = dh_pack_data(ptr, end, params->key, params->key_size); in crypto_dh_encode_key() 58 ptr = dh_pack_data(ptr, end, params->p, params->p_size); in crypto_dh_encode_key() [all …]
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | nommu-mmap.rst | 2 No-MMU memory mapping support 5 The kernel has limited support for memory mapping under no-MMU conditions, such 16 The behaviour is similar between the MMU and no-MMU cases, but not identical; 21 In the MMU case: VM regions backed by arbitrary pages; copy-on-write 24 In the no-MMU case: VM regions backed by arbitrary contiguous runs of 31 the no-MMU case doesn't support these, behaviour is identical to 39 In the no-MMU case: 41 - If one exists, the kernel will re-use an existing mapping to the 45 - If possible, the file mapping will be directly on the backing device 48 and mtd might all permit this. [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | afs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 - Overview. 10 - Usage. 11 - Mountpoints. 12 - Dynamic root. 13 - Proc filesystem. 14 - The cell database. 15 - Security. 16 - The @sys substitution. 45 CONFIG_AF_RXRPC - The RxRPC protocol transport [all …]
|
/openbmc/linux/drivers/clk/ |
H A D | clkdev.c | 1 // SPDX-License-Identifier: GPL-2.0-only 19 #include <linux/clk-provider.h> 33 * Then we take the most specific entry - with the following 50 if (p->dev_id) { in clk_find() 51 if (!dev_id || strcmp(p->dev_id, dev_id)) in clk_find() 55 if (p->con_id) { in clk_find() 56 if (!con_id || strcmp(p->con_id, con_id)) in clk_find() 75 struct clk_hw *hw = ERR_PTR(-ENOENT); in clk_find_hw() 80 hw = cl->clk_hw; in clk_find_hw() 105 if (dev && dev->of_node) { in clk_get() [all …]
|
/openbmc/linux/sound/soc/sof/xtensa/ |
H A D | core.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 14 #include "../sof-priv.h" 23 * From 4.4.1.5 table 4-64 Exception Causes of Xtensa 34 "Level-1 interrupt as indicated by set level-1 bits in the INTERRUPT register"}, 56 …"An instruction fetch referenced a page mapped with an attribute that does not permit instruction … 64 "A load referenced a page mapped with an attribute that does not permit loads"}, 89 dev_printk(level, sdev->dev, "error: DSP Firmware Oops\n"); in xtensa_dsp_oops() 91 if (xtensa_exception_causes[i].id == xoops->exccause) { in xtensa_dsp_oops() 92 dev_printk(level, sdev->dev, in xtensa_dsp_oops() 98 dev_printk(level, sdev->dev, in xtensa_dsp_oops() [all …]
|
/openbmc/u-boot/drivers/thermal/ |
H A D | Kconfig | 4 Enable support for temperature-sensing devices. Some SoCs have on-chip 5 temperature sensors to permit warnings, speed throttling or even 6 automatic power-off when the temperature gets too high or low. Other
|
/openbmc/u-boot/doc/ |
H A D | README.plan9 | 12 uninitialized to permit manual configuration. For example, PC-style
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | README | 1 The layerindexlib module is designed to permit programs to work directly 9 layerindex-web project, as well as the ability to store and retried a 19 Implement local on-disk caching (using the rest api store/load) 26 Cooker - Implement recipe parsing
|
/openbmc/phosphor-networkd/ |
H A D | meson.options | 4 'uboot-env', 6 description: 'Update u-boot env for MAC changes', 9 'default-link-local-autoconf', 14 'default-ipv6-accept-ra', 19 'sync-mac', 21 description: 'Sync mac address with phosphor-inventory-manager', 24 'hyp-nw-config', 26 description: 'ibm-oem: Enable the hypervisor network manager', 29 'persist-mac', 31 description: 'Permit the MAC address to be written to the systemd.network config', [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_irq.c | 11 * and/or sell copies of the Software, and to permit persons to whom the 38 * and/or sell copies of the Software, and to permit persons to whom the 75 return -EINVAL; in drm_legacy_irq_install() 77 if (dev->irq_enabled) in drm_legacy_irq_install() 78 return -EBUSY; in drm_legacy_irq_install() 79 dev->irq_enabled = true; in drm_legacy_irq_install() 84 if (dev->driver->irq_preinstall) in drm_legacy_irq_install() 85 dev->driver->irq_preinstall(dev); in drm_legacy_irq_install() 88 if (dev_is_pci(dev->dev)) in drm_legacy_irq_install() 91 ret = request_irq(irq, dev->driver->irq_handler, in drm_legacy_irq_install() [all …]
|
/openbmc/linux/include/linux/ |
H A D | xarray.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 9 * See Documentation/core-api/xarray.rst for how to use the XArray. 36 * 0-62: Sibling entries 41 * space (-4094 to -2). They're never stored in the slots array; only 45 #define BITS_PER_XA_VALUE (BITS_PER_LONG - 1) 48 * xa_mk_value() - Create an XArray entry from an integer. 61 * xa_to_value() - Get value stored in an XArray entry. 73 * xa_is_value() - Determine if an entry is a value. 85 * xa_tag_pointer() - Create an XArray entry for a tagged pointer. 103 * xa_untag_pointer() - Turn an XArray entry into a plain pointer. [all …]
|
/openbmc/u-boot/lib/lzma/ |
H A D | README.txt | 4 URL: http://www.7-zip.org/sdk.html 24 The directory U-BOOT/include/lzma contains stubs files that permit to use the 25 library directly from U-BOOT code without touching the original LZMA SDK's 28 Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
|
/openbmc/openbmc/poky/ |
H A D | LICENSE.MIT | 5 copies of the Software, and to permit persons to whom the Software is 22 SPDX-License-Identifier: MIT
|
/openbmc/linux/drivers/gpu/drm/amd/amdxcp/ |
H A D | Makefile | 8 # and/or sell copies of the Software, and to permit persons to whom the 23 amdxcp-y := amdgpu_xcp_drv.o 25 obj-$(CONFIG_DRM_AMDGPU) += amdxcp.o
|