Lines Matching defs:nasid
73 #define RAW_NODE_SWIN_BASE(nasid, widget) \ argument
106 #define NODE_SWIN_ADDR(nasid, addr) \ argument
279 #define EX_HANDLER_ADDR(nasid, slice) \ argument
284 #define EX_FRAME_ADDR(nasid, slice) \ argument
289 #define ARCS_SPB_ADDR(nasid) \ argument
294 #define KLDIR_ADDR(nasid) \ argument
320 #define KLD_BASE(nasid) ((kldir_ent_t *) KLDIR_ADDR(nasid)) argument
321 #define KLD_LAUNCH(nasid) (KLD_BASE(nasid) + KLI_LAUNCH) argument
322 #define KLD_NMI(nasid) (KLD_BASE(nasid) + KLI_NMI) argument
323 #define KLD_KLCONFIG(nasid) (KLD_BASE(nasid) + KLI_KLCONFIG) argument
324 #define KLD_PI_ERROR(nasid) (KLD_BASE(nasid) + KLI_PI_ERROR) argument
325 #define KLD_GDA(nasid) (KLD_BASE(nasid) + KLI_GDA) argument
326 #define KLD_SYMMON_STK(nasid) (KLD_BASE(nasid) + KLI_SYMMON_STK) argument
327 #define KLD_FREEMEM(nasid) (KLD_BASE(nasid) + KLI_FREEMEM) argument
328 #define KLD_KERN_VARS(nasid) (KLD_BASE(nasid) + KLI_KERN_VARS) argument
329 #define KLD_KERN_XP(nasid) (KLD_BASE(nasid) + KLI_KERN_XP) argument
330 #define KLD_KERN_PARTID(nasid) (KLD_BASE(nasid) + KLI_KERN_PARTID) argument
332 #define LAUNCH_OFFSET(nasid, slice) \ argument
335 #define LAUNCH_ADDR(nasid, slice) \ argument
337 #define LAUNCH_SIZE(nasid) KLD_LAUNCH(nasid)->size argument
339 #define SN_NMI_OFFSET(nasid, slice) \ argument
342 #define NMI_ADDR(nasid, slice) \ argument
344 #define NMI_SIZE(nasid) KLD_NMI(nasid)->size argument
346 #define KLCONFIG_OFFSET(nasid) KLD_KLCONFIG(nasid)->offset argument
347 #define KLCONFIG_ADDR(nasid) \ argument
349 #define KLCONFIG_SIZE(nasid) KLD_KLCONFIG(nasid)->size argument
351 #define GDA_ADDR(nasid) KLD_GDA(nasid)->pointer argument
352 #define GDA_SIZE(nasid) KLD_GDA(nasid)->size argument
354 #define SYMMON_STK_OFFSET(nasid, slice) \ argument
357 #define SYMMON_STK_STRIDE(nasid) KLD_SYMMON_STK(nasid)->stride argument
359 #define SYMMON_STK_ADDR(nasid, slice) \ argument
362 #define SYMMON_STK_SIZE(nasid) KLD_SYMMON_STK(nasid)->stride argument
364 #define SYMMON_STK_END(nasid) (SYMMON_STK_ADDR(nasid, 0) + KLD_SYMMON_STK(nasid)->size) argument
371 #define KERN_VARS_ADDR(nasid) KLD_KERN_VARS(nasid)->pointer argument
372 #define KERN_VARS_SIZE(nasid) KLD_KERN_VARS(nasid)->size argument