Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bhnd/nvram/
Dbhnd_nvram_private.h131 #define bhnd_nv_ummax(a, b) ummax((a), (b)) macro
191 bhnd_nv_ummax(uintmax_t a, uintmax_t b) in bhnd_nv_ummax() function
Dbhnd_nvram_store.c738 maxlen = bhnd_nv_ummax(strlen(name), maxlen); in bhnd_nvram_store_export_child()