Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_opl.c43 opl_cpu_t *opl_cpu = NULL; in opl_cpulist_insert()
49 opl_cpu = fmd_hdl_alloc(hdl, sizeof (opl_cpu_t), FMD_SLEEP); in opl_cpulist_insert()
62 opl_cpu = fmd_hdl_alloc(hdl, sizeof (opl_cpu_t), in opl_cpulist_insert()
85 sizeof (opl_cpu_t), FMD_SLEEP); in opl_cpulist_insert()
109 opl_cpu_t *opl_cpu; in opl_cpulist_free()
116 fmd_hdl_free(hdl, opl_cpu, sizeof (opl_cpu_t)); in opl_cpulist_free()
H A Dcmd_opl.h43 } opl_cpu_t; typedef
H A Dcmd_oplerr.c145 opl_cpu_t *opl_cpu; in cmd_opl_ue_cpu()