Home
last modified time | relevance | path

Searched refs:transfer (Results 1 – 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc321 int transfer(db_index* dp) in transfer() function in pickle_index
322 { return (pickle_file::transfer((pptr) dp, &transfer_aux)); } in transfer()
333 int status = f.transfer(this); in dump()
354 if (f.transfer(this) < 0) { in db_index()
H A Ddb_pickle.h77 int transfer(pptr, bool_t (*f) (XDR*, pptr));
H A Ddb_pickle.cc104 pickle_file::transfer(pptr p, bool_t (*f) (XDR*, pptr)) in transfer() function in pickle_file
H A Ddb_mindex.cc1042 int transfer(db_mindex* dp) in transfer() function in pickle_mindex
1047 ret = pickle_file::transfer((pptr) dp, &transfer_aux); in transfer()
1058 int status = f.transfer(this); in dump()
1111 if ((status = f.transfer(this)) != 0) { in load()
H A Ddb_table.cc1096 int transfer(db_table* dp) in transfer() function in pickle_table
1097 { return (pickle_file::transfer((pptr) dp, &transfer_aux_table)); } in transfer()
1111 int status = f.transfer(this); in dump()
1129 if (f.transfer(this) < 0) { in db_table()
H A Ddb_dictionary.cc606 int transfer(db_dict_desc_p * dp) in transfer() function in pickle_dict_desc
607 { return (pickle_file::transfer((pptr) dp, &transfer_aux)); } in transfer()
795 if ((status = f.transfer(&dictionary)) < 0) { in inittemp()
1153 if ((status = f.transfer(&dictionary)) < 0) { in init()
1297 status = f.transfer(&dictionary); /* dump table descs */ in dump()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMove.java138 getTo().transfer(getFrom(), compList); in apply()
201 getTo().transfer(getFrom(), qty); in apply()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c200 pool_transfer_t transfer; in pool_ioctl() local
391 if (ddi_copyin((void *)arg, &transfer, in pool_ioctl()
396 ret = pool_transfer(transfer.pt_o_id_type, transfer.pt_o_src_id, in pool_ioctl()
397 transfer.pt_o_tgt_id, transfer.pt_o_qty); in pool_ioctl()
H A Decpp.conf82 ecpp-transfer-timeout=90;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DResource.java91 public void transfer(Resource donor, long qty) throws PoolsException in transfer() method in Resource
108 public void transfer(Resource donor, List components) in transfer() method in Resource
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh57 xdt:mem::page-grant-transfer
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c48 void transfer(char *, int, char *);
88 transfer(buf, sfd, value(EOFREAD)); in getfl()
118 transfer(line, fd, "\01"); in cu_take()
126 transfer(char *buf, int fd, char *eofchars) in transfer() function
229 transfer(buf, pdes[1], value(EOFREAD)); in pipefile()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_hda.h86 int (*transfer)(struct hda_codec_inst *hci, uint8_t stream, member
H A Dhda_codec.c695 err = hops->transfer(hci, st->stream, 1, st->buf, sizeof(st->buf)); in hda_codec_audio_output_do_transfer()
759 hops->transfer(hci, st->stream, 0, st->buf, sizeof(st->buf)); in hda_codec_audio_input_do_transfer()
/illumos-gate/usr/src/uts/common/io/ipw/fw-ipw2100/
H A DLICENSE36 program incorporating the Software, then you may transfer a copy of the
40 assign, sublicense, lease, or in any other way transfer or disclose Software to
117 foregoing, each party agrees that it will not export, re-export, transfer or
150 2. You may not copy, modify, rent, sell, distribute or transfer any part of the
166 You may transfer the Software only if a copy of this license accompanies the
/illumos-gate/usr/src/uts/common/io/iwi/fw-ipw2200/
H A DLICENSE36 program incorporating the Software, then you may transfer a copy of the
40 assign, sublicense, lease, or in any other way transfer or disclose Software to
120 foregoing, each party agrees that it will not export, re-export, transfer or
153 2. You may not copy, modify, rent, sell, distribute or transfer any part of the
169 You may transfer the Software only if a copy of this license accompanies the
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.S152 / transfer control to the executable
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l108 transfer {
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.S135 jmp *%eax / transfer control to the executable
/illumos-gate/usr/src/cmd/bnu/
H A DSystems37 # Class transfer speed
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A DTHIRDPARTYLICENSE.amd8111s35 * transfer, importation, exportation and/or re-exportation under
/illumos-gate/usr/src/lib/libsasl/
H A DLICENSE.txt27 tech-transfer@andrew.cmu.edu
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s132 pushw %bx # the transfer buffer
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/frutree/
H A Dsystem-board.info65 * Create transfer size property
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME269 can transfer 7500 bytes or 60,000 bits. So 20% of 7500 is 1500 bytes.
390 - For isochronous transfers, we use only transfer descriptors but no

123