Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Ddisplay.c421 const char *thisname; in i_cpustates() local
439 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() local
480 while ((thisname = *names++) != NULL) in u_cpustates()
482 if (*thisname != '\0') in u_cpustates()
518 const char *thisname; in z_cpustates() local
534 while ((thisname = *names++) != NULL) in z_cpustates()
536 if (*thisname != '\0') in z_cpustates()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c390 char *thisname = kmem_alloc(array_numints, KM_SLEEP); in zap_leaf_array_match() local
393 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()