Searched defs:Copy (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | Audio.cc | 227 // Copy out to the specified audio object. 230 Copy( function in class:Audio 237 return (Copy(to, frompos, topos, limit)); 240 // Default Copy out routine. Specify the destination audio object, 246 Copy( function in class:Audio 272 // Copy one segment 310 // Default Data Copy out routine. Like Copy(), but only does one segment.
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucp.c | 36 int Copy = 0; variable 129 Copy = 1; 545 DEBUG(5, "Copy failed - errno %d\n", errno); 640 if (Copy || !READANY(file1) ) {
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | cmd2.c | 131 * Copy a message to a file without affected its saved-ness 178 Copy(int *msgvec) function
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_subr.c | 132 Copy(unsigned char *to, unsigned char *from, int size) function
|
/illumos-gate/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 120 enum copy_update {Copy = 0, Update}; enumerator in enum:copy_update 1193 "Point-in-Time Copy volumes, that are not " 1259 * Copy dgname into result 1480 gettext("Point-in-Time Copy Administrator CLI options")); 1878 "Not all Point-in-Time Copy volumes are " 1887 "Point-in-Time Copy volumes, that are not " 1947 * Copy cluster name into config 2183 dsw_error(gettext("Volume is not in a Point-in-Time Copy " 2283 "Copy group"), NULL); 2308 dsw_error(gettext("Volume is part of a Point-in-Time Copy " [all...] |
/illumos-gate/usr/src/cmd/savecore/ |
H A D | savecore.c | 503 * Copy whole sections of the dump device to the file. 506 Copy(offset_t dumpoff, len_t nb, offset_t *offp, int fd, char *buf, function 524 * Copy pages when the dump data header is missing. 596 Copy(dumphdr.dump_ksyms, dumphdr.dump_ksyms_csize, &coreoff, corefd, 604 Copy(dumphdr.dump_pfn, dumphdr.dump_npages * sizeof (pfn_t), &coreoff, 612 Copy(dumphdr.dump_map, dumphdr.dump_nvtop * sizeof (mem_vtop_t), 621 Copy(dumphdr.dump_data, datahdr.dump_data_csize, &coreoff, 1896 (void) fprintf(mfile, "Copy pages,%ld\n", 1898 (void) fprintf(mfile, "Copy time,%d\n", sec); 1899 (void) fprintf(mfile, "Copy page [all...] |
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cs.h | 776 uint32_t Copy; /* value to write to COPY register */ member in struct:config_req_t 856 * Macros to manipulate the Socket and Copy Register (SCR) values 945 uint32_t Copy; /* value to written COPY register */ member in struct:get_configuration_info_t
|
Completed in 88 milliseconds