Searched refs:getparam (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_abi16.c | 188 struct drm_nouveau_getparam *getparam = data; in nouveau_abi16_ioctl_getparam() local 190 switch (getparam->param) { in nouveau_abi16_ioctl_getparam() 192 getparam->value = device->info.chipset; in nouveau_abi16_ioctl_getparam() 196 getparam->value = dev->pdev->vendor; in nouveau_abi16_ioctl_getparam() 198 getparam->value = 0; in nouveau_abi16_ioctl_getparam() 202 getparam->value = dev->pdev->device; in nouveau_abi16_ioctl_getparam() 204 getparam->value = 0; in nouveau_abi16_ioctl_getparam() 208 case NV_DEVICE_INFO_V0_AGP : getparam->value = 0; break; in nouveau_abi16_ioctl_getparam() 209 case NV_DEVICE_INFO_V0_PCI : getparam->value = 1; break; in nouveau_abi16_ioctl_getparam() 210 case NV_DEVICE_INFO_V0_PCIE: getparam->value = 2; break; in nouveau_abi16_ioctl_getparam() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/r128/ |
| H A D | r128_ioc32.c | 159 drm_r128_getparam_t getparam; in compat_r128_getparam() local 164 getparam.param = getparam32.param; in compat_r128_getparam() 165 getparam.value = compat_ptr(getparam32.value); in compat_r128_getparam() 167 return drm_ioctl_kernel(file, r128_getparam, &getparam, DRM_AUTH); in compat_r128_getparam()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/mga/ |
| H A D | mga_ioc32.c | 98 drm_mga_getparam_t getparam; in compat_mga_getparam() local 103 getparam.param = getparam32.param; in compat_mga_getparam() 104 getparam.value = compat_ptr(getparam32.value); in compat_mga_getparam() 105 return drm_ioctl_kernel(file, mga_getparam, &getparam, DRM_AUTH); in compat_mga_getparam()
|
| /netbsd-src/usr.sbin/iopctl/ |
| H A D | iopctl.c | 55 static void getparam(int, int, void *, int); 192 getparam(int tid, int group, void *pbuf, int pbufsize) in getparam() function 346 getparam(gettid(argv), I2O_PARAM_DDM_IDENTITY, &p, sizeof(p)); in showddmid() 370 getparam(gettid(argv), I2O_PARAM_DEVICE_IDENTITY, &p, sizeof(p)); in showdevid()
|
| /netbsd-src/external/bsd/file/dist/python/ |
| H A D | magic.py | 251 def getparam(self, param): member in Magic
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 1492 getparam
|