Searched defs:docopy (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c63 enthist(int event, struct wordent *lp, bool docopy) argument
72 if (docopy)
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c740 int verbose = 0, docopy = 0; local
755 docopy = 1;
804 if (docopy) {
848 if (docopy) {
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c1237 int index, cksum_flags, docopy; local
1265 docopy = (pkt_length <= adapter->rx_bcopy_threshold) ? 1 : 0;
1273 docopy = 1;
1277 if (docopy == 1) {

Completed in 64 milliseconds