Lines Matching refs:INVALID_INDEX
90 endpoint->deadId = INVALID_INDEX; in SAMGR_CreateEndpoint()
96 endpoint->identity.handle = (uint32_t)INVALID_INDEX; in SAMGR_CreateEndpoint()
97 endpoint->identity.token = (uint32_t)INVALID_INDEX; in SAMGR_CreateEndpoint()
98 endpoint->identity.cookie = (uint32_t)INVALID_INDEX; in SAMGR_CreateEndpoint()
117 if (index != INVALID_INDEX) { in SAMGR_AddRouter()
134 if (index == INVALID_INDEX) { in SAMGR_AddRouter()
159 int ret = Transact(endpoint->context, samgr, INVALID_INDEX, &req, &reply, in SAMGR_AddSysCap()
190 int ret = Transact(endpoint->context, samgr, INVALID_INDEX, &req, &reply, in SAMGR_GetSysCap()
216 int ret = Transact(endpoint->context, samgr, INVALID_INDEX, &req, reply, in SendGetAllSysCapsRequest()
282 if (endpoint == NULL || saName == NULL || token == INVALID_INDEX) { in SAMGR_ProcPolicy()
288 SvcIdentity saInfo = {INVALID_INDEX, token, INVALID_INDEX}; in SAMGR_ProcPolicy()
399 uint32_t token = (uint32_t)INVALID_INDEX; in Dispatch()
416 request.msgValue = INVALID_INDEX; in Dispatch()
508 …int ret = Transact(context, samgr, INVALID_INDEX, &req, &reply, LITEIPC_FLAG_DEFAULT, (uintptr_t *… in RegisterIdentity()
561 …int err = Transact(context, samgr, INVALID_INDEX, &req, &reply, LITEIPC_FLAG_DEFAULT, (uintptr_t *… in RegisterRemoteEndpoint()
567 if (identity->handle == (uint32)INVALID_INDEX) { in RegisterRemoteEndpoint()