Home
last modified time | relevance | path

Searched refs:open (Results 1 – 9 of 9) sorted by relevance

/gfx-drm/usr/src/common/libdrm/patches/
H A Dxf86drm-c.patch62 fd = open(buf, O_RDWR, 0);
63 drmMsg("drmOpenDevice: open result is %d, (%s)\n",
95 + * Get rid of clone-open bits in the minor number.
/gfx-drm/usr/src/tools/
H A Duserland-fetch74 file = open(filename, 'r')
126 dst = open(filename, 'wb');
/gfx-drm/usr/src/cmd/drm-tests/misc2/common/
H A Dgetsundev.c100 fd = open(path, O_RDWR); in main()
/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_fops.c208 if (dev->driver->open) { in drm_open_helper()
209 ret = dev->driver->open(dev, priv); in drm_open_helper()
/gfx-drm/usr/src/uts/intel/io/radeon/
H A Dradeon_drv.c267 driver->open = radeon_driver_open; in radeon_configure()
/gfx-drm/
H A DREADME88 and run make. Then fix bugs, open pull requests.
/gfx-drm/usr/src/tools/cw/
H A Dcw.c1566 if ((fd = open(ctx->i_stderr, O_WRONLY | O_CREAT | O_EXCL, in exec_ctx()
/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_drv.c898 .open = i915_driver_open,
/gfx-drm/usr/src/uts/common/drm/
H A DdrmP.h809 int (*open)(struct drm_device *, drm_file_t *); member