Searched defs:cpu_walk_data (Results 1 – 1 of 1) sorted by relevance
37 struct cpu_walk_data { struct38 tnode_t *parent; /* walk start node */39 ldom_hdl_t *lhp; /* ldom handle */40 int (*func)(ldom_hdl_t *, nvlist_t *); /* callback func */41 int err; /* walk errors count */42 int online; /* online cpus count */43 int offline; /* offline cpus count */44 int fail; /* callback fails */