Searched refs:gcore_sclass (Results 1 – 1 of 1) sorted by relevance
110 static sclass_t *gcore_sclass; variable1044 str_addr = (uintptr_t)gcore_sclass[t->t_cid].cl_name; in gcore_prgetlwpsinfo()1259 str_addr = (uintptr_t)gcore_sclass[t->t_cid].cl_name; in gcore_prgetlwpstatus()2073 gcore_sclass = mdb_zalloc(sym.st_size, UM_SLEEP); in gcore_init()2074 if (mdb_vread(gcore_sclass, sym.st_size, sym.st_value) != sym.st_size) { in gcore_init()