nv_alloc_ops_t
extern const nv_alloc_ops_t fmd_nv_alloc_ops; /* see fmd_nv.c */
nv_alloc_ops_t fmd_module_nva_ops_sleep = {
nv_alloc_ops_t fmd_module_nva_ops_nosleep = {
extern nv_alloc_ops_t fmd_module_nva_ops_sleep;
extern nv_alloc_ops_t fmd_module_nva_ops_nosleep;
const nv_alloc_ops_t fmd_nv_alloc_ops = {
const nv_alloc_ops_t Eft_nv_alloc_ops = {
nv_alloc_init(nv_alloc_t *nva, const nv_alloc_ops_t *nvo, /* args */ ...)
const nv_alloc_ops_t nv_fixed_ops_def = {
const nv_alloc_ops_t *nv_fixed_ops = &nv_fixed_ops_def;
extern nv_alloc_ops_t topo_nv_alloc_ops;
nv_alloc_ops_t ta_nvops;
const nv_alloc_ops_t system_ops_def = {
const nv_alloc_ops_t fm_mem_alloc_ops = {
static const nv_alloc_ops_t system_ops = {
const nv_alloc_ops_t *nva_ops;
extern const nv_alloc_ops_t *nv_fixed_ops;
int nv_alloc_init(nv_alloc_t *, const nv_alloc_ops_t *, /* args */ ...);