Searched refs:mcopy (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dassfail.c162 mutex_t mcopy; local
171 * Use memcpy() rather than 'mcopy = *mp' in case mp is unaligned.
173 (void) memcpy(&mcopy, mp, sizeof (mcopy));
206 } else if (!mutex_held(&mcopy)) {
208 } else if (mcopy.mutex_rcount) {
210 ultos((uint64_t)mcopy.mutex_rcount, 10, buf + strlen(buf));
218 if (msg != NULL || mutex_held(&mcopy))
220 else if (mcopy.mutex_lockw == 0)
222 else if (!(mcopy
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkrescue.in294 if $(which mformat > /dev/null) && $(which mcopy > /dev/null); then
296 mcopy -s -i "${iso9660_dir}"/efi.img ${efi_dir}/efi ::/

Completed in 22 milliseconds