Searched refs:OSKextLoadTag (Results 1 – 5 of 5) sorted by relevance
618 typedef uint32_t OSKextLoadTag; typedef627 #define kOSKextInvalidLoadTag ((OSKextLoadTag)(-1))650 OSKextLoadTag OSKextGetCurrentLoadTag(void);755 OSReturn OSKextRetainKextWithLoadTag(OSKextLoadTag loadTag);807 OSReturn OSKextReleaseKextWithLoadTag(OSKextLoadTag loadTag);
82 __private_extern__ OSKextLoadTag85 return (OSKextLoadTag)KMOD_INFO_NAME.id; in OSKextGetCurrentLoadTag()
99 OSKextLoadTag loadTag;157 OSKextLoadTag loadTag;
322 OSKextLoadTag loadTag; // 'id' from old kmod_info;795 static OSPtr<OSKext> lookupKextWithLoadTag(OSKextLoadTag aTag);841 OSKextLoadTag loadTag,887 virtual OSKextLoadTag getLoadTag(void);
4703 OSKextLoadTag loadTag, in removeKextWithLoadTag()