Home | History | Annotate | Download | only in sn

Lines Matching refs:KLD_BASE

343 #define KLD_BASE(nasid)		((kldir_ent_t *) KLDIR_ADDR(nasid))
344 #define KLD_LAUNCH(nasid) (KLD_BASE(nasid) + KLI_LAUNCH)
345 #define KLD_NMI(nasid) (KLD_BASE(nasid) + KLI_NMI)
346 #define KLD_KLCONFIG(nasid) (KLD_BASE(nasid) + KLI_KLCONFIG)
347 #define KLD_PI_ERROR(nasid) (KLD_BASE(nasid) + KLI_PI_ERROR)
348 #define KLD_GDA(nasid) (KLD_BASE(nasid) + KLI_GDA)
349 #define KLD_SYMMON_STK(nasid) (KLD_BASE(nasid) + KLI_SYMMON_STK)
350 #define KLD_FREEMEM(nasid) (KLD_BASE(nasid) + KLI_FREEMEM)
351 #define KLD_KERN_VARS(nasid) (KLD_BASE(nasid) + KLI_KERN_VARS)
352 #define KLD_KERN_XP(nasid) (KLD_BASE(nasid) + KLI_KERN_XP)
353 #define KLD_KERN_PARTID(nasid) (KLD_BASE(nasid) + KLI_KERN_PARTID)