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

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcm.c829 struct bhnd_nvram_bcm_hvar *hvar, *hvar_next; local
862 hvar_next = &bcm->hvars[i];
863 if (hvar_next->envp != NULL && !hvar_next->stale)
866 *cookiep = hvar_next;
867 return (hvar_next->name);

Completed in 94 milliseconds