Searched refs:thisname (Results 1 – 2 of 2) sorted by relevance
421 const char *thisname; in i_cpustates() local439 while ((thisname = *names++) != NULL) in i_cpustates()441 if (*thisname != '\0') in i_cpustates()450 thisname); in i_cpustates()465 const char *thisname; in u_cpustates() local480 while ((thisname = *names++) != NULL) in u_cpustates()482 if (*thisname != '\0') in u_cpustates()518 const char *thisname; in z_cpustates() local534 while ((thisname = *names++) != NULL) in z_cpustates()536 if (*thisname != '\0') in z_cpustates()[all …]
390 char *thisname = kmem_alloc(array_numints, KM_SLEEP); in zap_leaf_array_match() local393 sizeof (char), array_numints, thisname); in zap_leaf_array_match()394 boolean_t match = zap_match(zn, thisname); in zap_leaf_array_match()395 kmem_free(thisname, array_numints); in zap_leaf_array_match()