Searched defs:transfer (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
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_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_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/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/uts/common/io/
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/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 --

Completed in 87 milliseconds