Home
last modified time | relevance | path

Searched refs:_off (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h207 (a) + (sc)->sc_##what##_off)
210 (a) + (sc)->sc_##what##_off)
213 (a) + (sc)->sc_##what##_off)
216 (a) + (sc)->sc_##what##_off, (x))
219 (a) + (sc)->sc_##what##_off, (x))
222 (a) + (sc)->sc_##what##_off, (x))
/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h248 #define alist_item_by_offset(_lp, _off) \ argument
249 ((void *)((_off) + (char *)(_lp)))
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c274 size_t _off = arsym->as_off; in ld_ar_member() local
292 if (_arsym->as_off != _off) in ld_ar_member()
302 if (_arsym->as_off != _off) in ld_ar_member()
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h143 int _off; member
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3866 file->_cnt = file->_size = file->_off = 0; in kobj_open_file()
4011 if (page_addr == file->_off && b_size > 0) { in kobj_read_file()
4061 file->_off = page_addr; in kobj_read_file()
4134 if (kobj_read_file(f, NULL, f->_bsize, f->_off + f->_size) > 0) in kobj_filbuf()