Home | History | Annotate | Download | only in sn

Lines Matching refs:KLD_BASE

132 #define KLD_BASE(nasid) ((kldir_ent_t *) KLDIR_ADDR(nasid))
134 #define KLD_LAUNCH(nasid) (KLD_BASE(nasid) + KLI_LAUNCH)
135 #define KLD_NMI(nasid) (KLD_BASE(nasid) + KLI_NMI)
136 #define KLD_KLCONFIG(nasid) (KLD_BASE(nasid) + KLI_KLCONFIG)
137 #define KLD_PI_ERROR(nasid) (KLD_BASE(nasid) + KLI_PI_ERROR)
139 #define KLD_GDA(nasid) (KLD_BASE(nasid) + KLI_GDA)
140 #define KLD_SYMMON_STK(nasid) (KLD_BASE(nasid) + KLI_SYMMON_STK)
141 #define KLD_FREEMEM(nasid) (KLD_BASE(nasid) + KLI_FREEMEM)
142 #define KLD_KERN_VARS(nasid) (KLD_BASE(nasid) + KLI_KERN_VARS)
144 #define KLD_KERN_XP(nasid) (KLD_BASE(nasid) + KLI_KERN_XP)
145 #define KLD_KERN_PARTID(nasid) (KLD_BASE(nasid) + KLI_KERN_PARTID)