Searched defs:d_id (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnegprot.c76 int d_id; member in struct:smb_dialect
181 for (dp = smb_dialects; dp->d_id != -1; dp++) {
216 sv->sv_proto = dp->d_id;
218 if (dp->d_id < SMB_DIALECT_NTLM0_12) {
322 if (dp->d_id == SMB_DIALECT_NTLM0_12 &&
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmttydefs.c76 static char d_id[MAXID+1], local
135 (void)strncpy(d_id,getword(ptr,&size,0),MAXID);
136 gptr->g_id = d_id;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp_util.h82 uint32_t d_id; member in struct:fc_hba_mapping_entry
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1179 if (LSB(mb[1]) == vha->d_id.b.domain &&
1180 MSB(mb[2]) == vha->d_id.b.area &&
1181 LSB(mb[2]) == vha->d_id.b.al_pa) {
1856 EL(ha, "CS_QUEUE_FULL, d_id=%xh, lun=%xh\n",
1857 sp->lun_queue->target_queue->d_id.b24,
1987 EL(sp->ha, "CS_QUEUE_FULL, d_id=%xh, lun=%xh\n",
1988 sp->lun_queue->target_queue->d_id.b24,
2370 EL(sp->ha, "Loop Not Ready Retry, d_id=%xh, lun=%xh\n",
2371 tq->d_id.b24, sp->lun_queue->lun_no);
2382 EL(sp->ha, "Port Down Retry=%xh, d_id
3198 port_id_t d_id, s_id; local
[all...]
H A Dql_init.c3007 * and the N_Port assumes the d_id and Bob's your uncle.
3014 tq->d_id.b.al_pa = 0;
3015 tq->d_id.b.area = 0;
3016 tq->d_id.b.domain = 0;
3024 port_id_t d_id = {0, 0, 0, 0}; local
3058 &d_id, &loop_id);
3085 QL_NAME, ha->instance, d_id.b24);
3123 /* Save Host d_id, alpa, loop ID. */
3125 ha->d_id.b.al_pa = LSB(mr.mb[2]);
3126 ha->d_id
3242 port_id_t d_id; local
3420 ql_dev_list(ql_adapter_state_t *ha, union ql_dev_id_list *list, uint32_t index, port_id_t *d_id, uint16_t *id) argument
3467 port_id_t d_id; local
[all...]
H A Dql_api.c2338 port_id_t d_id; local
2435 port_info->pi_s_id.port_id = vha->d_id.b24;
2445 d_id.b24 = ha->d_id.b24;
2449 d_id.b.al_pa = ql_index_to_alpa[ha->
2453 d_id.b24;
2457 d_id.b.al_pa = ql_index_to_alpa[ha->
2459 port_info->pi_hard_addr.hard_addr = d_id.b24;
2748 pkt->pkt_resp_fhdr.d_id = ha->d_id
3697 port_id_t d_id; local
3991 port_id_t d_id; local
4713 ql_get_device(opaque_t fca_handle, fc_portid_t d_id) argument
4766 port_id_t d_id; local
4908 port_id_t d_id; local
5095 port_id_t d_id; local
5190 port_id_t d_id; local
5336 port_id_t d_id; local
5418 port_id_t d_id; local
5550 port_id_t d_id; local
5681 port_id_t d_id; local
5776 port_id_t d_id; local
5869 port_id_t d_id; local
6146 port_id_t d_id; local
6210 port_id_t d_id; local
6279 port_id_t d_id; local
6376 ql_login_port(ql_adapter_state_t *ha, port_id_t d_id) argument
6591 port_id_t d_id; local
6736 ql_logout_port(ql_adapter_state_t *ha, port_id_t d_id) argument
6785 ql_dev_init(ql_adapter_state_t *ha, port_id_t d_id, uint16_t loop_id) argument
6989 port_id_t d_id; local
7165 port_id_t d_id; local
7236 port_id_t d_id; local
7562 port_id_t d_id; local
8729 port_id_t d_id; local
8946 port_id_t d_id; local
9022 port_id_t d_id; local
9106 port_id_t d_id; local
9252 port_id_t d_id; local
10654 ql_d_id_to_queue(ql_adapter_state_t *ha, port_id_t d_id) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_apps.h224 uint32_t d_id; member in struct:ql_adapter_info
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcph.h152 uint32_t d_id : 24, member in struct:frame_header
167 d_id : 24;
H A Dfc_fcaif.h140 uint32_t d_id; /* Remote port D_ID */ member in struct:fc_fca_p2p_info
200 opaque_t (*fca_get_device) (opaque_t fca_port, fc_portid_t d_id);
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h128 door_id_t d_id; /* unique id */ member in struct:door_desc::__anon7236::__anon7237
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c134 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
177 pkt->pkt_resp_fhdr.d_id = pkt->pkt_cmd_fhdr.s_id;
178 pkt->pkt_resp_fhdr.s_id = pkt->pkt_cmd_fhdr.d_id;
576 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
601 pkt->pkt_resp_fhdr.d_id = LE_SWAP24_LO(port->did);
767 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
777 pkt->pkt_resp_fhdr.d_id = LE_SWAP24_LO(port->did);
837 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
915 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
962 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
2759 emlxs_generate_rscn(emlxs_port_t *port, uint32_t d_id) argument
3469 emlxs_send_logo(emlxs_port_t *port, uint32_t d_id) argument
[all...]
H A Demlxs_dhchap.c104 uint32_t d_id, uint32_t cmd_size, uint32_t rsp_size,
1070 did = pkt->pkt_cmd_fhdr.d_id;
1118 did = pkt->pkt_cmd_fhdr.d_id;
1299 did = pkt->pkt_cmd_fhdr.d_id;
1425 uint32_t d_id,
1442 pkt->pkt_cmd_fhdr.d_id = LE_SWAP24_LO(d_id);
1880 did = pkt->pkt_cmd_fhdr.d_id;
2052 did = pkt->pkt_cmd_fhdr.d_id;
1423 emlxs_prep_els_fc_pkt( emlxs_port_t *port, uint32_t d_id, uint32_t cmd_size, uint32_t rsp_size, uint32_t datalen, int32_t sleepflag) argument
H A Demlxs_solaris.c2385 emlxs_fca_get_device(opaque_t fca_port_handle, fc_portid_t d_id) argument
2390 "fca_get_device: did=%x", d_id.port_id);
3099 pkt->pkt_cmd_fhdr.d_id = ubp->ub_frame.s_id;
5690 p2p_info->d_id = port->rdid;
5697 "d_id: 0x%x, ndlp: 0x%p", port->did,
8570 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
8937 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
9040 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
9131 pkt->pkt_cmd_fhdr.d_id);
9136 port->rdid = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c613 * Get fcoei remote port with FCID of d_id
617 * d_id = 24-bit FCID of remote port
626 fcoei_get_device(void *fca_handle, fc_portid_t d_id) argument
628 FCOEI_EXT_LOG(__FUNCTION__, "not supported: %p-%x", fca_handle, d_id);
866 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm);
1119 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm);
1227 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm);
1281 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm);
1297 FRM2SS(frm)->ss_p2p_info.d_id = FRM_D_ID(frm);
1846 fpkt->pkt_cmd_fhdr.d_id
[all...]
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal.h51 uint_t r_ctl:8, d_id:24; member in struct:FC2_FRAME_HDR
H A Dfc.h51 uint_t r_ctl:8, d_id:24; member in struct:FC2_FRAME_HDR
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c782 drmachid_t d_id; local
784 rv = drmach_array_first(bp->devices, &d_idx, &d_id);
788 err = drmach_device_status(d_id, &d_stat);
795 rv = drmach_array_next(bp->devices, &d_idx, &d_id);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2740 /* Set the pkt d_id properly */
2742 pkt->pkt_cmd_fhdr.d_id = FS_MANAGEMENT_SERVER;
2744 pkt->pkt_cmd_fhdr.d_id = FS_NAME_SERVER;
2787 pkt->pkt_cmd_fhdr.d_id));
3062 fcsm_els_init(fcsm_cmd_t *cmd, uint32_t d_id) argument
3072 pkt->pkt_cmd_fhdr.d_id = d_id;
3089 fcsm_xlogi_init(fcsm_t *fcsm, fcsm_cmd_t *cmd, uint32_t d_id, argument
3112 fcsm_els_init(cmd, d_id);
3147 pkt->pkt_cmd_fhdr.d_id);
[all...]
H A Dfcip.c1367 "added entry for pwwn %s and d_id 0x%x",
1402 "logging into pwwn %s, d_id 0x%x",
4314 * D_ID in its d_id hash tables.
4337 if (fc_pkt->pkt_cmd_fhdr.d_id == did &&
6274 fcmd->dest_id.port_id = fc_pkt->pkt_cmd_fhdr.d_id;
6419 fr_hdr->d_id = frp->fcipr_d_id.port_id;
6452 "!fc_ulp_login failed for d_id: 0x%x, rval: 0x%x",
6495 "opcode : 0x%x to d_id: 0x%x failed",
6496 logi_req.ls_code, fr_hdr->d_id));
6504 fc_portid_t d_id; local
[all...]
H A Dfcp.c451 uint32_t d_id);
1853 map->d_id = ptgt->tgt_d_id;
2619 hp->d_id = ptgt->tgt_d_id;
2684 "!SCSI command to d_id=0x%x lun=0x%x"
3329 hp->d_id = ptgt->tgt_d_id; /* dest ID */
5160 "fcp_send_els: d_id=0x%x ELS 0x%x (%s)", ptgt->tgt_d_id, opcode,
5204 hp->d_id = ptgt->tgt_d_id; /* dest ID */
5574 pkt->pkt_cmd_fhdr.d_id = buf->ub_frame.s_id;
5575 pkt->pkt_cmd_fhdr.s_id = buf->ub_frame.d_id;
6168 fcp_get_target_by_did(struct fcp_port *pptr, uint32_t d_id) argument
6625 fc_portid_t d_id; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1178 uint32_t d_id; local
1214 d_id = ((ns_resp_gid_pn_t *)ns_cmd->ns_data_buf)->pid.port_id;
1225 ((ns_req_gan_t *)(ns_cmd->ns_cmd_buf))->pid.port_id = d_id - 1;
1471 } else if (FC_IS_REAL_DEVICE(pkt->pkt_cmd_fhdr.d_id)) {
1784 fc_ulp_get_pwwn_by_did(opaque_t port_handle, fc_portid_t d_id, la_wwn_t *pwwn) argument
1790 pd = fctl_get_remote_port_by_did(port, d_id.port_id);
1844 fc_ulp_get_fca_device(opaque_t port_handle, fc_portid_t d_id) argument
1852 return (port->fp_fca_tran->fca_get_device(port->fp_fca_handle, d_id));
3049 fc_portid_t d_id; local
3055 d_id
3454 fctl_alloc_remote_port(fc_local_port_t *port, la_wwn_t *port_wwn, uint32_t d_id, uchar_t recepient, int sleep) argument
3685 uint32_t d_id; local
3856 fctl_get_remote_port_by_did(fc_local_port_t *port, uint32_t d_id) argument
3909 fctl_hold_remote_port_by_did(fc_local_port_t *port, uint32_t d_id) argument
4518 fctl_create_remote_port(fc_local_port_t *port, la_wwn_t *node_wwn, la_wwn_t *port_wwn, uint32_t d_id, uchar_t recepient, int sleep) argument
5980 fctl_lookup_pd_by_did(fc_local_port_t *port, uint32_t d_id) argument
[all...]
H A Dfp.c1016 * Allocate the d_id and pwwn hash tables for all remote ports
2256 uint32_t *d_id; local
2410 d_id = (uint32_t *)job->job_private;
2411 pd = fctl_get_remote_port_by_did(port, *d_id);
2428 *d_id, KM_SLEEP);
2442 rval = fp_port_login(port, *d_id, job,
2980 p2p_info.d_id,
2984 port->fp_port_id.port_id, p2p_info.d_id);
3268 "Retrying ELS for %x", cmd->cmd_pkt.pkt_cmd_fhdr.d_id);
3753 uint32_t d_id; local
3824 uint32_t d_id; local
4048 fp_port_login(fc_local_port_t *port, uint32_t d_id, job_request_t *job, int cmd_flag, int sleep, fc_remote_port_t *pd, fc_packet_t *ulp_pkt) argument
4408 fp_els_init(fp_cmd_t *cmd, uint32_t s_id, uint32_t d_id, void (*comp) (), job_request_t *job) argument
4437 fp_xlogi_init(fc_local_port_t *port, fp_cmd_t *cmd, uint32_t s_id, uint32_t d_id, void (*intr) (), job_request_t *job, uchar_t ls_code) argument
4660 fc_portid_t d_id; local
4812 fc_portid_t d_id; local
4880 uint32_t d_id; local
5853 uint32_t d_id; local
5935 "pd %x", port->fp_port_id.port_id, d_id); local
6015 uint32_t d_id; local
6034 " jcount=%d pkt=%p, state=%x", port, cmd->cmd_job, d_id, local
6165 port->fp_port_id.port_id, d_id); local
7322 uint32_t d_id; local
10127 uint32_t d_id; local
10530 uint32_t d_id; local
11447 uint32_t d_id; local
11607 uint32_t d_id; local
12607 fp_fillout_new_nsmap(fc_local_port_t *port, ddi_acc_handle_t *handle, fc_portmap_t *port_map, ns_resp_gan_t *gan_resp, uint32_t d_id) argument
12653 uint32_t d_id; local
13103 uint32_t d_id; local
13140 fc_portid_t d_id; local
13672 fp_create_remote_port_by_ns(fc_local_port_t *port, uint32_t d_id, int sleep) argument
14039 uint32_t d_id; local
14682 uint32_t d_id = page->aff_d_id; local
15040 uint32_t d_id; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c851 drmachid_t d_id; local
853 rv = drmach_array_first(bp->devices, &d_idx, &d_id);
857 err = drmach_status(d_id, &d_stat);
864 rv = drmach_array_next(bp->devices, &d_idx, &d_id);
1287 drmachid_t d_id; local
1302 rv = drmach_array_first(brd->devices, &d_idx, &d_id);
1311 ASSERT(DRMACH_IS_DEVICE_ID(d_id));
1313 if (!DRMACH_IS_CPU_ID(d_id))
1316 device = d_id;
1338 } while (drmach_array_next(brd->devices, &d_idx, &d_id)
2103 drmachid_t d_id; /* device ID */ local
3312 drmachid_t d_id; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c1101 drmachid_t d_id; local
1103 rv = drmach_array_first(bp->devices, &d_idx, &d_id);
1107 err = drmach_i_status(d_id, &d_stat);
1114 rv = drmach_array_next(bp->devices, &d_idx, &d_id);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1302 drmachid_t d_id; local
1304 rv = drmach_array_first(bp->devices, &d_idx, &d_id);
1308 err = drmach_i_status(d_id, &d_stat);
1315 rv = drmach_array_next(bp->devices, &d_idx, &d_id);
3239 drmachid_t d_id; local
3241 rv = drmach_array_first(bp->devices, &d_idx, &d_id);
3243 if (DRMACH_IS_CPU_ID(d_id)) {
3244 drmach_cpu_t *cp = d_id;
3252 rv = drmach_array_next(bp->devices, &d_idx, &d_id);
6735 drmachid_t d_id; local
7672 drmachid_t d_id; local
8858 drmachid_t d_id; local
[all...]

Completed in 242 milliseconds

12