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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/dev/usb/controller/
H A Dxhci.c1271 xhci_cmd_disable_slot(struct xhci_softc *sc, uint8_t slot_id) argument
1281 XHCI_TRB_3_SLOT_SET(slot_id);
1290 uint8_t bsr, uint8_t slot_id)
1300 XHCI_TRB_3_SLOT_SET(slot_id);
1432 uint8_t deconfigure, uint8_t slot_id)
1442 XHCI_TRB_3_SLOT_SET(slot_id);
1454 uint8_t slot_id)
1464 XHCI_TRB_3_SLOT_SET(slot_id);
1472 uint8_t ep_id, uint8_t slot_id)
1482 XHCI_TRB_3_SLOT_SET(slot_id) |
1289 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, uint8_t bsr, uint8_t slot_id) argument
1431 xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx, uint8_t deconfigure, uint8_t slot_id) argument
1453 xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx, uint8_t slot_id) argument
1471 xhci_cmd_reset_ep(struct xhci_softc *sc, uint8_t preserve, uint8_t ep_id, uint8_t slot_id) argument
1494 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
1516 xhci_cmd_stop_ep(struct xhci_softc *sc, uint8_t suspend, uint8_t ep_id, uint8_t slot_id) argument
1539 xhci_cmd_reset_dev(struct xhci_softc *sc, uint8_t slot_id) argument
[all...]
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_mapping.c1467 u16 slot_id, entry_num, num_slots; local
1515 slot_id = 0;
1518 slot_id = 1;
1521 slot_id = 0;
1541 et_entry->start_slot = slot_id;
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_mapping.c1469 u16 slot_id, entry_num, num_slots; local
1517 slot_id = 0;
1520 slot_id = 1;
1523 slot_id = 0;
1543 et_entry->start_slot = slot_id;

Completed in 125 milliseconds