/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_unsol.c | 50 ocs_log_debug(ocs, "[%06x.%s] %02x/%04x/%04x: " fmt, fc_be24toh((hdr)->d_id), s_id_text, \ 578 uint32_t d_id; in ocs_domain_dispatch_frame() local 590 d_id = fc_be24toh(hdr->d_id); in ocs_domain_dispatch_frame() 594 frame_printf(ocs, hdr, "phy sport for FC ID 0x%06x is NULL, dropping frame\n", d_id); in ocs_domain_dispatch_frame() 598 if (sport->fc_id != d_id) { in ocs_domain_dispatch_frame() 600 sport = ocs_sport_find(domain, d_id); /* Look up without lock */ in ocs_domain_dispatch_frame() 605 d_id); in ocs_domain_dispatch_frame() 1236 uint32_t d_id = fc_be24toh(behdr->d_id); in ocs_sframe_common_send() local 1248 hdr.d_id = s_id; /* send it back to whomever sent it to us */ in ocs_sframe_common_send() 1251 hdr.s_id = d_id; in ocs_sframe_common_send()
|
H A D | ocs_hw_queues.c | 1769 uint32_t d_id = fc_be24toh(hdr->d_id); in ocs_hw_rqpair_process_rq() local 1772 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id); in ocs_hw_rqpair_process_rq() 1883 seq->hio->axr_buf->hdr.d_id = fc_hdr->d_id; in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() 1905 uint32_t d_id = fc_be24toh(hdr->d_id); in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() local 1908 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id); in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() 1927 uint32_t d_id = fc_be24toh(hdr->d_id); in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() local 1930 … (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, &seq->hio->axr_buf->seq, s_id, d_id, ox_id); in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() 2020 uint32_t d_id = fc_be24toh(hdr->d_id); in ocs_hw_rqpair_process_auto_xfr_rdy_data() local 2023 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id); in ocs_hw_rqpair_process_auto_xfr_rdy_data()
|
H A D | ocs_device.c | 477 node->ls_acc_did = fc_be24toh(hdr->d_id); in ocs_send_ls_acc_after_attach() 785 uint32_t d_id = fc_be24toh(hdr->d_id); in __ocs_d_init() local 804 ocs_domain_attach(node->sport->domain, d_id); in __ocs_d_init() 824 node_printf(node, "received PLOGI, with unknown topology did=0x%x\n", d_id); in __ocs_d_init() 852 ocs_send_flogi_p2p_acc(cbdata->io, ocs_be16toh(hdr->ox_id), fc_be24toh(hdr->d_id), NULL, NULL); in __ocs_d_init()
|
H A D | ocs_sport.h | 78 extern ocs_sport_t *ocs_sport_find(ocs_domain_t *domain, uint32_t d_id);
|
H A D | ocs_fcp.h | 133 d_id:24; member 151 uint32_t d_id:24, member
|
H A D | ocs_scsi.h | 273 uint32_t s_id, uint32_t d_id, uint32_t ox_id));
|
H A D | ocs_node.c | 2144 … fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id)); in ocs_node_recv_els_frame() 2219 … fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id)); in ocs_node_recv_abts_frame() 2294 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), in ocs_node_recv_ct_frame()
|
H A D | ocs_els.c | 1874 uint32_t d_id = fc_be24toh(hdr->d_id); in ocs_bls_send_acc_hdr() local 1876 return ocs_bls_send_acc(io, d_id, ox_id, rx_id); in ocs_bls_send_acc_hdr()
|
H A D | ocs_sport.c | 342 ocs_sport_find(ocs_domain_t *domain, uint32_t d_id) in ocs_sport_find() argument 354 sport = spv_get(domain->lookup, d_id); in ocs_sport_find()
|
H A D | ocs_hw.h | 1005 int32_t (*bounce)(void (*)(void *arg), void *arg, uint32_t s_id, uint32_t d_id, uint32_t ox_id);
|
H A D | ocs_hw.c | 8803 uint32_t d_id = fc_be24toh(hdr->d_id); in ocs_hw_wq_process_io() local 8806 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, io->axr_buf->cmd_seq, s_id, d_id, ox_id); in ocs_hw_wq_process_io() 8817 uint32_t d_id = fc_be24toh(hdr->d_id); in ocs_hw_wq_process_io() local 8820 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, &io->axr_buf->seq, s_id, d_id, ox_id); in ocs_hw_wq_process_io()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x_req.c | 131 void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *d_id) 134 x->distinguishing_id = d_id;
|
H A D | x_x509.c | 309 void X509_set0_distinguishing_id(X509 *x, ASN1_OCTET_STRING *d_id) in X509_set0_distinguishing_id() argument 312 x->distinguishing_id = d_id; in X509_set0_distinguishing_id()
|
/freebsd/sys/netsmb/ |
H A D | smb_smb.c | 54 int d_id; member 144 for(dp = smb_dialects; dp->d_id != -1; dp++) { in smb_smb_negotiate() 167 sp->sv_proto = dp->d_id; in smb_smb_negotiate() 170 if (dp->d_id >= SMB_DIALECT_NTLM0_12) { in smb_smb_negotiate() 209 if (dp->d_id == SMB_DIALECT_NTLM0_12 && in smb_smb_negotiate() 221 if (dp->d_id > SMB_DIALECT_CORE) { in smb_smb_negotiate()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_fcoe_api.h | 74 struct fc_addr_nw d_id; member
|
H A D | fcoe_common.h | 991 …struct fc_addr_nw d_id /* Destination ID in NW order, received after inquiry of the fabric network… member
|
/freebsd/sys/dev/isp/ |
H A D | isp_stds.h | 43 uint8_t d_id[3]; member
|
H A D | isp_target.c | 369 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2]; in isp_got_tmf_24xx()
|
H A D | isp_library.c | 1209 ISP_IOZGET_8(isp, &src->d_id[0], dst->d_id[0]); in isp_get_fc_hdr() 1210 ISP_IOZGET_8(isp, &src->d_id[1], dst->d_id[1]); in isp_get_fc_hdr() 1211 ISP_IOZGET_8(isp, &src->d_id[2], dst->d_id[2]); in isp_get_fc_hdr() 1232 ISP_IOZPUT_8(isp, src->d_id[0], &dst->d_id[0]); in isp_put_fc_hdr() 1233 ISP_IOZPUT_8(isp, src->d_id[1], &dst->d_id[1]); in isp_put_fc_hdr() 1234 ISP_IOZPUT_8(isp, src->d_id[2], &dst->d_id[2]); in isp_put_fc_hdr()
|
/freebsd/sys/dev/hyperv/pcib/ |
H A D | vmbus_pcib.c | 236 uint16_t d_id; /* device ID */ member 248 uint16_t d_id; /* device ID */ member 432 uint16_t d_id; /* device ID */ member 768 (hpdev->desc.d_id == new_desc->d_id) && in pci_devices_present_work()
|
/freebsd/sys/geom/mirror/ |
H A D | g_mirror.h | 126 uint32_t d_id; /* Disk ID. */ member
|
H A D | g_mirror.c | 311 if (disk->d_id == id) in g_mirror_id2disk() 474 disk->d_id = md->md_did; in g_mirror_init_disk() 770 md->md_did = disk->d_id; in g_mirror_fill_metadata() 3438 sbuf_printf(sb, "%s<ID>%u</ID>\n", indent, (u_int)disk->d_id); in g_mirror_dumpconf()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509.h | 770 void X509_set0_distinguishing_id(X509 *x, ASN1_OCTET_STRING *d_id); 772 void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *d_id);
|
H A D | x509.h.in | 576 void X509_set0_distinguishing_id(X509 *x, ASN1_OCTET_STRING *d_id); 578 void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *d_id);
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 8053 uint8_t d_id[3]; member 8328 uint8_t d_id[3] /* Destination ID, received after inquiry of the fabric network */; member 8399 uint8_t d_id[3] /* Destination ID, received after inquiry of the fabric network */; member 9256 uint8_t d_id[3] /* Destination ID, received after inquiry of the fabric network */; member 9258 uint8_t d_id[3] /* Destination ID, received after inquiry of the fabric network */; member
|