Searched refs:slot_id (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dpkcs11.h140 #define slot_id slotID macro
299 ck_slot_id_t slot_id; member in struct:ck_session_info
736 (ck_slot_id_t slot_id, struct ck_slot_info *info));
738 (ck_slot_id_t slot_id, struct ck_token_info *info));
742 (ck_slot_id_t slot_id,
746 (ck_slot_id_t slot_id, ck_mechanism_type_t type,
749 (ck_slot_id_t slot_id, unsigned char *pin,
760 (ck_slot_id_t slot_id, ck_flags_t flags,
764 _CK_DECLARE_FUNCTION (C_CloseAllSessions, (ck_slot_id_t slot_id));
1302 #undef slot_id macro
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h140 #define slot_id slotID
300 ck_slot_id_t slot_id;
738 (ck_slot_id_t slot_id, struct ck_slot_info *info));
740 (ck_slot_id_t slot_id, struct ck_token_info *info));
744 (ck_slot_id_t slot_id,
748 (ck_slot_id_t slot_id, ck_mechanism_type_t type,
751 (ck_slot_id_t slot_id, unsigned char *pin,
762 (ck_slot_id_t slot_id, ck_flags_t flags,
766 _CK_DECLARE_FUNCTION (C_CloseAllSessions, (ck_slot_id_t slot_id));
1305 #undef slot_id
139 #define slot_id macro
298 ck_slot_id_t slot_id; member in struct:ck_session_info
1302 #undef slot_id macro
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c1357 xhci_cmd_disable_slot(struct xhci_softc *sc, uint8_t slot_id) argument
1367 XHCI_TRB_3_SLOT_SET(slot_id);
1376 uint8_t bsr, uint8_t slot_id)
1386 XHCI_TRB_3_SLOT_SET(slot_id);
1525 uint8_t deconfigure, uint8_t slot_id)
1535 XHCI_TRB_3_SLOT_SET(slot_id);
1547 uint8_t slot_id)
1557 XHCI_TRB_3_SLOT_SET(slot_id);
1565 uint8_t ep_id, uint8_t slot_id)
1575 XHCI_TRB_3_SLOT_SET(slot_id) |
1375 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, uint8_t bsr, uint8_t slot_id) argument
1524 xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx, uint8_t deconfigure, uint8_t slot_id) argument
1546 xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx, uint8_t slot_id) argument
1564 xhci_cmd_reset_ep(struct xhci_softc *sc, uint8_t preserve, uint8_t ep_id, uint8_t slot_id) argument
1587 xhci_cmd_set_tr_dequeue_ptr(struct xhci_softc *sc, uint64_t dequeue_ptr, uint16_t stream_id, uint8_t ep_id, uint8_t slot_id) argument
1609 xhci_cmd_stop_ep(struct xhci_softc *sc, uint8_t suspend, uint8_t ep_id, uint8_t slot_id) argument
1632 xhci_cmd_reset_dev(struct xhci_softc *sc, uint8_t slot_id) argument
[all...]
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_mapping.c2217 u16 slot_id, entry_num, num_slots; local
2292 slot_id = 0;
2295 slot_id = 1;
2298 slot_id = 0;
2319 et_entry->start_slot = slot_id;
/freebsd-11-stable/sys/dev/mps/
H A Dmps_mapping.c1768 u16 slot_id, entry_num, num_slots; local
1843 slot_id = 0;
1846 slot_id = 1;
1849 slot_id = 0;
1870 et_entry->start_slot = slot_id;

Completed in 100 milliseconds