Searched defs:rcopy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dassfail.c265 rwlock_t rcopy; local
276 * Use memcpy() rather than 'rcopy = *rp' in case rp is unaligned.
278 (void) memcpy(&rcopy, rp, sizeof (rcopy));
298 rwstate = (uint32_t)rcopy.rwlock_readers;
299 process = (rcopy.rwlock_type & USYNC_PROCESS);
318 ultos((uint64_t)rcopy.rwlock_owner, 16,
322 ultos((uint64_t)rcopy.rwlock_ownerpid, 10,
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c83 static int rcopy(char *, char *);
536 * is a directory, then call rcopy (from copydir).
1236 rcopy(char *from, char *to) function
1531 ret = rcopy(source, target);

Completed in 80 milliseconds