Searched refs:transfer (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Decpp.conf65 # desertion of BUSY before it queues the current data transfer.
79 # The ecpp driver waits ecpp-transfer-timeout seconds before it aborts
80 # the current transfer and put the untransferred data back on the queue.
81 # The default value for ecpp-transfer-timeout is 90 seconds.
83 ecpp-transfer-timeout=90;
H A Ddevpool.c200 pool_transfer_t transfer; local
391 if (ddi_copyin((void *)arg, &transfer,
396 ret = pool_transfer(transfer.pt_o_id_type, transfer.pt_o_src_id,
397 transfer.pt_o_tgt_id, transfer.pt_o_qty);
423 * Copy in IDs to transfer from the userland
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh57 xdt:mem::page-grant-transfer
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_pickle.h77 * specified; -1 if transfer failed do to encoding/decoding errors.
79 int transfer(pptr, bool_t (*f) (XDR*, pptr));
H A Ddb_index.cc173 if (oldtab != NULL) { // must transfer contents of old to new
323 int transfer(db_index* dp) function in class:pickle_index
324 { return (pickle_file::transfer((pptr) dp, &transfer_aux)); }
335 int status = f.transfer(this);
355 if (f.transfer(this) < 0) {
H A Ddb_pickle.cc103 * specified; -1 if transfer failed do to encoding/decoding errors.
106 pickle_file::transfer(pptr p, bool_t (*f) (XDR*, pptr)) function in class:pickle_file
108 WRITELOCK(this, -1, "w pickle_file::transfer");
112 WRITEUNLOCK(this, -1, "wu pickle_file::transfer");
116 WRITEUNLOCK(this, -1, "wu pickle_file::transfer");
120 WRITEUNLOCK(this, -1, "wu pickle_file::transfer");
H A Ddb_mindex.cc1042 int transfer(db_mindex* dp) function in class:pickle_mindex
1046 WRITELOCK(dp, -1, "w pickle_mindex::transfer");
1047 ret = pickle_file::transfer((pptr) dp, &transfer_aux);
1048 WRITEUNLOCK(dp, ret, "wu pickle_mindex::transfer");
1058 int status = f.transfer(this);
1111 if ((status = f.transfer(this)) != 0) {
H A Ddb_table.cc479 for (i = 0; i < oldsize; i++) { // transfer old to new
1095 int transfer(db_table* dp) function in class:pickle_table
1096 { return (pickle_file::transfer((pptr) dp, &transfer_aux_table)); }
1110 int status = f.transfer(this);
1127 if (f.transfer(this) < 0) {
H A Ddb_dictionary.cc431 if (oldtab != NULL) { // must transfer contents of old to new
605 int transfer(db_dict_desc_p * dp) function in class:pickle_dict_desc
606 { return (pickle_file::transfer((pptr) dp, &transfer_aux)); }
794 if ((status = f.transfer(&dictionary)) < 0) {
1152 if ((status = f.transfer(&dictionary)) < 0) {
1296 status = f.transfer(&dictionary); /* dump table descs */
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMove.java134 * @throws PoolsException if the transfer of resource fails.
138 getTo().transfer(getFrom(), compList);
197 * @throws PoolsException if the transfer of resource fails.
201 getTo().transfer(getFrom(), qty);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DResource.java93 public void transfer(Resource donor, long qty) throws PoolsException method in class:Resource
110 public void transfer(Resource donor, List components) method in class:Resource
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l109 transfer {
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.s153 / transfer control to a.out
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c38 void transfer(char *, int, char *);
78 transfer(buf, sfd, value(EOFREAD));
108 transfer(line, fd, "\01");
112 * Bulk transfer routine --
116 transfer(char *buf, int fd, char *eofchars) function
219 transfer(buf, pdes[1], value(EOFREAD));
276 * Bulk transfer routine to remote host --
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s135 jmp *%eax / transfer control to a.out
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s132 pushw %bx # the transfer buffer
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S556 * %dl: drive, %si partition entry, %es:%bx transfer buffer.
575 pushw %es # Set the transfer
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s283 ! longer to align the thing than to do the transfer
362 * of aligned bytes to transfer in %i3
H A Dniagara_copy.s2593 ! longer to align the thing than to do the transfer
2670 * of aligned bytes to transfer in %i3
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1963 printf "\n$(gettext "Note, you will need to securely transfer the /etc/krb5/krb5.keytab and /etc/krb5/krb5.conf files to all the other members of your cluster").\n"
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1762 ! longer to align the thing than to do the transfer
1857 * of aligned bytes to transfer in %i3

Completed in 138 milliseconds