Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcmraw.c409 bhnd_nvram_bcmraw_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_bcmraw_getvar_order() argument
412 if (cookiep1 < cookiep2) in bhnd_nvram_bcmraw_getvar_order()
415 if (cookiep1 > cookiep2) in bhnd_nvram_bcmraw_getvar_order()
H A Dbhnd_nvram_data.c489 bhnd_nvram_data_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_data_getvar_order() argument
492 return (nv->cls->op_getvar_order(nv, cookiep1, cookiep2)); in bhnd_nvram_data_getvar_order()
H A Dbhnd_nvram_data_bcm.c938 bhnd_nvram_bcm_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_bcm_getvar_order() argument
946 hvar1 = bhnd_nvram_bcm_to_hdrvar(bcm, cookiep1); in bhnd_nvram_bcm_getvar_order()
961 if (cookiep1 < cookiep2) in bhnd_nvram_bcm_getvar_order()
964 if (cookiep1 > cookiep2) in bhnd_nvram_bcm_getvar_order()
H A Dbhnd_nvram_data_tlv.c499 bhnd_nvram_tlv_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_tlv_getvar_order() argument
502 if (cookiep1 < cookiep2) in bhnd_nvram_tlv_getvar_order()
505 if (cookiep1 > cookiep2) in bhnd_nvram_tlv_getvar_order()
H A Dbhnd_nvram_data.h131 struct bhnd_nvram_data *nv, void *cookiep1,
H A Dbhnd_nvram_data_btxt.c643 bhnd_nvram_btxt_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_btxt_getvar_order() argument
646 if (cookiep1 < cookiep2) in bhnd_nvram_btxt_getvar_order()
649 if (cookiep1 > cookiep2) in bhnd_nvram_btxt_getvar_order()
H A Dbhnd_nvram_datavar.h102 struct bhnd_nvram_data *nv, void *cookiep1,
H A Dbhnd_nvram_data_sprom.c1298 bhnd_nvram_sprom_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_sprom_getvar_order() argument
1303 e1 = cookiep1; in bhnd_nvram_sprom_getvar_order()