Searched refs:NVOptions (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv_const.h25 static const OptionInfoRec NVOptions[] = { variable in typeref:typename:const OptionInfoRec[]
H A Dnv_driver.c192 return NVOptions;
1014 if (!(pNv->Options = malloc(sizeof(NVOptions))))
1016 memcpy(pNv->Options, NVOptions, sizeof(NVOptions));
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_driver.c652 static const OptionInfoRec NVOptions[] = { variable in typeref:typename:const OptionInfoRec[]
743 return NVOptions;
1569 if (!(pNv->Options = malloc(sizeof(NVOptions))))
1571 memcpy(pNv->Options, NVOptions, sizeof(NVOptions));

Completed in 6 milliseconds