Searched defs:copyout (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/head/
H A Dhead.c53 static void copyout(off_t, int);
164 copyout(linecnt, isline);
174 copyout(off_t cnt, int isline) function
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s521 * Note that copyin(9F) and copyout(9F) are part of the
579 * Copy kernel data to user space (copyout/xcopyout/xcopyout_little).
586 copyout(const void *kaddr, void *uaddr, size_t count)
606 * fault occurs in (x)copyin/(x)copyout. In order for this to function
625 ENTRY(copyout) function
822 SET_SIZE(copyout)
H A Dniagara_copy.s114 * For all of bcopy/copyin/copyout the copy logic is specialized according
2822 * Note that copyin(9F) and copyout(9F) are part of the
2904 * Copy kernel data to user space (copyout/xcopyout/xcopyout_little).
2911 copyout(const void *kaddr, void *uaddr, size_t count)
2931 * fault occurs in (x)copyin/(x)copyout. In order for this to function
2990 ENTRY(copyout) function
5100 SET_SIZE(copyout)
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h141 int (*copyout)(void *arg, uint64_t from, member in struct:loader_callbacks
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c111 if (copyout((unsigned char *) 0))
156 (void) copyout(filname);
174 copyout(unsigned char *name) function
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s46 * bcopy/copyin/copyout routines.
201 * ! following test omitted from copyin/copyout as they
441 * affecting a copyin/copyout only, or of an error that really only
496 * kcopy, copyout, xcopyout, copyin, and xcopyin do not set this flag.
1715 * Note that copyin(9F) and copyout(9F) are part of the
1762 * Copy kernel data to user space (copyout/xcopyout/xcopyout_little).
1788 * fault occurs in (x)copyin/(x)copyout. In order for this to function
1841 copyout(const void *kaddr, void *uaddr, size_t count)
1846 ENTRY(copyout) function
2195 * We got here because of a fault during short copyout
[all...]
H A Dopl_olympus_copy.s42 * bcopy/copyin/copyout routines.
197 * ! following test omitted from copyin/copyout as they
417 * affecting a copyin/copyout only, or of an error that really only
472 * kcopy, copyout, xcopyout, copyin, and xcopyin do not set this flag.
1647 * Note that copyin(9F) and copyout(9F) are part of the
1694 * Copy kernel data to user space (copyout/xcopyout/xcopyout_little).
1720 * fault occurs in (x)copyin/(x)copyout. In order for this to function
1773 copyout(const void *kaddr, void *uaddr, size_t count)
1778 ENTRY(copyout) function
2127 * We got here because of a fault during short copyout
[all...]
H A Dspitfire_copy.s2031 * Note that copyin(9F) and copyout(9F) are part of the
2131 * Copy kernel data to user space (copyout/xcopyout/xcopyout_little).
2138 copyout(const void *kaddr, void *uaddr, size_t count)
2158 * fault occurs in (x)copyin/(x)copyout. In order for this to function
2222 ENTRY(copyout) function
3393 SET_SIZE(copyout)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_init.c261 boolean_t copyout = B_FALSE; local
303 copyout = B_TRUE;
307 copyout = B_TRUE;
311 copyout = B_TRUE;
321 copyout = B_TRUE;
327 if ((rc == 0) && copyout) {
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dminigzip.c560 int copyout = 0; local
582 copyout = uncompr = 1;
586 copyout = 1;
617 if (copyout) {
622 if (copyout) {
632 if (copyout) {
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s68 * copyout simply go and jump to the do_copy_fault label and traditionally let
81 * we take a fault, need to try to use a copyop in copyin() or copyout(), or any
1505 * Note that copyin(9F) and copyout(9F) are part of the
1812 copyout(const void *kaddr, void *uaddr, size_t count)
1819 ENTRY(copyout) function
1872 SET_SIZE(copyout)
1879 ENTRY(copyout) function
1910 SET_SIZE(copyout)
3124 .string "copyout: kaddr argument below kernelbase"
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c272 copyout(const void *kaddr, void *uaddr, size_t count) function
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c546 void (*copyout)(void *ioctl_arg, void *vd_buf); member in struct:vd_ioctl
551 /* Define trivial copyin/copyout conversion function flag */
3551 if (ioctl->copyout != NULL) {
3556 if (ioctl->copyout != VD_IDENTITY_OUT)
3557 (ioctl->copyout)((void *)ioctl->arg, buf);

Completed in 169 milliseconds