Searched refs:lpl_topo_verify (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h612 int lpl_topo_verify(struct cpupart *);
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c599 rc = lpl_topo_verify(cp->cpu_part);
601 panic("lpl_topo_verify failed: %d", rc);
612 rc = lpl_topo_verify(cp->cpu_part);
614 panic("lpl_topo_verify failed: %d", rc);
623 rc = lpl_topo_verify(cp->cpu_part);
625 panic("lpl_topo_verify failed: %d", rc);
633 rc = lpl_topo_verify(cp->cpu_part);
635 panic("lpl_topo_verify failed: %d", rc);
2074 lpl_topo_verify(cpupart_t *cpupart) function

Completed in 52 milliseconds