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

/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_tlv.c101 static struct bhnd_nvram_tlv_env *bhnd_nvram_tlv_next_env(
383 while ((env = bhnd_nvram_tlv_next_env(tlv, &next, NULL)) != NULL) {
476 env = bhnd_nvram_tlv_next_env(tlv, &io_offset, cookiep);
480 env = bhnd_nvram_tlv_next_env(tlv, &io_offset, NULL);
485 env = bhnd_nvram_tlv_next_env(tlv, &io_offset, cookiep);
753 bhnd_nvram_tlv_next_env(struct bhnd_nvram_tlv *tlv, size_t *next, function

Completed in 107 milliseconds