Searched defs: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; local
3550 attr_length = sizeof (ib_mad_classportinfo_t);
3553 attr_length = sizeof (ib_mad_notice_t);
3556 attr_length = sizeof (ib_mad_informinfo_t);
3559 attr_length = sizeof (sa_node_record_t);
3562 attr_length = sizeof (sa_portinfo_record_t);
3565 attr_length = sizeof (sa_SLtoVLmapping_record_t);
3568 attr_length = sizeof (sa_switchinfo_record_t);
3571 attr_length = sizeof (sa_linearft_record_t);
3574 attr_length
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c419 uint32_t attr_length; local
1474 attr_length =
1478 IXDR_PUT_U_INT32(attr_offset_ptr, attr_length);
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c783 uint32_t attr_length; local
820 attr_length = sizeof (fc_tgt_hba_adapter_attributes_t);
821 if (fctio->fctio_olen < attr_length ||
840 attr_length = sizeof (fc_tgt_hba_port_attributes_t);
841 if (fctio->fctio_olen < attr_length ||
860 attr_length = sizeof (fc_tgt_hba_port_attributes_t);
861 if (fctio->fctio_olen < attr_length ||
879 attr_length = sizeof (fc_tgt_hba_port_attributes_t);
880 if (fctio->fctio_olen < attr_length ||
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c1192 int attr_length, reg_length; local
1197 attr_length = reg_length;
1200 attr_length = length_start[length_idx];
1204 func(hdr, data_start, tb->lot_attrs[i], attr_length,
1208 attr_length), 8);

Completed in 212 milliseconds