Home
last modified time | relevance | path

Searched refs:cmd_Lxcache (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcache.c679 cmd_Lxcache_t *cmd_Lxcache; in cmd_Lxcache_lookup_by_timeout_id() local
683 for (cmd_Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); in cmd_Lxcache_lookup_by_timeout_id()
684 cmd_Lxcache != NULL; in cmd_Lxcache_lookup_by_timeout_id()
685 cmd_Lxcache = cmd_list_next(cmd_Lxcache)) { in cmd_Lxcache_lookup_by_timeout_id()
686 if (cmd_Lxcache->Lxcache_timeout_id == id) in cmd_Lxcache_lookup_by_timeout_id()
687 return (cmd_Lxcache); in cmd_Lxcache_lookup_by_timeout_id()
882 cmd_Lxcache_t *cmd_Lxcache; in cmd_Lxcache_lookup_by_type_index_way_flags() local
884 for (cmd_Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); in cmd_Lxcache_lookup_by_type_index_way_flags()
885 cmd_Lxcache != NULL; in cmd_Lxcache_lookup_by_type_index_way_flags()
886 cmd_Lxcache = cmd_list_next(cmd_Lxcache)) { in cmd_Lxcache_lookup_by_type_index_way_flags()
[all …]
H A DMakefile35 cmd_Lxcache.c \
/titanic_50/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_Lxcache.h95 typedef struct cmd_Lxcache { struct