Lines Matching defs:attr_offset
83 uint64_t attr_offset;
137 attr_offset = SE_ATTR_OFF(ev);
138 attr = (char *)((caddr_t)ev + attr_offset);
189 uint64_t attr_offset;
196 attr_offset = SE_ATTR_OFF(ev);
197 copy = calloc(1, attr_offset);
200 bcopy(ev, copy, attr_offset);
240 uint64_t attr_offset;
262 attr_offset = SE_ATTR_OFF(ev);
263 if (SE_SIZE(ev) == attr_offset) {
268 attr = (caddr_t)ev + attr_offset;
269 attr_len = SE_SIZE(ev) - attr_offset;
650 uint64_t attr_offset;
656 attr_offset = SE_ATTR_OFF(ev);
657 copy = calloc(1, attr_offset);
660 bcopy(ev, copy, attr_offset);
664 attr = (caddr_t)ev + attr_offset;
665 attr_len = SE_SIZE(ev) - attr_offset;