Lines Matching refs:KLD_BASE
219 #define KLD_BASE(nasid) ((kldir_ent_t *) KLDIR_ADDR(nasid)) macro
220 #define KLD_LAUNCH(nasid) (KLD_BASE(nasid) + KLI_LAUNCH)
221 #define KLD_NMI(nasid) (KLD_BASE(nasid) + KLI_NMI)
222 #define KLD_KLCONFIG(nasid) (KLD_BASE(nasid) + KLI_KLCONFIG)
223 #define KLD_PI_ERROR(nasid) (KLD_BASE(nasid) + KLI_PI_ERROR)
224 #define KLD_GDA(nasid) (KLD_BASE(nasid) + KLI_GDA)
225 #define KLD_SYMMON_STK(nasid) (KLD_BASE(nasid) + KLI_SYMMON_STK)
226 #define KLD_FREEMEM(nasid) (KLD_BASE(nasid) + KLI_FREEMEM)
227 #define KLD_KERN_VARS(nasid) (KLD_BASE(nasid) + KLI_KERN_VARS)
228 #define KLD_KERN_XP(nasid) (KLD_BASE(nasid) + KLI_KERN_XP)
229 #define KLD_KERN_PARTID(nasid) (KLD_BASE(nasid) + KLI_KERN_PARTID)