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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DVendorEP.h77 ObjectPart object; member in struct:XawVendorShellExtRec
H A DSmeLineP.h85 ObjectPart object; member in struct:_SmeLineRec
H A DAsciiSinkP.h55 * asciiSinkP.h - Private definitions for asciiSink object
73 * New fields for the AsciiSink object class record.
91 /* New fields for the AsciiSink object record */
112 ObjectPart object; member in struct:_AsciiSinkRec
H A DMultiSinkP.h77 * multiSinkP.h - Private definitions for multiSink object
95 * New fields for the MultiSink object class record.
113 /* New fields for the MultiSink object record */
134 ObjectPart object; member in struct:_MultiSinkRec
H A DSmeP.h29 * SmeP.h - Private Header file for Sme object.
31 * This is the private header file for the Athena Sme object.
32 * This object is intended to be used with the simple menu widget.
88 ObjectPart object; member in struct:_SmeRec
H A DAsciiSrcP.h69 * TextSrcP.h - Private definitions for AsciiSrc object
109 * New fields for the AsciiSrc object class record.
124 /* New fields for the AsciiSrc object record */
162 ObjectPart object; member in struct:_AsciiSrcRec
H A DMultiSrcP.h91 * TextSrcP.h - Private definitions for MultiSrc object
137 * New fields for the MultiSrc object class record.
152 /* New fields for the MultiSrc object record */
187 ObjectPart object; member in struct:_MultiSrcRec
H A DSmeBSBP.h31 * SmeP.h - Private definitions for Sme object
101 ObjectPart object; member in struct:_SmeBSBRec
H A DTextSinkP.h55 * TextSinkP.h - Private definitions for TextSink object
74 * New fields for the TextSink object class record.
99 /* New fields for the TextSink object record */
119 ObjectPart object; member in struct:_TextSinkRec
H A DTextSrcP.h55 * TextSrcP.h - Private definitions for TextSrc object
73 * New fields for the TextSrc object class record.
102 /* New fields for the TextSrc object record */
117 ObjectPart object; member in struct:_TextSrcRec
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SmeLineP.h81 ObjectPart object; member in struct:_SmeLineRec
H A DXaw3_1AsciiSinkP.h31 * asciiSinkP.h - Private definitions for asciiSink object
49 * New fields for the AsciiSink object class record.
67 /* New fields for the AsciiSink object record */
87 ObjectPart object; member in struct:_AsciiSinkRec
H A DXaw3_1SmeP.h25 * SmeP.h - Private Header file for Sme object.
27 * This is the private header file for the Athena Sme object.
28 * This object is intended to be used with the simple menu widget.
84 ObjectPart object; member in struct:_SmeRec
H A DXaw3_1AsciiSrcP.h45 * TextSrcP.h - Private definitions for AsciiSrc object
77 * New fields for the AsciiSrc object class record.
92 /* New fields for the AsciiSrc object record */
130 ObjectPart object; member in struct:_AsciiSrcRec
H A DXaw3_1SmeBSBP.h27 * SmeP.h - Private definitions for Sme object
96 ObjectPart object; member in struct:_SmeBSBRec
H A DXaw3_1TextSinkP.h31 * TextSinkP.h - Private definitions for TextSink object
51 * New fields for the TextSink object class record.
76 /* New fields for the TextSink object record */
97 ObjectPart object; member in struct:_TextSinkRec
H A DXaw3_1TextSrcP.h31 * TextSrcP.h - Private definitions for TextSrc object
50 * New fields for the TextSrc object class record.
71 /* New fields for the TextSrc object record */
84 ObjectPart object; member in struct:_TextSrcRec
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibext.c328 XEDataObject object; local
330 object.display = dpy;
331 return(XEHeadOfExtensionList(object));
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c257 * @obj: object pointer, used to generate unique ID
258 * @obj_type: object type
265 * object.
284 * Set up the object linking under the protection of the idr
306 struct drm_mode_object *object)
309 (void) idr_remove(&dev->mode_config.crtc_idr, object->id);
314 * drm_mode_object_find - look up a drm object with static lifetime
316 * @id: id of the mode object
317 * @type: type of the mode object
345 * Allocates an ID for the framebuffer's parent mode object, set
305 drm_mode_object_put(struct drm_device *dev, struct drm_mode_object *object) argument
[all...]

Completed in 3844 milliseconds