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

/freebsd-11-stable/contrib/top/
H A Ddisplay.c485 register char *thisname; local
502 while ((thisname = *names++) != NULL)
504 if (*thisname != '\0')
513 thisname);
530 register char *thisname; local
544 while ((thisname = *names++) != NULL)
546 if (*thisname != '\0')
581 register char *thisname; local
598 while ((thisname = *names++) != NULL)
600 if (*thisname !
1222 register char *thisname; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c357 char *thisname = kmem_alloc(array_numints, KM_SLEEP); local
360 sizeof (char), array_numints, thisname);
361 boolean_t match = zap_match(zn, thisname);
362 kmem_free(thisname, array_numints);

Completed in 102 milliseconds