Searched refs:dcopy (Results 1 - 22 of 22) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/clri/
H A DMakefile31 DCOPY= dcopy
/opensolaris-onvv-gate/usr/src/uts/intel/dcopy/
H A DMakefile22 # uts/intel/dcopy/Makefile
29 # This makefile drives the production of the dcopy
43 MODULE = dcopy
/opensolaris-onvv-gate/usr/src/uts/i86pc/fipe/
H A DMakefile68 LDFLAGS += -dy -Nmisc/dcopy
/opensolaris-onvv-gate/usr/src/uts/i86pc/ioat/
H A DMakefile64 LDFLAGS += -dy -Nmisc/dcopy
/opensolaris-onvv-gate/usr/src/uts/i86xpv/ioat/
H A DMakefile64 LDFLAGS += -dy -Nmisc/dcopy
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Ddriver-i86pc-ioat.mf33 set name=pkg.description value="Sun dcopy DMA drivers"
34 set name=pkg.summary value="Sun dcopy DMA drivers"
54 file path=kernel/misc/$(ARCH64)/dcopy group=sys mode=0755
55 file path=kernel/misc/dcopy group=sys mode=0755
62 legacy pkg=SUNWdcopy desc="Sun dcopy DMA drivers" name="Sun dcopy DMA drivers"
H A DSUNWcs.mf2156 hardlink path=usr/lib/fs/ufs/dcopy target=../../../../usr/lib/fs/ufs/clri
2597 link path=etc/dcopy target=../usr/sbin/dcopy
2701 link path=usr/sbin/dcopy target=./clri
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddcopy_device.h37 #include <sys/dcopy.h>
81 /* allocate/free a DMA channel. See dcopy.h for return status */
87 /* allocate/free a command. See dcopy.h for return status */
93 * post a command/poll for command status. See dcopy.h for return
100 * if dcopy_device_unregister() returns DCOPY_PENDING, dcopy will
126 * register the DMA device with dcopy.
134 * try to unregister the DMA device with dcopy. If the DMA engines are
144 * Notify dcopy of an event.
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.err.c131 (void) dcopy(SHDIAG, 2);
H A Dsh.sem.c312 OLDSTD = dcopy(0, FOLDSTD);
313 SHOUT = dcopy(1, FSHOUT);
314 SHDIAG = dcopy(2, FSHDIAG);
H A Dsh.misc.c230 * i.e. to a unit > 2. This also happens in dcopy.
244 j = dcopy(i, j);
253 dcopy(int i, int j) function
H A Dsh.c463 (void) fcntl(dcopy(f, FSHTTY), F_SETFD, 1);
1336 (void) fcntl(SHIN = dcopy(0, FSHIN), F_SETFD, 1);
1337 (void) fcntl(SHOUT = dcopy(1, FSHOUT), F_SETFD, 1);
1338 (void) fcntl(SHDIAG = dcopy(2, FSHDIAG), F_SETFD, 1);
1339 (void) fcntl(OLDSTD = dcopy(SHIN, FOLDSTD), F_SETFD, 1);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A DMakefile24 # The filesystem independent utilities clri, fsdb, dcopy, labelit, and mkfs
58 USRSBINCLRI= dcopy fsdb fssnap labelit mkfs
62 ETC2USRSBIN= clri fsdb mkfs fsck labelit dcopy volcopy ff ncheck
172 # Multiple names for switchout (clri, dcopy, fsdb, labelit, mkfs)
H A Ddf.xcl136 msgid "dcopy"
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1298 * Stubs for dcopy, for Intel IOAT KAPIs
1301 MODULE(dcopy,misc);
1302 NO_UNLOAD_STUB(dcopy, dcopy_query, nomod_minus_one);
1303 NO_UNLOAD_STUB(dcopy, dcopy_query_channel, nomod_minus_one);
1304 NO_UNLOAD_STUB(dcopy, dcopy_alloc, nomod_minus_one);
1305 NO_UNLOAD_STUB(dcopy, dcopy_free, nomod_minus_one);
1306 NO_UNLOAD_STUB(dcopy, dcopy_cmd_alloc, nomod_minus_one);
1307 NO_UNLOAD_STUB(dcopy, dcopy_cmd_free, nomod_void);
1308 NO_UNLOAD_STUB(dcopy, dcopy_cmd_post, nomod_minus_one);
1309 NO_UNLOAD_STUB(dcopy, dcopy_cmd_pol
[all...]
/opensolaris-onvv-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s1222 * Stubs for dcopy, for Intel IOAT KAPIs
1225 MODULE(dcopy,misc);
1226 NO_UNLOAD_STUB(dcopy, dcopy_query, nomod_minus_one);
1227 NO_UNLOAD_STUB(dcopy, dcopy_query_channel, nomod_minus_one);
1228 NO_UNLOAD_STUB(dcopy, dcopy_alloc, nomod_minus_one);
1229 NO_UNLOAD_STUB(dcopy, dcopy_free, nomod_minus_one);
1230 NO_UNLOAD_STUB(dcopy, dcopy_cmd_alloc, nomod_minus_one);
1231 NO_UNLOAD_STUB(dcopy, dcopy_cmd_free, nomod_void);
1232 NO_UNLOAD_STUB(dcopy, dcopy_cmd_post, nomod_minus_one);
1233 NO_UNLOAD_STUB(dcopy, dcopy_cmd_pol
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86pc/sys/
H A Dioat.h35 #include <sys/dcopy.h>
250 /* dcopy state for dcopy_device_channel_notify() call */
/opensolaris-onvv-gate/usr/src/uts/intel/
H A DMakefile.files134 DCOPY_OBJS += dcopy.o
H A DMakefile.intel.shared578 MISC_KMODS += dcopy
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Ddcopy.c30 * dcopy.c
31 * dcopy misc module
43 #include <sys/dcopy.h>
138 "dcopy kernel module"
693 /* last call-back into kernel for dcopy KAPI enabled */
730 /* first call-back into kernel for dcopy KAPI disable */
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dmove.c50 #include <sys/dcopy.h>
414 * into dcopy to register and uioa_dcopy_disable() when the device calls
415 * into dcopy to unregister.
731 /* Wait for last dcopy() to finish */
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c68 #include <sys/dcopy.h>
452 * If dcopy/ioat is available, we will use dcopy interface to communicate
855 /* Only need to free head, dcopy will free all commands on the list. */

Completed in 225 milliseconds