Home
last modified time | relevance | path

Searched refs:docopy (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c64 enthist(int event, struct wordent *lp, bool docopy) in enthist() argument
73 if (docopy) in enthist()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c1237 int index, cksum_flags, docopy; in unm_process_rcv() local
1265 docopy = (pkt_length <= adapter->rx_bcopy_threshold) ? 1 : 0; in unm_process_rcv()
1273 docopy = 1; in unm_process_rcv()
1277 if (docopy == 1) { in unm_process_rcv()