Searched refs:SRP_PORT_ID_LEN (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrp.h75 SRP_PORT_ID_LEN = 16, enumerator in enum:__anon5410
114 uint8_t lreq_initiator_port_id[SRP_PORT_ID_LEN];
115 uint8_t lreq_target_port_id[SRP_PORT_ID_LEN];
H A Dsrpt_impl.h84 #define SRPT_ALIAS_LEN (SRP_PORT_ID_LEN * 2 + 2)
131 uint8_t ss_i_id[SRP_PORT_ID_LEN];
132 uint8_t ss_t_id[SRP_PORT_ID_LEN];
303 uint8_t tp_srp_port_id[SRP_PORT_ID_LEN];
H A Dsrpt_stp.c1284 bcopy(i_id, srptpd->srp_name, SRP_PORT_ID_LEN);
1291 bcopy(i_id, ss->ss_i_id, SRP_PORT_ID_LEN);
1292 bcopy(t_id, ss->ss_t_id, SRP_PORT_ID_LEN);
1422 SRP_PORT_ID_LEN) != 0) {
1512 SRP_PORT_ID_LEN) == 0) &&
1515 SRP_PORT_ID_LEN) == 0)) {

Completed in 50 milliseconds