Home
last modified time | relevance | path

Searched refs:graft_type (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/sys/ !
H A Dfsctl.h299 uint32_t graft_type; member
/xnu-11417.140.69/bsd/vfs/ !
H A Dvfs_syscalls.c591 graft_secureboot_read_metadata(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_read_metadata() argument
598 if (graft_type == GRAFTDMG_CRYPTEX_MOBILE_ASSET) { in graft_secureboot_read_metadata()
624 graft_secureboot_cryptex(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_cryptex() argument
671 error = graft_secureboot_read_metadata(graft_type, sbc_args, vctx, &gfs); in graft_secureboot_cryptex()
677 gfs.graft_type = graft_type; in graft_secureboot_cryptex()
726 uint32_t ua_grafttype = uap->graft_type; in graftdmg()