Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c46 static int bhnd_sprom_opcode_sort_idx(const void *lhs, const void *rhs);
140 qsort(idx, num_idx, sizeof(idx[0]), bhnd_sprom_opcode_sort_idx); in bhnd_sprom_opcode_init()
188 bhnd_sprom_opcode_sort_idx(const void *lhs, const void *rhs) in bhnd_sprom_opcode_sort_idx() function