| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | xattr.c | 161 enum fscache_checkaux validity; in cachefiles_check_auxdata() local 182 validity = fscache_check_aux(&object->fscache, &auxbuf->data, xlen, in cachefiles_check_auxdata() 184 if (validity != FSCACHE_CHECKAUX_OKAY) in cachefiles_check_auxdata()
|
| /OK3568_Linux_fs/kernel/drivers/usb/class/ |
| H A D | cdc-wdm.c | 81 struct urb *validity; member 328 usb_poison_urb(desc->validity); in poison_urbs() 339 usb_unpoison_urb(desc->validity); in unpoison_urbs() 345 usb_free_urb(desc->validity); in free_urbs() 722 rv = usb_submit_urb(desc->validity, GFP_KERNEL); in wdm_open() 885 desc->validity = usb_alloc_urb(0, GFP_KERNEL); in wdm_create() 886 if (!desc->validity) in wdm_create() 910 desc->validity, in wdm_create() 1115 rv = usb_submit_urb(desc->validity, GFP_NOIO); in recover_from_urb_loss()
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | x509.asn1 | 12 validity Validity,
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0062-kern-partition-Check-for-NULL-before-dereferencing-i.patch | 8 source and continuing to use it before ever checking its validity is
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/ |
| H A D | vsx_asm.S | 27 # validity of the VMX registers while running is not zero.
|
| H A D | fpu_asm.S | 98 # has been loaded with darray. Will proceed to check the validity of the FPU
|
| H A D | vmx_asm.S | 114 # the VMX have been loaded with varray. Will proceed to check the validity of
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | auth_x.c | 168 struct timespec64 validity; in process_one_ticket() local 208 ceph_decode_timespec64(&validity, dp); in process_one_ticket() 210 new_expires = ktime_get_real_seconds() + validity.tv_sec; in process_one_ticket() 211 new_renew_after = new_expires - (validity.tv_sec / 4); in process_one_ticket()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.9.1 | 33 validity.
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | s390-pv.rst | 41 at the time of injection, a validity interception is recognized. The 93 discussed before. Other data is either ignored or results in validity
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | cio.h | 279 u32 validity:3; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/c-ares/c-ares/ |
| H A D | CVE-2022-4904.patch | 10 However, ares_set_sortlist has not any checks about the validity of the input str.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/ |
| H A D | ChangeLog | 104 saving the cache when its changed, moving the cache validity check into 118 how extensively stamps are looked at for validity 128 - Add ability to fetchers to check URL validity without downloading 151 recheck the validity of the config files time after time
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools/ |
| H A D | CVE-2021-41072-requisite-1.patch | 50 * Check name for validity, name should not
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-zoned.rst | 77 3) A set of blocks used to store bitmaps indicating the validity of 98 Read operations are processed according to the block validity
|
| H A D | dm-init.rst | 42 the validity of associated metadata.
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_eckd.c | 564 pfxdata->validity.define_extent = 1; in prefix_LRE() 568 pfxdata->validity.verify_base = 1; in prefix_LRE() 571 pfxdata->validity.verify_base = 1; in prefix_LRE() 572 pfxdata->validity.hyper_pav = 1; in prefix_LRE() 583 pfxdata->validity.time_stamp = 1; /* 'Time Stamp Valid' */ in prefix_LRE() 4243 pfxdata.validity.define_extent = 1; in prepare_itcw() 4247 pfxdata.validity.verify_base = 1; in prepare_itcw() 4250 pfxdata.validity.verify_base = 1; in prepare_itcw() 4251 pfxdata.validity.hyper_pav = 1; in prepare_itcw() 4281 pfxdata.validity.time_stamp = 1; /* 'Time Stamp Valid' */ in prepare_itcw() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | 0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch | 89 # go env -w/-u checks validity of GOOS/ARCH combinations
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | dccp.rst | 176 the local ackno validity and the remote seqno validity windows (7.5.1).
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | eGenix | 29 …ssible, be severed from this License Agreement and shall not affect the validity and enforceabilit…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/dsa/ |
| H A D | sja1105.txt | 16 are required in order to be able to statically check their validity.
|
| /OK3568_Linux_fs/kernel/sound/pci/mixart/ |
| H A D | mixart_core.h | 249 u32 validity; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | x509.h | 247 X509_VAL *validity; member 593 # define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore) 594 # define X509_get_notAfter(x) ((x)->cert_info->validity->notAfter)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | x509.h | 215 X509_VAL *validity; member 523 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore) 524 #define X509_get_notAfter(x) ((x)->cert_info->validity->notAfter)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | x509.h | 215 X509_VAL *validity; member 523 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore) 524 #define X509_get_notAfter(x) ((x)->cert_info->validity->notAfter)
|