Searched refs:attr_offset (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_saa_utils.h54 uint16_t attr_offset, boolean_t is_get_resp, int km_sleep_flag);
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c83 uint64_t attr_offset; local
137 attr_offset = SE_ATTR_OFF(ev);
138 attr = (char *)((caddr_t)ev + attr_offset);
189 uint64_t attr_offset; local
196 attr_offset = SE_ATTR_OFF(ev);
197 copy = calloc(1, attr_offset);
200 bcopy(ev, copy, attr_offset);
240 uint64_t attr_offset; local
262 attr_offset = SE_ATTR_OFF(ev);
263 if (SE_SIZE(ev) == attr_offset) {
650 uint64_t attr_offset; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c1159 uint16_t attr_offset, boolean_t is_get_resp, int km_sleep_flag)
1318 if (attr_offset > 0) {
1320 if ((attr_offset * 8) < buf_size) {
1324 "ibmf_saa_utils_unpack_payload: %s, attr_offset = "
1328 tnf_int, attr_offset, attr_offset,
1334 bytes_between_recs = attr_offset * 8;
1157 ibmf_saa_utils_unpack_payload(uchar_t *buf_payload, size_t buf_payload_length, uint16_t attr_id, void **structs_payloadp, size_t *structs_payload_lengthp, uint16_t attr_offset, boolean_t is_get_resp, int km_sleep_flag) argument
H A Dibmf_saa_impl.c3215 uint16_t attr_offset; local
3379 attr_offset = sa_hdr->AttributeOffset;
3388 attr_offset, is_get_resp, sleep_flag);
3395 "0x%x, attr_offset = %d, packed_payload_len = %d, "
3398 tnf_opaque, attr_offset, attr_offset,
3407 "attr_id = 0x%x, attr_offset = %d, packed_payload_len = %d,"
3411 tnf_int, attr_offset, attr_offset,
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1925 uint64_t attr_offset; local
1957 attr_offset = SE_ATTR_OFF(evp);
1958 patt = (caddr_t)evp + attr_offset;
1969 evp->seh_attr_off = attr_offset;
2159 uint64_t attr_offset; local
2165 attr_offset = SE_ATTR_OFF(ev);
2166 if (SE_SIZE(ev) == attr_offset) {
2171 attr = (caddr_t)ev + attr_offset;
2172 attr_len = SE_SIZE(ev) - attr_offset;
H A Dlog_sysevent.c758 uint64_t attr_offset; local
776 attr_offset = SE_ATTR_OFF(ev);
778 ASSERT((caddr_t)copy + attr_offset <= (caddr_t)copy + copy_len);
780 bcopy(ev, copy, attr_offset);
790 attr = (char *)copy + attr_offset;

Completed in 92 milliseconds