| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/ |
| H A D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 69 -@click.argument('name', 'Name of property (case sensitive)') 72 """Method: Get Property (case sensitive)""" 78 -@click.argument('name', 'Name of property (case sensitive)') 83 """Method: Set Property (case sensitive)""" 89 -@click.argument('name', 'Name of property (case sensitive)') 93 """Method: Get Property (case sensitive)""" 98 -@click.argument('name', 'Name of property (case sensitive)') 104 """Method: Set Property (case sensitive)""" 109 -@click.argument('name', 'Name of property (case sensitive)') 113 """Method: Get Property (case sensitive)""" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | util.c | 73 sox_bool sensitive = !!(flags & lsx_find_enum_item_case_sensitive); in lsx_find_enum_text() local 76 if ((!sensitive && !strcasecmp(text, enum_items->text)) || in lsx_find_enum_text() 77 ( sensitive && ! strcmp(text, enum_items->text))) in lsx_find_enum_text() 79 if ((!sensitive && !strncasecmp(text, enum_items->text, strlen(text))) || in lsx_find_enum_text() 80 ( sensitive && ! strncmp(text, enum_items->text, strlen(text)))) { in lsx_find_enum_text()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-27774-3.patch | 27 - * allow_auth_to_host() tells if autentication, cookies or other "sensitive 30 + * "sensitive data" can (still) be sent to this host. 48 /* be careful of sending this potentially sensitive header to 65 + * "sensitive data" can (still) be sent to this host.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | snps,archs-idu-intc.txt | 21 4 = active high level-sensitive <<< DEFAULT 22 8 = NOT SUPPORTED (active low level-sensitive) 24 sensitive.
|
| H A D | img,pdc-intc.txt | 44 4 = active-high level-sensitive (required for perip irqs) 45 8 = active-low level-sensitive 102 // Interrupt source SysWake 0 that is active-low level-sensitive
|
| H A D | atmel,aic.txt | 16 4 = active high level-sensitive. 17 8 = active low level-sensitive.
|
| H A D | open-pic.txt | 46 1 = active low level-sensitive 47 2 = active high level-sensitive 84 // Interrupt source '42' that is active high level-sensitive.
|
| H A D | nxp,lpc3220-mic.txt | 12 IRQ_TYPE_LEVEL_HIGH = active high level-sensitive, 13 IRQ_TYPE_LEVEL_LOW = active low level-sensitive.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 553 sensitive = SensitiveCreate(user_auth=auth_value) 571 (len(auth_cmd), len(sensitive), len(public)) 580 len(sensitive), 581 bytes(sensitive), 599 sensitive = SensitiveCreate(user_auth=auth_value, data=data) 609 (len(auth_cmd), len(sensitive), len(public)) 618 len(sensitive), 619 bytes(sensitive),
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-nmk.txt | 13 4 = active high level-sensitive. 14 8 = active low level-sensitive.
|
| H A D | nvidia,tegra20-gpio.txt | 19 4 = active high level-sensitive. 20 8 = active low level-sensitive.
|
| H A D | gpio-zynq.txt | 21 4 = active high level-sensitive. 22 8 = active low level-sensitive.
|
| H A D | sodaville.txt | 16 4 - active high level-sensitive 17 8 - active low level-sensitive
|
| H A D | gpio-omap.txt | 21 4 = active high level-sensitive. 22 8 = active low level-sensitive.
|
| H A D | gpio-xlp.txt | 30 4 = active high level-sensitive. 31 8 = active low level-sensitive.
|
| H A D | brcm,brcmstb-gpio.txt | 46 4 = active high level-sensitive 47 8 = active low level-sensitive
|
| H A D | gpio-mvebu.txt | 39 4 = active high level-sensitive. 40 8 = active low level-sensitive.
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpio/ |
| H A D | nvidia,tegra20-gpio.txt | 19 4 = active high level-sensitive. 20 8 = active low level-sensitive.
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/ |
| H A D | xics.rst | 77 * Level sensitive flag, 1 bit 79 This bit is 1 for a level-sensitive interrupt source, or 0 for 80 edge-sensitive (or MSI).
|
| /OK3568_Linux_fs/kernel/Documentation/security/ |
| H A D | self-protection.rst | 70 Function pointers and sensitive variables must not be writable 168 the kernel's preallocated stack space and into sensitive structures. Two 170 sensitive thread_info structure elsewhere, and adding a faulting memory 259 By performing a per-build randomization of the layout of sensitive 268 Since the locations of sensitive structures are the primary target for 271 addresses or other sensitive things like canary values). 276 Printing kernel addresses to userspace leaks sensitive information about 317 it should automatically censor sensitive values.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gawk/ |
| H A D | gawk_5.1.1.bb | 19 file://remove-sensitive-tests.patch \ 54 # These tests require an unloaded host as otherwise timing sensitive tests can fail
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-image-source.rst | 58 The unit cell consists of the whole area of the pixel, sensitive and 59 non-sensitive.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | qcom-pm8xxx.txt | 44 4 = active high level-sensitive 45 8 = active low level-sensitive
|
| /OK3568_Linux_fs/buildroot/package/enscript/ |
| H A D | Config.in | 10 (language-sensitive code highlighting) in several programming
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gawk/gawk/ |
| H A D | remove-sensitive-tests.patch | 1 These tests require an unloaded host as otherwise timing sensitive tests can fail
|