Searched refs:bhnd_nvram_tlv_next_env (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_tlv.c | 98 static struct bhnd_nvram_tlv_env *bhnd_nvram_tlv_next_env( 380 while ((env = bhnd_nvram_tlv_next_env(tlv, &next, NULL)) != NULL) { in bhnd_nvram_tlv_init() 472 env = bhnd_nvram_tlv_next_env(tlv, &io_offset, cookiep); in bhnd_nvram_tlv_next() 476 env = bhnd_nvram_tlv_next_env(tlv, &io_offset, NULL); in bhnd_nvram_tlv_next() 481 env = bhnd_nvram_tlv_next_env(tlv, &io_offset, cookiep); in bhnd_nvram_tlv_next() 749 bhnd_nvram_tlv_next_env(struct bhnd_nvram_tlv *tlv, size_t *next, in bhnd_nvram_tlv_next_env() function
|