Home
last modified time | relevance | path

Searched refs:check_files (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec_internal.h76 struct vattr *vap, struct thread *td, int check_files);
78 struct proc *p, int *flags, int check_files);
80 unsigned long gen, int *flags, int check_files);
83 unsigned long gen, int *found_dev, int check_files);
91 int check_files, struct thread *td);
H A Dveriexec_metadata.c438 int *flags, int check_files) in mac_veriexec_metadata_get_file_flags() argument
444 check_files); in mac_veriexec_metadata_get_file_flags()
466 int *flags, int check_files) in mac_veriexec_metadata_get_executable_flags() argument
484 (check_files == VERIEXEC_FILES_FIRST)); in mac_veriexec_metadata_get_executable_flags()
503 struct vattr *vap, struct thread *td, int check_files) in mac_veriexec_metadata_fetch_fingerprint_status() argument
517 vap->va_fileid, vap->va_gen, &found_dev, check_files); in mac_veriexec_metadata_fetch_fingerprint_status()
750 int *found_dev, int check_files) in mac_veriexec_metadata_get_file_info() argument
757 if (check_files) { in mac_veriexec_metadata_get_file_info()
H A Dveriexec_fingerprint.c257 int check_files, struct thread *td) in mac_veriexec_fingerprint_check_image() argument
267 td, check_files); in mac_veriexec_fingerprint_check_image()
282 if (!check_files) { in mac_veriexec_fingerprint_check_image()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_002_pos.ksh66 check_files $FSSNAP0
H A Dzfs_rollback_001_pos.ksh150 check_files $dtst@$snap_point
H A Dzfs_rollback_common.kshlib247 function check_files function