Searched defs:device_ptr (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Device.c206 XF86ConfDevicePtr *device_ptr) /* Ptr to new Device section IR */
214 *device_ptr = xf86confcalloc(1, sizeof (XF86ConfDeviceRec));
215 if (*device_ptr == NULL) {
219 (*device_ptr)->dev_identifier = dev_identifier;
220 (*device_ptr)->dev_driver = xf86configStrdup(dev_driver);
222 (*device_ptr)->dev_vendor = xf86configStrdup(dev_vendor);
225 (*device_ptr)->dev_board = xf86configStrdup(dev_board);
227 if ((*device_ptr)->dev_driver == NULL) {
228 xf86conffree(device_ptr);
238 *device_ptr,
198 fbc_insert_new_Device_section( XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, char *dev_identifier, const char *dev_driver, const char *dev_vendor, const char *dev_board, const char *device_path, XF86ConfDevicePtr *device_ptr) argument
321 fbc_insert_Device_section( fbc_dev_t *device, fbc_varient_t *fbvar, XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, XF86ConfDevicePtr *device_ptr) argument
[all...]

Completed in 11 milliseconds