Home
last modified time | relevance | path

Searched refs:slotid (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Dhcd-xhci.c863 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1045 epctx->slotid = slotid; in xhci_alloc_epctx()
1085 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1179 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1218 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1255 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1485 event.slotid = xfer->epctx->slotid; in xhci_xfer_report()
1920 ev.slotid = epctx->slotid; in xhci_kick_epctx()
2348 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2541 event.slotid = slotid; in xhci_process_commands()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Dhcd-xhci.c863 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1045 epctx->slotid = slotid; in xhci_alloc_epctx()
1085 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1179 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1218 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1255 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1485 event.slotid = xfer->epctx->slotid; in xhci_xfer_report()
1920 ev.slotid = epctx->slotid; in xhci_kick_epctx()
2348 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2541 event.slotid = slotid; in xhci_process_commands()
[all …]
/dports/www/moodle310/moodle/mod/quiz/tests/
H A Dstructure_test.php284 $idtomove = $structure->get_question_in_slot(2)->slotid;
304 $idtomove = $structure->get_question_in_slot(2)->slotid;
323 $idtomove = $structure->get_question_in_slot(2)->slotid;
343 $idtomove = $structure->get_question_in_slot(2)->slotid;
365 $idtomove = $structure->get_question_in_slot(2)->slotid;
852 $slotid = $structure->get_question_in_slot(2)->slotid;
869 $slotid = $structure->get_question_in_slot(2)->slotid;
887 $slotid = $structure->get_slot_id_for_slot(2);
888 $structure->update_question_dependency($slotid, true);
1013 $slotid = $slot->id + 100;
[all …]
/dports/www/moodle311/moodle/mod/quiz/tests/
H A Dstructure_test.php284 $idtomove = $structure->get_question_in_slot(2)->slotid;
304 $idtomove = $structure->get_question_in_slot(2)->slotid;
323 $idtomove = $structure->get_question_in_slot(2)->slotid;
343 $idtomove = $structure->get_question_in_slot(2)->slotid;
365 $idtomove = $structure->get_question_in_slot(2)->slotid;
852 $slotid = $structure->get_question_in_slot(2)->slotid;
869 $slotid = $structure->get_question_in_slot(2)->slotid;
887 $slotid = $structure->get_slot_id_for_slot(2);
888 $structure->update_question_dependency($slotid, true);
1013 $slotid = $slot->id + 100;
[all …]
/dports/www/moodle39/moodle/mod/quiz/tests/
H A Dstructure_test.php286 $idtomove = $structure->get_question_in_slot(2)->slotid;
306 $idtomove = $structure->get_question_in_slot(2)->slotid;
325 $idtomove = $structure->get_question_in_slot(2)->slotid;
345 $idtomove = $structure->get_question_in_slot(2)->slotid;
367 $idtomove = $structure->get_question_in_slot(2)->slotid;
861 $slotid = $structure->get_question_in_slot(2)->slotid;
878 $slotid = $structure->get_question_in_slot(2)->slotid;
896 $slotid = $structure->get_slot_id_for_slot(2);
897 $structure->update_question_dependency($slotid, true);
1022 $slotid = $slot->id + 100;
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Dhcd-xhci.c867 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1049 epctx->slotid = slotid; in xhci_alloc_epctx()
1089 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1183 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1222 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1259 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1489 event.slotid = xfer->epctx->slotid; in xhci_xfer_report()
1924 ev.slotid = epctx->slotid; in xhci_kick_epctx()
2352 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2545 event.slotid = slotid; in xhci_process_commands()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Dhcd-xhci.c914 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1096 epctx->slotid = slotid; in xhci_alloc_epctx()
1136 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1230 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1269 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1306 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1536 event.slotid = xfer->epctx->slotid; in xhci_xfer_report()
1966 ev.slotid = epctx->slotid; in xhci_kick_epctx()
2394 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2587 event.slotid = slotid; in xhci_process_commands()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Dhcd-xhci.c867 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1049 epctx->slotid = slotid; in xhci_alloc_epctx()
1089 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1183 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1222 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1259 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1489 event.slotid = xfer->epctx->slotid; in xhci_xfer_report()
1924 ev.slotid = epctx->slotid; in xhci_kick_epctx()
2352 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2545 event.slotid = slotid; in xhci_process_commands()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Dhcd-xhci.c914 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1096 epctx->slotid = slotid; in xhci_alloc_epctx()
1136 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1230 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1269 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1306 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1536 event.slotid = xfer->epctx->slotid; in xhci_xfer_report()
1966 ev.slotid = epctx->slotid; in xhci_kick_epctx()
2394 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2587 event.slotid = slotid; in xhci_process_commands()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Dhcd-xhci.c914 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1096 epctx->slotid = slotid; in xhci_alloc_epctx()
1136 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1230 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1269 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1306 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1536 event.slotid = xfer->epctx->slotid; in xhci_xfer_report()
1961 ev.slotid = epctx->slotid; in xhci_kick_epctx()
2384 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2577 event.slotid = slotid; in xhci_process_commands()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Dhcd-xhci.c914 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1096 epctx->slotid = slotid; in xhci_alloc_epctx()
1136 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1230 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1269 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1306 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1536 event.slotid = xfer->epctx->slotid; in xhci_xfer_report()
1961 ev.slotid = epctx->slotid; in xhci_kick_epctx()
2384 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2577 event.slotid = slotid; in xhci_process_commands()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/usb/
H A Dhcd-xhci.c911 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()
1093 epctx->slotid = slotid; in xhci_alloc_epctx()
1133 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1227 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1266 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1303 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1340 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_reset_ep()
1533 event.slotid = xfer->epctx->slotid; in xhci_xfer_report()
2361 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2551 event.slotid = slotid; in xhci_process_commands()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/tmx/
H A Dtmx_pretran.c117 void tmx_pretran_link_safe(int slotid) in tmx_pretran_link_safe() argument
122 if(_tmx_ptran_table[slotid].plist==NULL) { in tmx_pretran_link_safe()
137 void tmx_pretran_unlink_safe(int slotid) in tmx_pretran_unlink_safe() argument
150 if(_tmx_ptran_table[slotid].plist!=NULL) in tmx_pretran_unlink_safe()
167 int slotid; in tmx_pretran_unlink() local
173 lock_get(&_tmx_ptran_table[slotid].lock); in tmx_pretran_unlink()
174 tmx_pretran_unlink_safe(slotid); in tmx_pretran_unlink()
187 unsigned int slotid; in tmx_check_pretran() local
247 slotid = chid & (_tmx_ptran_size-1); in tmx_check_pretran()
316 it = _tmx_ptran_table[slotid].plist; in tmx_check_pretran()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfs/
H A Dnfs4session.c85 u32 slotid = slot->slot_nr; in nfs4_free_slot() local
93 if (new_max < slotid) in nfs4_free_slot()
101 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
112 slot->slot_nr = slotid; in nfs4_new_slot()
135 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot()
145 u32 slotid = slot->slot_nr; in nfs4_lock_slot() local
174 if (slotid <= tbl->max_slotid) in nfs4_lookup_slot()
202 u32 slotid, u32 seq_nr) in nfs4_slot_seqid_in_use() argument
223 u32 slotid, u32 seq_nr, in nfs4_slot_wait_on_seqid() argument
245 u32 slotid; in nfs4_alloc_slot() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfs/
H A Dnfs4session.c85 u32 slotid = slot->slot_nr; in nfs4_free_slot() local
93 if (new_max < slotid) in nfs4_free_slot()
101 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
112 slot->slot_nr = slotid; in nfs4_new_slot()
135 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot()
145 u32 slotid = slot->slot_nr; in nfs4_lock_slot() local
174 if (slotid <= tbl->max_slotid) in nfs4_lookup_slot()
202 u32 slotid, u32 seq_nr) in nfs4_slot_seqid_in_use() argument
223 u32 slotid, u32 seq_nr, in nfs4_slot_wait_on_seqid() argument
245 u32 slotid; in nfs4_alloc_slot() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfs/
H A Dnfs4session.c85 u32 slotid = slot->slot_nr; in nfs4_free_slot() local
93 if (new_max < slotid) in nfs4_free_slot()
101 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
112 slot->slot_nr = slotid; in nfs4_new_slot()
135 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot()
145 u32 slotid = slot->slot_nr; in nfs4_lock_slot() local
174 if (slotid <= tbl->max_slotid) in nfs4_lookup_slot()
202 u32 slotid, u32 seq_nr) in nfs4_slot_seqid_in_use() argument
223 u32 slotid, u32 seq_nr, in nfs4_slot_wait_on_seqid() argument
245 u32 slotid; in nfs4_alloc_slot() local
[all …]
/dports/security/xca/xca-2.4.0/lib/
H A Dpkcs11.h114 slotid p11slot;
123 CK_RV tokenInfo(const slotid &slot, tkInfo *tkinfo);
124 tkInfo tokenInfo(const slotid &slot);
129 QString driverInfo(const slotid &slot) const in driverInfo()
138 bool selectToken(slotid *slot, QWidget *w);
139 void changePin(const slotid &slot, bool so);
140 void initPin(const slotid &slot);
141 void initToken(const slotid &slot, unsigned char *pin,
143 QList<CK_MECHANISM_TYPE> mechanismList(const slotid &slot);
144 void mechanismInfo(const slotid &slot, CK_MECHANISM_TYPE m,
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/hw/
H A Dusb-xhci.c263 u32 slotid; member
649 void *addr = &db[slotid].doorbell; in xhci_doorbell()
829 slotid, inctx->add, inctx->del); in xhci_cmd_configure_endpoint()
838 slotid, inctx->add, inctx->del); in xhci_cmd_evaluate_context()
867 slot->ctx[2] |= hpipe->slotid; in xhci_alloc_inctx()
988 if (slotid < 0) { in xhci_alloc_pipe()
995 xhci->devs[slotid].ptr_low = (u32)dev; in xhci_alloc_pipe()
996 xhci->devs[slotid].ptr_high = 0; in xhci_alloc_pipe()
1007 xhci->devs[slotid].ptr_low = 0; in xhci_alloc_pipe()
1011 pipe->slotid = slotid; in xhci_alloc_pipe()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/hw/
H A Dusb-xhci.c263 u32 slotid; member
649 void *addr = &db[slotid].doorbell; in xhci_doorbell()
829 slotid, inctx->add, inctx->del); in xhci_cmd_configure_endpoint()
838 slotid, inctx->add, inctx->del); in xhci_cmd_evaluate_context()
867 slot->ctx[2] |= hpipe->slotid; in xhci_alloc_inctx()
988 if (slotid < 0) { in xhci_alloc_pipe()
995 xhci->devs[slotid].ptr_low = (u32)dev; in xhci_alloc_pipe()
996 xhci->devs[slotid].ptr_high = 0; in xhci_alloc_pipe()
1007 xhci->devs[slotid].ptr_low = 0; in xhci_alloc_pipe()
1011 pipe->slotid = slotid; in xhci_alloc_pipe()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/hw/
H A Dusb-xhci.c263 u32 slotid; member
649 void *addr = &db[slotid].doorbell; in xhci_doorbell()
829 slotid, inctx->add, inctx->del); in xhci_cmd_configure_endpoint()
838 slotid, inctx->add, inctx->del); in xhci_cmd_evaluate_context()
867 slot->ctx[2] |= hpipe->slotid; in xhci_alloc_inctx()
988 if (slotid < 0) { in xhci_alloc_pipe()
995 xhci->devs[slotid].ptr_low = (u32)dev; in xhci_alloc_pipe()
996 xhci->devs[slotid].ptr_high = 0; in xhci_alloc_pipe()
1007 xhci->devs[slotid].ptr_low = 0; in xhci_alloc_pipe()
1011 pipe->slotid = slotid; in xhci_alloc_pipe()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/hw/
H A Dusb-xhci.c263 u32 slotid; member
649 void *addr = &db[slotid].doorbell; in xhci_doorbell()
829 slotid, inctx->add, inctx->del); in xhci_cmd_configure_endpoint()
838 slotid, inctx->add, inctx->del); in xhci_cmd_evaluate_context()
867 slot->ctx[2] |= hpipe->slotid; in xhci_alloc_inctx()
988 if (slotid < 0) { in xhci_alloc_pipe()
995 xhci->devs[slotid].ptr_low = (u32)dev; in xhci_alloc_pipe()
996 xhci->devs[slotid].ptr_high = 0; in xhci_alloc_pipe()
1007 xhci->devs[slotid].ptr_low = 0; in xhci_alloc_pipe()
1011 pipe->slotid = slotid; in xhci_alloc_pipe()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-xhci.c263 u32 slotid; member
649 void *addr = &db[slotid].doorbell; in xhci_doorbell()
829 slotid, inctx->add, inctx->del); in xhci_cmd_configure_endpoint()
838 slotid, inctx->add, inctx->del); in xhci_cmd_evaluate_context()
867 slot->ctx[2] |= hpipe->slotid; in xhci_alloc_inctx()
988 if (slotid < 0) { in xhci_alloc_pipe()
995 xhci->devs[slotid].ptr_low = (u32)dev; in xhci_alloc_pipe()
996 xhci->devs[slotid].ptr_high = 0; in xhci_alloc_pipe()
1007 xhci->devs[slotid].ptr_low = 0; in xhci_alloc_pipe()
1011 pipe->slotid = slotid; in xhci_alloc_pipe()
[all …]
/dports/misc/seabios/seabios-1.14.0/src/hw/
H A Dusb-xhci.c263 u32 slotid; member
649 void *addr = &db[slotid].doorbell; in xhci_doorbell()
829 slotid, inctx->add, inctx->del); in xhci_cmd_configure_endpoint()
838 slotid, inctx->add, inctx->del); in xhci_cmd_evaluate_context()
867 slot->ctx[2] |= hpipe->slotid; in xhci_alloc_inctx()
988 if (slotid < 0) { in xhci_alloc_pipe()
995 xhci->devs[slotid].ptr_low = (u32)dev; in xhci_alloc_pipe()
996 xhci->devs[slotid].ptr_high = 0; in xhci_alloc_pipe()
1007 xhci->devs[slotid].ptr_low = 0; in xhci_alloc_pipe()
1011 pipe->slotid = slotid; in xhci_alloc_pipe()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-xhci.c263 u32 slotid; member
649 void *addr = &db[slotid].doorbell; in xhci_doorbell()
829 slotid, inctx->add, inctx->del); in xhci_cmd_configure_endpoint()
838 slotid, inctx->add, inctx->del); in xhci_cmd_evaluate_context()
867 slot->ctx[2] |= hpipe->slotid; in xhci_alloc_inctx()
988 if (slotid < 0) { in xhci_alloc_pipe()
995 xhci->devs[slotid].ptr_low = (u32)dev; in xhci_alloc_pipe()
996 xhci->devs[slotid].ptr_high = 0; in xhci_alloc_pipe()
1007 xhci->devs[slotid].ptr_low = 0; in xhci_alloc_pipe()
1011 pipe->slotid = slotid; in xhci_alloc_pipe()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-xhci.c263 u32 slotid; member
649 void *addr = &db[slotid].doorbell; in xhci_doorbell()
829 slotid, inctx->add, inctx->del); in xhci_cmd_configure_endpoint()
838 slotid, inctx->add, inctx->del); in xhci_cmd_evaluate_context()
867 slot->ctx[2] |= hpipe->slotid; in xhci_alloc_inctx()
988 if (slotid < 0) { in xhci_alloc_pipe()
995 xhci->devs[slotid].ptr_low = (u32)dev; in xhci_alloc_pipe()
996 xhci->devs[slotid].ptr_high = 0; in xhci_alloc_pipe()
1007 xhci->devs[slotid].ptr_low = 0; in xhci_alloc_pipe()
1011 pipe->slotid = slotid; in xhci_alloc_pipe()
[all …]

123456789