Home
last modified time | relevance | path

Searched refs:OSKextLoadTag (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/libkern/libkern/
H A DOSKextLib.h618 typedef uint32_t OSKextLoadTag; typedef
627 #define kOSKextInvalidLoadTag ((OSKextLoadTag)(-1))
650 OSKextLoadTag OSKextGetCurrentLoadTag(void);
755 OSReturn OSKextRetainKextWithLoadTag(OSKextLoadTag loadTag);
807 OSReturn OSKextReleaseKextWithLoadTag(OSKextLoadTag loadTag);
/xnu-11215/libkern/kmod/
H A Dc_start.c82 __private_extern__ OSKextLoadTag
85 return (OSKextLoadTag)KMOD_INFO_NAME.id; in OSKextGetCurrentLoadTag()
/xnu-11215/iokit/IOKit/
H A DIOStatisticsPrivate.h99 OSKextLoadTag loadTag;
157 OSKextLoadTag loadTag;
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h322 OSKextLoadTag loadTag; // 'id' from old kmod_info;
795 static OSPtr<OSKext> lookupKextWithLoadTag(OSKextLoadTag aTag);
841 OSKextLoadTag loadTag,
887 virtual OSKextLoadTag getLoadTag(void);
/xnu-11215/libkern/c++/
H A DOSKext.cpp4703 OSKextLoadTag loadTag, in removeKextWithLoadTag()