| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/ |
| H A D | shadow-update-pam-conf.patch | 11 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/chage shadow-4.1.4.3/etc/pam.d/chage 12 --- shadow-4.1.4.3/etc/pam.d.orig/chage 2011-07-20 19:02:27.384844958 +0800 13 +++ shadow-4.1.4.3/etc/pam.d/chage 2011-07-20 19:03:08.964844958 +0800 20 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/chgpasswd shadow-4.1.4.3/etc/pam.d/chgpasswd 21 --- shadow-4.1.4.3/etc/pam.d.orig/chgpasswd 2011-07-20 19:02:27.384844958 +0800 22 +++ shadow-4.1.4.3/etc/pam.d/chgpasswd 2011-07-20 19:03:26.544844958 +0800 29 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/groupadd shadow-4.1.4.3/etc/pam.d/groupadd 30 --- shadow-4.1.4.3/etc/pam.d.orig/groupadd 2011-07-20 19:02:27.384844958 +0800 31 +++ shadow-4.1.4.3/etc/pam.d/groupadd 2011-07-20 19:04:08.124844958 +0800 38 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/groupdel shadow-4.1.4.3/etc/pam.d/groupdel [all …]
|
| H A D | shadow-4.1.3-dots-in-usernames.patch | 6 # shadow-4.1.4.2: Add patches to support dots in login id. 16 Index: shadow-4.1.4.2/libmisc/chkname.c 18 --- shadow-4.1.4.2.orig/libmisc/chkname.c 2009-04-28 12:14:04.000000000 -0700 19 +++ shadow-4.1.4.2/libmisc/chkname.c 2010-06-03 17:43:20.638973857 -0700
|
| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | shadow.c | 70 static inline bool klp_shadow_match(struct klp_shadow *shadow, void *obj, in klp_shadow_match() argument 73 return shadow->obj == obj && shadow->id == id; in klp_shadow_match() 85 struct klp_shadow *shadow; in klp_shadow_get() local 89 hash_for_each_possible_rcu(klp_shadow_hash, shadow, node, in klp_shadow_get() 92 if (klp_shadow_match(shadow, obj, id)) { in klp_shadow_get() 94 return shadow->data; in klp_shadow_get() 234 static void klp_shadow_free_struct(struct klp_shadow *shadow, in klp_shadow_free_struct() argument 237 hash_del_rcu(&shadow->node); in klp_shadow_free_struct() 239 dtor(shadow->obj, shadow->data); in klp_shadow_free_struct() 240 kfree_rcu(shadow, rcu_head); in klp_shadow_free_struct() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | xen-scsifront.c | 118 struct vscsifrnt_shadow *shadow[VSCSIIF_MAX_REQS]; member 160 info->shadow[id] = NULL; in _scsifront_put_rqid() 179 struct vscsifrnt_shadow *shadow) in scsifront_do_request() argument 183 struct scsi_cmnd *sc = shadow->sc; in scsifront_do_request() 194 info->shadow[id] = shadow; in scsifront_do_request() 195 shadow->rqid = id; in scsifront_do_request() 201 ring_req->act = shadow->act; in scsifront_do_request() 202 ring_req->ref_rqid = shadow->ref_rqid; in scsifront_do_request() 203 ring_req->nr_segments = shadow->nr_segments; in scsifront_do_request() 217 for (i = 0; i < (shadow->nr_segments & ~VSCSIIF_SG_GRANT); i++) in scsifront_do_request() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | shadow-vars.rst | 6 additional "shadow" data with existing data structures. Shadow data is 8 unmodified. The shadow variable API described in this document is used 9 to allocate/add and remove/free shadow variables to/from their parents. 13 shadow data. The numeric identifier is a simple enumeration that may be 14 used to describe shadow variable version, class or type, etc. More 16 numeric id subsequently filters hashtable queries. Multiple shadow 24 (See the full API usage docbook notes in livepatch/shadow.c.) 26 A hashtable references all shadow variables. These references are 30 meta-data and shadow-data: 37 - data[] - storage for shadow data [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_sys.h | 152 void *shadow = s->cena + offset; in qbman_cena_write_start() local 156 s->addr_cena, offset, shadow); in qbman_cena_write_start() 159 dcbz(shadow); in qbman_cena_write_start() 160 return shadow; in qbman_cena_write_start() 166 const uint32_t *shadow = cmd; in qbman_cena_write_complete() local 171 s->addr_cena, offset, shadow); in qbman_cena_write_complete() 176 __raw_writel(shadow[loop], s->addr_cinh + in qbman_cena_write_complete() 179 __raw_writel(shadow[loop], s->addr_cena + in qbman_cena_write_complete() 186 uint32_t *shadow = s->cena + offset; in qbman_cena_read() local 191 s->addr_cena, offset, shadow); in qbman_cena_read() [all …]
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | mdt.c | 472 struct nilfs_shadow_map *shadow = mdi->mi_shadow; in nilfs_mdt_clear() local 477 if (shadow) { in nilfs_mdt_clear() 478 struct inode *s_inode = shadow->inode; in nilfs_mdt_clear() 480 shadow->inode = NULL; in nilfs_mdt_clear() 514 struct nilfs_shadow_map *shadow) in nilfs_mdt_setup_shadow_map() argument 519 INIT_LIST_HEAD(&shadow->frozen_buffers); in nilfs_mdt_setup_shadow_map() 525 shadow->inode = s_inode; in nilfs_mdt_setup_shadow_map() 526 mi->mi_shadow = shadow; in nilfs_mdt_setup_shadow_map() 538 struct nilfs_shadow_map *shadow = mi->mi_shadow; in nilfs_mdt_save_to_shadow_map() local 539 struct inode *s_inode = shadow->inode; in nilfs_mdt_save_to_shadow_map() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-janz-ttl.c | 60 u8 *shadow; in ttl_get_value() local 64 shadow = &mod->porta_shadow; in ttl_get_value() 66 shadow = &mod->portb_shadow; in ttl_get_value() 69 shadow = &mod->portc_shadow; in ttl_get_value() 74 ret = *shadow & BIT(offset); in ttl_get_value() 83 u8 *shadow; in ttl_set_value() local 87 shadow = &mod->porta_shadow; in ttl_set_value() 90 shadow = &mod->portb_shadow; in ttl_set_value() 94 shadow = &mod->portc_shadow; in ttl_set_value() 100 *shadow |= BIT(offset); in ttl_set_value() [all …]
|
| H A D | gpio-mm-lantiq.c | 31 u16 shadow; /* shadow the latches state */ member 47 __raw_writew(chip->shadow, chip->mmchip.regs); in ltq_mm_apply() 65 chip->shadow |= (1 << offset); in ltq_mm_set() 67 chip->shadow &= ~(1 << offset); in ltq_mm_set() 104 u32 shadow; in ltq_mm_probe() local 118 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,shadow", &shadow)) in ltq_mm_probe() 119 chip->shadow = shadow; in ltq_mm_probe()
|
| H A D | gpio-stp-xway.c | 83 u32 shadow; /* shadow the shift registers state */ member 120 chip->shadow |= BIT(gpio); in xway_stp_set() 122 chip->shadow &= ~BIT(gpio); in xway_stp_set() 123 xway_stp_w32(chip->virt, chip->shadow, XWAY_STP_CPU0); in xway_stp_set() 234 u32 shadow, groups, dsl, phy; in xway_stp_probe() local 257 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,shadow", &shadow)) in xway_stp_probe() 258 chip->shadow = shadow; in xway_stp_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | scx200_gpio.h | 13 #define __SCx200_GPIO_SHADOW unsigned long *shadow = scx200_gpio_shadow+bank 16 #define __SCx200_GPIO_OUT __asm__ __volatile__("outsl":"=mS" (shadow):"d" (ioaddr), "0" (shadow)) 46 set_bit(index, shadow); /* __set_bit()? */ in scx200_gpio_set_high() 57 clear_bit(index, shadow); /* __clear_bit()? */ in scx200_gpio_set_low() 69 set_bit(index, shadow); in scx200_gpio_set() 71 clear_bit(index, shadow); in scx200_gpio_set() 81 change_bit(index, shadow); in scx200_gpio_change()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/ |
| H A D | shadow-sysroot_4.6.bb | 2 HOMEPAGE = "http://github.com/shadow-maint/shadow" 3 BUGTRACKER = "http://github.com/shadow-maint/shadow/issues" 13 # file for the target sysroot - needed so the shadow-native utilities 27 # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot 28 # and this has another copy of /etc/login.defs already provided by shadow
|
| H A D | shadow.inc | 2 HOMEPAGE = "http://github.com/shadow-maint/shadow" 4 BUGTRACKER = "http://github.com/shadow-maint/shadow/issues" 13 UPSTREAM_CHECK_URI = "https://github.com/shadow-maint/shadow/releases" 14 SRC_URI = "https://github.com/shadow-maint/shadow/releases/download/v${PV}/${BP}.tar.gz \ 15 file://shadow-4.1.3-dots-in-usernames.patch \ 17 file://shadow-relaxed-usernames.patch \ 23 file://shadow-update-pam-conf.patch \ 87 RDEPENDS:${PN} = "shadow-securetty \ 125 # Ensure that the image has as a /var/spool/mail dir so shadow can 126 # put mailboxes there if the user reconfigures shadow to its [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | xen-blkfront.c | 189 struct blk_shadow shadow[]; member 291 rinfo->shadow_free = rinfo->shadow[free].req.u.rw.id; in get_id_from_freelist() 292 rinfo->shadow[free].req.u.rw.id = 0x0fffffee; /* debug */ in get_id_from_freelist() 299 if (rinfo->shadow[id].req.u.rw.id != id) in add_id_to_freelist() 301 if (rinfo->shadow[id].request == NULL) in add_id_to_freelist() 303 rinfo->shadow[id].req.u.rw.id = rinfo->shadow_free; in add_id_to_freelist() 304 rinfo->shadow[id].request = NULL; in add_id_to_freelist() 555 rinfo->shadow[id].request = req; in blkif_ring_get_request() 556 rinfo->shadow[id].status = REQ_PROCESSING; in blkif_ring_get_request() 557 rinfo->shadow[id].associated_id = NO_ASSOCIATED_ID; in blkif_ring_get_request() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cfi.c | 49 shadow_t shadow[1]; member 64 #define SHADOW_ARR_SIZE (SHADOW_SIZE - offsetof(struct cfi_shadow, shadow)) 104 if (unlikely(s->shadow[index] == SHADOW_INVALID)) in shadow_to_check_fn() 108 return (s->base + s->shadow[index]) << PAGE_SHIFT; in shadow_to_check_fn() 117 memset(next->shadow, 0xFF, SHADOW_ARR_SIZE); in prepare_next_shadow() 124 memcpy(next->shadow, prev->shadow, SHADOW_ARR_SIZE); in prepare_next_shadow() 130 if (prev->shadow[i] == SHADOW_INVALID) in prepare_next_shadow() 138 shadow_to_check_fn(prev, prev->shadow[i])); in prepare_next_shadow() 142 next->shadow[index] = (shadow_t)check; in prepare_next_shadow() 168 WARN_ON_ONCE(s->shadow[index] != SHADOW_INVALID); in add_module_to_shadow() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kshadow.c | 42 if (screen->fb.shadow) in KdShadowFbAlloc() 44 screen->fb.shadow = TRUE; in KdShadowFbAlloc() 54 if (screen->fb.shadow) { in KdShadowFbFree() 57 screen->fb.shadow = FALSE; in KdShadowFbFree() 69 if (screen->fb.shadow) { in KdShadowSet()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/var/db/ |
| H A D | Makefile | 22 /etc/rpc /etc/services /etc/shadow /etc/gshadow \ 112 $(VAR_DB)/shadow.db: /etc/shadow 120 @if chgrp shadow $@ 2>/dev/null; then \ 140 @if chgrp shadow $@ 2>/dev/null; then \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/var/db/ |
| H A D | Makefile | 22 /etc/rpc /etc/services /etc/shadow /etc/gshadow \ 112 $(VAR_DB)/shadow.db: /etc/shadow 120 @if chgrp shadow $@ 2>/dev/null; then \ 140 @if chgrp shadow $@ 2>/dev/null; then \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | makedbs.sh | 115 if [ -e /etc/shadow ]; then 116 target=$VAR_DB/shadow.db 121 /^[^#]/ { printf ".%s ", $$1; print }' /etc/shadow | \ 124 if chgrp shadow $target 2>/dev/null; then 147 if chgrp shadow $target 2>/dev/null; then
|
| /OK3568_Linux_fs/kernel/drivers/ps3/ |
| H A D | ps3-lpm.c | 128 struct ps3_lpm_shadow_regs shadow; member 394 return lpm_priv->shadow.pm_control; in ps3_read_pm() 398 return lpm_priv->shadow.pm_start_stop; in ps3_read_pm() 409 return lpm_priv->shadow.group_control; in ps3_read_pm() 411 return lpm_priv->shadow.debug_bus_control; in ps3_read_pm() 446 if (val != lpm_priv->shadow.group_control) in ps3_write_pm() 451 lpm_priv->shadow.group_control = val; in ps3_write_pm() 454 if (val != lpm_priv->shadow.debug_bus_control) in ps3_write_pm() 459 lpm_priv->shadow.debug_bus_control = val; in ps3_write_pm() 465 if (val != lpm_priv->shadow.pm_control) in ps3_write_pm() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.fuse | 20 volatile shadow cache. 29 Read fuse words from the shadow cache. 33 Sense - i.e. read directly from the fusebox, skipping the shadow cache - 34 fuse words. This operation does not update the shadow cache. 42 irreversible. The shadow cache is updated accordingly or not, depending on 53 Override fuse words in the shadow cache. 55 The fusebox is unaffected, so following this operation, the shadow cache 57 used to get the values from the shadow cache or from the fusebox.
|
| /OK3568_Linux_fs/buildroot/package/shadow/ |
| H A D | Config.in | 2 bool "shadow" 7 https://github.com/shadow-maint/shadow 15 Enable shadow group support. 80 comment "shadow needs a toolchain w/ headers >= 4.14"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vm_sdma.c | 44 if (table->shadow) in amdgpu_vm_sdma_map_table() 45 r = amdgpu_ttm_alloc_gart(&table->shadow->tbo); in amdgpu_vm_sdma_map_table() 241 if (bo->shadow) in amdgpu_vm_sdma_update() 242 amdgpu_vm_sdma_set_ptes(p, bo->shadow, pe, addr, in amdgpu_vm_sdma_update() 251 (bo->shadow ? 2 : 1); in amdgpu_vm_sdma_update() 266 if (bo->shadow) in amdgpu_vm_sdma_update() 267 amdgpu_vm_sdma_copy_ptes(p, bo->shadow, pe, nptes); in amdgpu_vm_sdma_update()
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kasan.rst | 140 granule is encoded in one shadow byte. Those 8 bytes can be accessible, 142 encoding for each shadow byte: 0 means that all 8 bytes of the corresponding 149 In the report above the arrows point to the shadow byte 03, which means that 205 similar to that of kmemcheck: use shadow memory to record whether each byte of 207 of shadow memory on each memory access. 209 Generic KASAN dedicates 1/8th of kernel memory to its shadow memory (e.g. 16TB 211 translate a memory address to its corresponding shadow address. 213 Here is the function which translates an address to its corresponding shadow 227 access is valid or not by checking corresponding shadow memory. 230 function calls GCC directly inserts the code to check the shadow memory. [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/vlock/ |
| H A D | vlock_2.2.3.bb | 24 # authentification method: either pam or shadow 25 PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', 'shadow', d)}" 27 PACKAGECONFIG[shadow] = "--enable-shadow,,shadow,"
|