Lines Matching refs:KLD_BASE
349 #define KLD_BASE(nasid) ((kldir_ent_t *) KLDIR_ADDR(nasid)) macro
350 #define KLD_LAUNCH(nasid) (KLD_BASE(nasid) + KLI_LAUNCH)
351 #define KLD_NMI(nasid) (KLD_BASE(nasid) + KLI_NMI)
352 #define KLD_KLCONFIG(nasid) (KLD_BASE(nasid) + KLI_KLCONFIG)
353 #define KLD_PI_ERROR(nasid) (KLD_BASE(nasid) + KLI_PI_ERROR)
354 #define KLD_GDA(nasid) (KLD_BASE(nasid) + KLI_GDA)
355 #define KLD_SYMMON_STK(nasid) (KLD_BASE(nasid) + KLI_SYMMON_STK)
356 #define KLD_FREEMEM(nasid) (KLD_BASE(nasid) + KLI_FREEMEM)
357 #define KLD_KERN_VARS(nasid) (KLD_BASE(nasid) + KLI_KERN_VARS)
358 #define KLD_KERN_XP(nasid) (KLD_BASE(nasid) + KLI_KERN_XP)
359 #define KLD_KERN_PARTID(nasid) (KLD_BASE(nasid) + KLI_KERN_PARTID)