Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.hist.c63 enthist(int event, struct wordent *lp, bool docopy) in enthist() argument
72 if (docopy) in enthist()
/titanic_50/usr/src/tools/ctf/cvt/
H A Dctfmerge.c740 int verbose = 0, docopy = 0; in main() local
757 docopy = 1; in main()
806 if (docopy) { in main()
850 if (docopy) { in main()
/titanic_50/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()