Searched refs:protoDisplay (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xdm/dist/xdm/
H A Dprotodpy.c46 static struct protoDisplay *protoDisplays;
50 PrintProtoDisplay (struct protoDisplay *pdpy)
61 struct protoDisplay *
67 struct protoDisplay *pdpy;
78 return (struct protoDisplay *) 0;
84 struct protoDisplay *pdpy, *next;
94 struct protoDisplay *
103 struct protoDisplay *pdpy;
138 DisposeProtoDisplay (struct protoDisplay *pdpy)
140 struct protoDisplay *
[all...]
H A Dxdmauth.c141 XdmGetXdmcpAuth (struct protoDisplay *pdpy,
222 XdmGetKey(struct protoDisplay *pdpy, ARRAY8Ptr displayID)
262 XdmCheckAuthentication(struct protoDisplay *pdpy, ARRAY8Ptr displayID,
H A Dpolicy.c82 struct protoDisplay *pdpy,
H A Dauth.c95 struct protoDisplay *pdpy,
187 struct protoDisplay *pdpy,
H A Dxdmcp.c934 struct protoDisplay *pdpy = NULL;
1126 struct protoDisplay *pdpy;
/xsrc/external/mit/xdm/dist/include/
H A Ddm_auth.h46 struct protoDisplay *pdpy,
49 extern int XdmCheckAuthentication (struct protoDisplay *pdpy,
75 struct protoDisplay *pdpy,
H A Ddm.h249 struct protoDisplay { struct
250 struct protoDisplay *next;
335 extern struct protoDisplay *FindProtoDisplay (
339 extern struct protoDisplay *NewProtoDisplay (
399 extern int CheckAuthentication (struct protoDisplay *pdpy, ARRAY8Ptr displayID, ARRAY8Ptr name, ARRAY8Ptr data);
405 extern void DisposeProtoDisplay(struct protoDisplay *pdpy);

Completed in 9 milliseconds