Home
last modified time | relevance | path

Searched refs:attr_length (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_impl.c3539 uint_t attr_length; in ibmf_saa_impl_get_attr_id_length() local
3553 attr_length = sizeof (ib_mad_notice_t); in ibmf_saa_impl_get_attr_id_length()
3556 attr_length = sizeof (ib_mad_informinfo_t); in ibmf_saa_impl_get_attr_id_length()
3559 attr_length = sizeof (sa_node_record_t); in ibmf_saa_impl_get_attr_id_length()
3580 attr_length = sizeof (sa_sminfo_record_t); in ibmf_saa_impl_get_attr_id_length()
3586 attr_length = sizeof (sa_link_record_t); in ibmf_saa_impl_get_attr_id_length()
3598 attr_length = sizeof (sa_path_record_t); in ibmf_saa_impl_get_attr_id_length()
3607 attr_length = sizeof (sa_trace_record_t); in ibmf_saa_impl_get_attr_id_length()
3614 attr_length = 0; in ibmf_saa_impl_get_attr_id_length()
3622 tnf_opaque, attr_id, attr_id, tnf_uint, attr_length, attr_length); in ibmf_saa_impl_get_attr_id_length()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c797 uint32_t attr_length; in fct_fctiocmd() local
834 attr_length = sizeof (fc_tgt_hba_adapter_attributes_t); in fct_fctiocmd()
835 if (fctio->fctio_olen < attr_length || in fct_fctiocmd()
854 attr_length = sizeof (fc_tgt_hba_port_attributes_t); in fct_fctiocmd()
855 if (fctio->fctio_olen < attr_length || in fct_fctiocmd()
874 attr_length = sizeof (fc_tgt_hba_port_attributes_t); in fct_fctiocmd()
875 if (fctio->fctio_olen < attr_length || in fct_fctiocmd()
893 attr_length = sizeof (fc_tgt_hba_port_attributes_t); in fct_fctiocmd()
894 if (fctio->fctio_olen < attr_length || in fct_fctiocmd()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c401 uint32_t attr_length; in rfs4_op_readdir() local
1466 attr_length = in rfs4_op_readdir()
1470 IXDR_PUT_U_INT32(attr_offset_ptr, attr_length); in rfs4_op_readdir()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c1197 int attr_length, reg_length; in sa_attr_iter() local
1202 attr_length = reg_length; in sa_attr_iter()
1205 attr_length = length_start[length_idx]; in sa_attr_iter()
1209 func(hdr, data_start, tb->lot_attrs[i], attr_length, in sa_attr_iter()
1213 attr_length), 8); in sa_attr_iter()