Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/coretemp/
H A Dcoretemp.c405 boolean_t *walkerr = arg2; in coretemp_walk() local
421 *walkerr = B_TRUE; in coretemp_walk()
426 *walkerr = B_TRUE; in coretemp_walk()
432 *walkerr = B_TRUE; in coretemp_walk()
442 boolean_t walkerr; in coretemp_attach() local
464 walkerr = B_FALSE; in coretemp_attach()
465 cmi_hdl_walk(coretemp_walk, ct, &walkerr, NULL); in coretemp_attach()
467 if (walkerr) { in coretemp_attach()