Searched refs:pos2 (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c243 nsc_off_t pos2, nsc_size_t len)
260 rc = (*io1->copy)(h1, h2, pos1, pos2, len);
266 return (_nsc_copy_h(h1, h2, pos1, pos2, len));
272 nsc_off_t pos2, nsc_size_t len)
279 pos2 < h2->sb_pos || pos2 + len > h2->sb_pos + h2->sb_len)
299 pos2 -= h2->sb_pos;
301 for (; pos2 >= FBA_NUM(v2->sv_len); v2++)
302 pos2 -= FBA_NUM(v2->sv_len);
304 a2 = v2->sv_addr + FBA_SIZE(pos2);
242 nsc_copy(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, nsc_off_t pos2, nsc_size_t len) argument
271 _nsc_copy_h(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, nsc_off_t pos2, nsc_size_t len) argument
333 nsc_copy_direct(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, nsc_off_t pos2, nsc_size_t len) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c115 * and one past the last bit (pos2) in the pattern.
118 bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2, size_t end_pos) argument
134 *pos2 = pos;
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c60 struct iodev_snapshot *pos2; local
66 pos2 = find_iodev_by_name(pos->is_children, name);
67 if (pos2 != NULL)
68 return (pos2);
102 struct iodev_snapshot *pos2; local
135 for (pos2 = pos->is_children; pos2; pos2 = pos2->is_next) {
136 if (pos2
520 struct iodev_snapshot *pos2 = pos->is_children; local
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dgzipfs.c332 off_t pos1, pos2; local
340 pos2 = lseek(zf->zf_rawfd, sb->st_size - 4, SEEK_SET);
341 if (pos2 != -1) {
/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h149 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h288 #define II_NSC_COPY_DIRECT(ip, t1, t2, rc, buf1, buf2, pos1, pos2, len) \
290 rc = nsc_copy_direct(buf1, buf2, pos1, pos2, len); \
H A Ddsw_dev.c7645 _ii_nsc_or(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, nsc_off_t pos2, argument
7654 pos2 < h2->sb_pos || pos2 + len > h2->sb_pos + h2->sb_len)
7674 pos2 -= h2->sb_pos;
7676 for (; pos2 >= FBA_NUM(v2->sv_len); v2++)
7677 pos2 -= FBA_NUM(v2->sv_len);
7679 a2 = v2->sv_addr + FBA_SIZE(pos2);
7680 l2 = v2->sv_len - FBA_SIZE(pos2);
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c2116 cmd_pos_t pos2; local
2156 pos2.linenum = 0;
2157 pos2.line = line;
2161 pos2.linenum++;
2174 rc = line2nm(line2, &pos2, nm, format);
2188 print_error(&pos2,
2195 rc = positions_add(&pos2);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c2175 size_t pos2; local
2179 while (bt_range(bitmap, &pos1, &pos2, end_pos)) {
2180 size = ptob((pos2 - pos1));
2186 pos1 = pos2;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vpow.S2283 bge,pt %icc,.pos2 ! if (x >= 0);
2345 .pos2:

Completed in 87 milliseconds