Lines Matching defs:server
118 SamgrServer *server = (SamgrServer *)service; in Initialize() local
127 SamgrServer *server = (SamgrServer *)service; in MessageHandle() local
149 SamgrServer *server = GET_OBJECT(iProxy, SamgrServer, iUnknown); in Invoke() local
159 static int ProcEndpoint(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcEndpoint()
198 static int32 ProcPutFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcPutFeature()
294 static int32 ProcGetFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcGetFeature()
336 static int ProcFeature(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcFeature()
370 static int32 ProcAddSysCap(SamgrServer *server, IpcIo *req) in ProcAddSysCap()
395 static BOOL ProcGetSysCap(SamgrServer *server, IpcIo *req) in ProcGetSysCap()
437 void ProcGetAllSysCap(SamgrServer *server, IpcIo *req, IpcIo *reply) in ProcGetAllSysCap()
474 static int ProcSysCap(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcSysCap()