Home
last modified time | relevance | path

Searched refs:cmd_Lxcache_pers_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcache.c66 sizeof (cmd_Lxcache_pers_t)); in cmd_Lxcache_write()
319 Lxcache_wrapv1(fmd_hdl_t *hdl, cmd_Lxcache_pers_t *pers, size_t psz) in Lxcache_wrapv1()
323 if (psz != sizeof (cmd_Lxcache_pers_t)) { in Lxcache_wrapv1()
326 sizeof (cmd_Lxcache_pers_t)); in Lxcache_wrapv1()
330 bcopy(pers, Lxcache, sizeof (cmd_Lxcache_pers_t)); in Lxcache_wrapv1()
357 } else if (Lxcachesz != sizeof (cmd_Lxcache_pers_t)) { in cmd_Lxcache_restore()
361 sizeof (cmd_Lxcache_pers_t)); in cmd_Lxcache_restore()
393 (cmd_Lxcache_pers_t *)recovered_Lxcache, in cmd_Lxcache_restore()
453 sizeof (cmd_Lxcache_pers_t)) in cmd_Lxcache_dirty()
459 sizeof (cmd_Lxcache_pers_t)); in cmd_Lxcache_dirty()
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_Lxcache.h84 } cmd_Lxcache_pers_t; typedef
96 cmd_Lxcache_pers_t Lxcache_pers;