Searched refs:cookiep1 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_bcmraw.c | 409 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 D | bhnd_nvram_data.c | 489 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 D | bhnd_nvram_data_bcm.c | 938 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 D | bhnd_nvram_data_tlv.c | 499 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 D | bhnd_nvram_data.h | 131 struct bhnd_nvram_data *nv, void *cookiep1,
|
H A D | bhnd_nvram_data_btxt.c | 643 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 D | bhnd_nvram_datavar.h | 102 struct bhnd_nvram_data *nv, void *cookiep1,
|
H A D | bhnd_nvram_data_sprom.c | 1298 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()
|