Searched refs:slotid (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ ! |
D | pkcs11-util.c | 230 CK_SLOT_ID slotid, in pkcs11_token_login() argument 334 rv = m->C_GetTokenInfo(slotid, &updated_token_info); in pkcs11_token_login() 338 slotid, p11_kit_strerror(rv)); in pkcs11_token_login() 741 CK_SLOT_ID slotid, in token_process() argument 761 rv = m->C_OpenSession(slotid, CKF_SERIAL_SESSION, NULL, NULL, &session); in token_process() 767 r = callback(m, session, slotid, slot_info, token_info, search_uri, userdata); in token_process() 780 CK_SLOT_ID slotid, in slot_process() argument 797 rv = m->C_GetSlotInfo(slotid, &slot_info); in slot_process() 799 …log_warning("Failed to acquire slot info for slot %lu, ignoring slot: %s", slotid, p11_kit_strerro… in slot_process() 819 rv = m->C_GetTokenInfo(slotid, &token_info); in slot_process() [all …]
|
D | pkcs11-util.h | 34 int pkcs11_token_login(CK_FUNCTION_LIST *m, CK_SESSION_HANDLE session, CK_SLOT_ID slotid, const CK_… 46 …n_callback_t)(CK_FUNCTION_LIST *m, CK_SESSION_HANDLE session, CK_SLOT_ID slotid, const CK_SLOT_INF…
|
/systemd-251/src/udev/ ! |
D | udev-builtin-net_id.c | 500 unsigned busid, slotid, ethid; in names_vio() local 524 r = sscanf(syspath, "/sys/devices/vio/%4x%4x/net/eth%u", &busid, &slotid, ðid); in names_vio() 530 xsprintf(names->vio_slot, "v%u", slotid); in names_vio() 532 log_device_debug(dev, "Vio slot identifier: slotid=%u → %s", slotid, names->vio_slot); in names_vio()
|