Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dgdb.c1660 char *feature, *next_feature, *str, *value; in check_features() local
1666 next_feature = str; in check_features()
1668 while ((feature = strsep(&next_feature, ";")) != NULL) { in check_features()