HomeSort by: relevance | last modified time | path
    Searched refs:rtype (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/dix/
deprecated.c 120 SecurityLookupIDByType(ClientPtr client, XID id, RESTYPE rtype,
125 dixLookupResourceByType(&retval, id, rtype, client, access_mode);
149 LookupIDByType(XID id, RESTYPE rtype)
152 dixLookupResourceByType(&val, id, rtype, NullClient, DixUnknownAccess);
resource.c 584 RESTYPE rtype = res->type; local
595 if (rtype != skipDeleteFuncType)
596 (*resourceTypes[rtype & TypeMask].deleteFunc)(res->value, res->id);
650 ChangeResourceValue (XID id, RESTYPE rtype, pointer value)
660 if ((res->id == id) && (res->type == rtype))
787 RESTYPE rtype = this->type; local
788 if (rtype & RC_NEVERRETAIN)
800 (*resourceTypes[rtype & TypeMask].deleteFunc)(this->value, this->id);
844 RESTYPE rtype = this->type; local
854 (*resourceTypes[rtype & TypeMask].deleteFunc)(this->value, this->id)
    [all...]
  /xsrc/external/mit/xorg-server/dist/include/
registry.h 36 extern _X_EXPORT const char *LookupResourceName(RESTYPE rtype);
resource.h 204 RESTYPE rtype,
241 RESTYPE rtype,
  /xsrc/external/mit/xorg-server.old/dist/include/
registry.h 41 extern _X_EXPORT const char *LookupResourceName(RESTYPE rtype);
resource.h 194 RESTYPE /*rtype*/,
229 RESTYPE rtype,
263 RESTYPE rtype,
276 RESTYPE rtype) _X_DEPRECATED;
  /xsrc/external/mit/xfs/dist/include/
fsresource.h 80 extern pointer LookupIDByType(int cid, FSID id, RESTYPE rtype);
  /xsrc/external/mit/xfs/dist/difs/
resource.c 357 RESTYPE rtype = res->type; local
361 if (rtype != skipDeleteFuncType)
362 (*DeleteFuncs[rtype & TypeMask]) (res->value, res->id);
409 RESTYPE rtype = this->type; local
412 (*DeleteFuncs[rtype & TypeMask]) (this->value, this->id);
438 RESTYPE rtype)
446 if ((res->id == id) && (res->type == rtype))
  /xsrc/external/mit/xorg-server/dist/Xext/
xacestr.h 42 RESTYPE rtype; member in struct:__anon9777
xselinux_hooks.c 217 if (rec->rtype & RC_DRAWABLE && subj->win_create_sid) {
628 offset = dixLookupPrivateOffset(rec->rtype);
637 class = SELinuxTypeToClass(rec->rtype);
658 auditdata.restype = rec->rtype;
665 if (access_mode & DixCreateAccess && rec->rtype == RT_WINDOW) {
security.c 726 * rtype is its type or class.
750 if ((requested & DixCreateAccess) && (rec->rtype == RT_WINDOW))
755 if (rec->rtype == RT_WINDOW)
760 if (rec->rtype & RC_DRAWABLE)
764 else if (rec->rtype == RT_COLORMAP)
xace.c 100 u.res.rtype = va_arg(ap, RESTYPE);
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xacestr.h 42 RESTYPE rtype; member in struct:__anon10343
xselinux_hooks.c 219 if (rec->rtype & RC_DRAWABLE && subj->win_create_sid) {
625 offset = dixLookupPrivateOffset(rec->rtype);
633 class = SELinuxTypeToClass(rec->rtype);
654 auditdata.restype = rec->rtype;
661 if (access_mode & DixCreateAccess && rec->rtype == RT_WINDOW) {
security.c 784 * rtype is its type or class.
808 if ((requested & DixCreateAccess) && (rec->rtype == RT_WINDOW))
813 if (rec->rtype == RT_WINDOW)
818 if (rec->rtype & RC_DRAWABLE)
822 else if (rec->rtype == RT_COLORMAP)
xace.c 120 u.res.rtype = va_arg(ap, RESTYPE);
  /xsrc/external/mit/xorg-server/dist/dix/
resource.c 909 RESTYPE rtype = res->type; local
918 doFreeResource(res, rtype == skipDeleteFuncType);
966 ChangeResourceValue(XID id, RESTYPE rtype, void *value)
975 if ((res->id == id) && (res->type == rtype)) {
1021 struct ResourceType rtype = resourceTypes[type & TypeMask]; local
1022 rtype.findSubResFunc(resource, func, cdata);
1094 RESTYPE rtype = this->type; local
1096 if (rtype & RC_NEVERRETAIN) {
1199 dixLookupResourceByType(void **result, XID id, RESTYPE rtype,
1206 if ((rtype & TypeMask) > lastResourceType
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/
helper.c 60 LispType ltype, rtype; local
68 rtype = OBJECT_TYPE(right);
81 switch (rtype) {
96 if (rtype == LispSChar_t &&
101 if (rtype == LispString_t && STRLEN(left) == STRLEN(right)) {
113 if (rtype == LispArray_t &&
131 if (rtype == LispStruct_t &&
147 if (rtype == LispHashTable_t &&
183 if (ltype == rtype) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir_lower_fs_out_to_vector.cpp 51 auto rtype = glsl_get_base_type(vrhs->type); local
53 if (ltype != rtype)
54 return ltype < rtype;

Completed in 18 milliseconds