Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h148 struct OSKextAccount { struct
166 OSKextAccount * account; argument
377 OSKextAccount * account;
/xnu-11215/libkern/c++/
H A DOSKext.cpp6716 account = IOMallocType(OSKextAccount); in load()
8626 OSKextAccount * freeAccount;
8813 IOFreeType(freeAccount, OSKextAccount);
16798 OSKextAccount * account = (typeof(account))site;
16816 OSKextAccount * freeAccount = (typeof(freeAccount))site;
16817 IOFreeType(freeAccount, OSKextAccount);