Searched defs:r_size (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/
H A Dres_update.h57 u_int r_size; /*%< size of r_data field */ member in struct:ns_updrec
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A D_librtld.h73 unsigned long r_size; /* size (used for copy relocations) */ member in struct:reloc
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c587 int r_size; local
592 r_size = nbytereq - delta_size;
595 r_size = nbytereq;
598 if ((r_size = read(d, cp, r_size)) < 0)
599 r_size = 0;
600 if ((n = delta_size + r_size) <= 0)
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbcache.c214 size_t i, nblk, p_size, r_size, complete, ra; local
261 r_size = bc->bcache_nblks - BHASH(bc, p_blk); /* remaining blocks */
263 p_size = MIN(r_size, nblk - i); /* read at least those blocks */
276 r_size = 0;
286 p_size * bcache_blksize, p_buf, &r_size);
288 r_size /= bcache_blksize;
289 for (i = 0; i < r_size; i++)
293 if (r_size != 0) {
294 if (r_size < p_size)
295 bcache_rablks += (p_size - r_size);
[all...]
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h202 int r_size; /* size of data area */ member in struct:rrec
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h144 * according to the client (r_size) and the size according to the server
145 * (r_attr.fa_size). They can differ because we modify r_size during a
149 * size returned from the server (r_attr.fa_size) may not match r_size.
150 * r_size is the one we use, in general. r_attr.fa_size is only used to
183 * r_size were safe and reliable; on 32-bit architectures, this is
186 * be held whenever any kind of access of r_size is made.
249 * See notes above re: r_size vs r_attr.fa_size, etc.
254 len_t r_size; /* client's view of file size */ member in struct:smbnode
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h193 * according to the client (r_size) and the size according to the server
194 * (r_attr.va_size). They can differ because we modify r_size during a
198 * size returned from the server (r_attr.va_size) may not match r_size.
199 * r_size is the one we use, in general. r_attr.va_size is only used to
243 * r_size were safe and reliable; on 32-bit architectures, this is
246 * be held whenever any kind of access of r_size is made.
277 len_t r_size; /* client's view of file size */ member in struct:rnode
H A Drnode4.h151 * according to the client (r_size) and the size according to the server
152 * (r_attr.va_size). They can differ because we modify r_size during a
156 * size returned from the server (r_attr.va_size) may not match r_size.
157 * r_size is the one we use, in general. r_attr.va_size is only used to
213 * r_size were safe and reliable; on 32-bit architectures, this is
216 * be held whenever any kind of access of r_size is made.
250 len_t r_size; /* client's view of file size */ member in struct:rnode4
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h225 ulong_t r_size; /* copy size bytes */ member in struct:__anon1758
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c4157 size_t r_size,
4155 hat_join_region(struct hat *hat, caddr_t r_saddr, size_t r_size, void *r_obj, u_offset_t r_objoff, uchar_t r_perm, uchar_t r_pgszc, hat_rgn_cb_func_t r_cb_function, uint_t flags) argument
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h279 uint16_t r_size; /* size of r_data field */ member in struct:ns_updrec
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c1786 size_t r_size, void *r_obj, u_offset_t r_objoff)
1794 ASSERT(saddr < r_saddr + r_size);
1796 ASSERT(eaddr <= r_saddr + r_size);
1785 segvn_hat_rgn_unload_callback(caddr_t saddr, caddr_t eaddr, caddr_t r_saddr, size_t r_size, void *r_obj, u_offset_t r_objoff) argument
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3814 size_t r_size, void *r_obj, u_offset_t r_objoff)
13811 size_t r_size,
13836 if (srdp == NULL || r_size == 0) {
13847 !IS_P2ALIGNED(r_size, TTEBYTES(r_pgszc))) {
13883 if (rgnp->rgn_saddr == r_saddr && rgnp->rgn_size == r_size &&
13946 r_size >> (TTE_PAGE_SHIFT(TTE8K) + 2);
13950 rttecnt = r_size >> TTE_PAGE_SHIFT(r_pgszc);
14040 rgnp->rgn_size == r_size &&
14072 rgnp->rgn_size = r_size;
14117 size_t r_size; local
3813 sfmmu_rgn_cb_noop(caddr_t saddr, caddr_t eaddr, caddr_t r_saddr, size_t r_size, void *r_obj, u_offset_t r_objoff) argument
13809 hat_join_region(struct hat *sfmmup, caddr_t r_saddr, size_t r_size, void *r_obj, u_offset_t r_objoff, uchar_t r_perm, uchar_t r_pgszc, hat_rgn_cb_func_t r_cb_function, uint_t flags) argument
[all...]
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h1874 bzero((ring)->r_kaddr, (ring)->r_size)
1915 size_t r_size; member in struct:yge_ring

Completed in 144 milliseconds