Searched refs:pslot (Results 1 – 4 of 4) sorted by relevance
294 for pslot in params { in prepareQuery()295 let type = asNumber(pslot[0])?.intValue in prepareQuery()296 let plh = pslot[1] in prepareQuery()297 let val = pslot[2] in prepareQuery()
210 for (List<Object> pslot : params) { in prepareQuery()211 int type = asInt(pslot.get(0), 0); in prepareQuery()212 Object plh = pslot.get(1); in prepareQuery()213 Object val = pslot.get(2); in prepareQuery()
1147 batch_control** pslot = &call->active_batches[slot_idx]; in reuse_or_allocate_batch_control() local1149 if (*pslot != nullptr) { in reuse_or_allocate_batch_control()1150 bctl = *pslot; in reuse_or_allocate_batch_control()1158 *pslot = bctl; in reuse_or_allocate_batch_control()
1275 xhci_cmd_enable_slot(struct xhci_softc *sc, uint8_t *pslot) in xhci_cmd_enable_slot() argument1293 *pslot = XHCI_TRB_3_SLOT_GET(temp); in xhci_cmd_enable_slot()