Lines Matching defs:nasid
78 #define RAW_NODE_SWIN_BASE(nasid, widget) \ argument
111 #define NODE_SWIN_ADDR(nasid, addr) \ argument
303 #define EX_HANDLER_ADDR(nasid, slice) \ argument
308 #define EX_FRAME_ADDR(nasid, slice) \ argument
313 #define ARCS_SPB_ADDR(nasid) \ argument
318 #define KLDIR_ADDR(nasid) \ argument
344 #define KLD_BASE(nasid) ((kldir_ent_t *) KLDIR_ADDR(nasid)) argument
345 #define KLD_LAUNCH(nasid) (KLD_BASE(nasid) + KLI_LAUNCH) argument
346 #define KLD_NMI(nasid) (KLD_BASE(nasid) + KLI_NMI) argument
347 #define KLD_KLCONFIG(nasid) (KLD_BASE(nasid) + KLI_KLCONFIG) argument
348 #define KLD_PI_ERROR(nasid) (KLD_BASE(nasid) + KLI_PI_ERROR) argument
349 #define KLD_GDA(nasid) (KLD_BASE(nasid) + KLI_GDA) argument
350 #define KLD_SYMMON_STK(nasid) (KLD_BASE(nasid) + KLI_SYMMON_STK) argument
351 #define KLD_FREEMEM(nasid) (KLD_BASE(nasid) + KLI_FREEMEM) argument
352 #define KLD_KERN_VARS(nasid) (KLD_BASE(nasid) + KLI_KERN_VARS) argument
353 #define KLD_KERN_XP(nasid) (KLD_BASE(nasid) + KLI_KERN_XP) argument
354 #define KLD_KERN_PARTID(nasid) (KLD_BASE(nasid) + KLI_KERN_PARTID) argument
356 #define LAUNCH_OFFSET(nasid, slice) \ argument
359 #define LAUNCH_ADDR(nasid, slice) \ argument
361 #define LAUNCH_SIZE(nasid) KLD_LAUNCH(nasid)->size argument
363 #define SN_NMI_OFFSET(nasid, slice) \ argument
366 #define NMI_ADDR(nasid, slice) \ argument
368 #define NMI_SIZE(nasid) KLD_NMI(nasid)->size argument
370 #define KLCONFIG_OFFSET(nasid) KLD_KLCONFIG(nasid)->offset argument
371 #define KLCONFIG_ADDR(nasid) \ argument
373 #define KLCONFIG_SIZE(nasid) KLD_KLCONFIG(nasid)->size argument
375 #define GDA_ADDR(nasid) KLD_GDA(nasid)->pointer argument
376 #define GDA_SIZE(nasid) KLD_GDA(nasid)->size argument
378 #define SYMMON_STK_OFFSET(nasid, slice) \ argument
381 #define SYMMON_STK_STRIDE(nasid) KLD_SYMMON_STK(nasid)->stride argument
383 #define SYMMON_STK_ADDR(nasid, slice) \ argument
386 #define SYMMON_STK_SIZE(nasid) KLD_SYMMON_STK(nasid)->stride argument
388 #define SYMMON_STK_END(nasid) (SYMMON_STK_ADDR(nasid, 0) + KLD_SYMMON_STK(nasid)->size) argument
394 #define SYMMON_LOADADDR(nasid) \ argument
397 #define FREEMEM_OFFSET(nasid) KLD_FREEMEM(nasid)->offset argument
398 #define FREEMEM_ADDR(nasid) SYMMON_STK_END(nasid) argument
406 #define FREEMEM_SIZE(nasid) KLD_FREEMEM(nasid)->size argument
408 #define PI_ERROR_OFFSET(nasid) KLD_PI_ERROR(nasid)->offset argument
409 #define PI_ERROR_ADDR(nasid) \ argument
411 #define PI_ERROR_SIZE(nasid) KLD_PI_ERROR(nasid)->size argument
420 #define KERN_VARS_ADDR(nasid) KLD_KERN_VARS(nasid)->pointer argument
421 #define KERN_VARS_SIZE(nasid) KLD_KERN_VARS(nasid)->size argument
423 #define KERN_XP_ADDR(nasid) KLD_KERN_XP(nasid)->pointer argument
424 #define KERN_XP_SIZE(nasid) KLD_KERN_XP(nasid)->size argument
426 #define GPDA_ADDR(nasid) TO_NODE_CAC(nasid, GPDA_OFFSET) argument