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

/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c1536 unsigned char *buf, *p, *p_aouthdr; local
1564 p_aouthdr = p;
1620 memcpy(p_aouthdr, &aouthdr, sizeof(struct aouthdr));
1622 swap_aouthdr((struct aouthdr *)p_aouthdr, target_byte_sex);
1626 memcpy(p_aouthdr, &aouthdr64, sizeof(struct aouthdr_64));
1628 swap_aouthdr_64((struct aouthdr_64 *)p_aouthdr,target_byte_sex);

Completed in 60 milliseconds