HomeSort by: relevance | last modified time | path
    Searched defs:new_fops (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_drv.c 1185 const struct file_operations *new_fops; local in function:drm_stub_open
1198 new_fops = fops_get(minor->dev->driver->fops);
1199 if (!new_fops) {
1204 replace_fops(filp, new_fops);
drm_drv.c 1185 const struct file_operations *new_fops; local in function:drm_stub_open
1198 new_fops = fops_get(minor->dev->driver->fops);
1199 if (!new_fops) {
1204 replace_fops(filp, new_fops);

Completed in 26 milliseconds