Searched refs:validate (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h148 decmpfs_validate_compressed_file_func validate; member in struct:__anon474
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c600 decmpfs_validate_compressed_file_func validate = decmp_get_func(hdr->compression_type, validate); local
601 if (validate) { /* make sure this validation function is valid */
603 err = validate(vp, decmpfs_ctx, hdr);
608 /* no validate registered, so nothing to do */
1760 .validate = decmpfs_validate_compressed_file_Type1,

Completed in 22 milliseconds