Searched refs:KLD_BASE (Results 1 – 2 of 2) sorted by relevance
219 #define KLD_BASE(nasid) ((kldir_ent_t *) KLDIR_ADDR(nasid)) macro220 #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)[all …]
349 #define KLD_BASE(nasid) ((kldir_ent_t *) KLDIR_ADDR(nasid)) macro350 #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)[all …]