/illumos-gate/usr/src/pkg/manifests/ |
H A D | driver-i86pc-ioat.p5m | 33 set name=pkg.summary value="Sun dcopy DMA drivers" 34 set name=pkg.description value="Sun dcopy DMA drivers" 41 file path=kernel/misc/$(ARCH64)/dcopy group=sys mode=0755 59 legacy pkg=SUNWdcopy desc="Sun dcopy DMA drivers" name="Sun dcopy DMA drivers"
|
H A D | SUNWcs.man8.inc | 58 link path=usr/share/man/man8/dcopy.8 target=clri.8
|
H A D | SUNWcs.p5m | 68 link path=etc/dcopy target=../usr/sbin/dcopy 907 hardlink path=usr/lib/fs/ufs/dcopy target=../../../../usr/lib/fs/ufs/clri 1310 link path=usr/sbin/dcopy target=./clri
|
/illumos-gate/usr/src/uts/common/io/bnx/ |
H A D | bnxrcv.c | 213 boolean_t dcopy; in bnx_recv_ring_recv() local 280 dcopy = B_FALSE; in bnx_recv_ring_recv() 334 dcopy = B_TRUE; in bnx_recv_ring_recv() 359 dcopy = B_TRUE; in bnx_recv_ring_recv() 431 if (dcopy == B_TRUE) { in bnx_recv_ring_recv()
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 1173 MODULE(dcopy,misc); 1174 NO_UNLOAD_STUB(dcopy, dcopy_query, nomod_minus_one); 1175 NO_UNLOAD_STUB(dcopy, dcopy_query_channel, nomod_minus_one); 1176 NO_UNLOAD_STUB(dcopy, dcopy_alloc, nomod_minus_one); 1177 NO_UNLOAD_STUB(dcopy, dcopy_free, nomod_minus_one); 1178 NO_UNLOAD_STUB(dcopy, dcopy_cmd_alloc, nomod_minus_one); 1179 NO_UNLOAD_STUB(dcopy, dcopy_cmd_free, nomod_void); 1180 NO_UNLOAD_STUB(dcopy, dcopy_cmd_post, nomod_minus_one); 1181 NO_UNLOAD_STUB(dcopy, dcopy_cmd_poll, nomod_minus_one); 1182 END_MODULE(dcopy);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 1032 MODULE(dcopy,misc); 1033 NO_UNLOAD_STUB(dcopy, dcopy_query, nomod_minus_one); 1034 NO_UNLOAD_STUB(dcopy, dcopy_query_channel, nomod_minus_one); 1035 NO_UNLOAD_STUB(dcopy, dcopy_alloc, nomod_minus_one); 1036 NO_UNLOAD_STUB(dcopy, dcopy_free, nomod_minus_one); 1037 NO_UNLOAD_STUB(dcopy, dcopy_cmd_alloc, nomod_minus_one); 1038 NO_UNLOAD_STUB(dcopy, dcopy_cmd_free, nomod_void); 1039 NO_UNLOAD_STUB(dcopy, dcopy_cmd_post, nomod_minus_one); 1040 NO_UNLOAD_STUB(dcopy, dcopy_cmd_poll, nomod_minus_one); 1041 END_MODULE(dcopy);
|
/illumos-gate/usr/src/uts/intel/dcopy/ |
H A D | Makefile | 43 MODULE = dcopy
|
/illumos-gate/usr/src/uts/i86pc/fipe/ |
H A D | Makefile | 68 LDFLAGS += -Nmisc/dcopy
|
/illumos-gate/usr/src/cmd/fs.d/ufs/clri/ |
H A D | Makefile | 29 DCOPY= dcopy
|
/illumos-gate/usr/src/uts/i86xpv/ioat/ |
H A D | Makefile | 64 LDFLAGS += -Nmisc/dcopy
|
/illumos-gate/usr/src/uts/i86pc/ioat/ |
H A D | Makefile | 65 LDFLAGS += -Nmisc/dcopy
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.sem.c | 310 OLDSTD = dcopy(0, FOLDSTD); 311 SHOUT = dcopy(1, FSHOUT); 312 SHDIAG = dcopy(2, FSHDIAG);
|
H A D | sh.c | 467 (void) fcntl(dcopy(f, FSHTTY), F_SETFD, 1); in main() 1339 (void) fcntl(SHIN = dcopy(0, FSHIN), F_SETFD, 1); in initdesc_x() 1340 (void) fcntl(SHOUT = dcopy(1, FSHOUT), F_SETFD, 1); in initdesc_x() 1341 (void) fcntl(SHDIAG = dcopy(2, FSHDIAG), F_SETFD, 1); in initdesc_x() 1342 (void) fcntl(OLDSTD = dcopy(SHIN, FOLDSTD), F_SETFD, 1); in initdesc_x()
|
H A D | sh.misc.c | 242 j = dcopy(i, j); in dmove() 251 dcopy(int i, int j) in dcopy() function
|
H A D | sh.err.c | 135 (void) dcopy(SHDIAG, 2); in Perror()
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | Makefile | 59 USRSBINCLRI= dcopy fsdb fssnap labelit mkfs 63 ETC2USRSBIN= clri fsdb mkfs fsck labelit dcopy volcopy ff ncheck
|
H A D | df.xcl | 135 msgid "dcopy"
|
/illumos-gate/usr/src/man/man8/ |
H A D | Makefile | 565 dcopy.8 \ 658 dcopy.8 := LINKSRC = clri.8
|
/illumos-gate/usr/src/uts/intel/ |
H A D | Makefile.files | 138 DCOPY_OBJS += dcopy.o
|
H A D | Makefile.intel | 585 MISC_KMODS += dcopy
|