Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dfsctl.h299 uint32_t graft_type; member
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c592 graft_secureboot_read_metadata(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_read_metadata() argument
599 if (graft_type == GRAFTDMG_CRYPTEX_MOBILE_ASSET) { in graft_secureboot_read_metadata()
625 graft_secureboot_cryptex(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_cryptex() argument
672 error = graft_secureboot_read_metadata(graft_type, sbc_args, vctx, &gfs); in graft_secureboot_cryptex()
678 gfs.graft_type = graft_type; in graft_secureboot_cryptex()
727 uint32_t ua_grafttype = uap->graft_type; in graftdmg()