Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddkioc_free_util.c160 boolean_t need_copy = B_FALSE; in dfl_iter() local
235 need_copy = B_TRUE; in dfl_iter()
327 if (!need_copy && start_idx == 0) { in dfl_iter()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c449 boolean_t need_copy; in e1000g_receive() local
627 need_copy = B_TRUE; in e1000g_receive()
680 need_copy = B_FALSE; in e1000g_receive()
688 if (need_copy) { in e1000g_receive()
/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c614 int need_copy = --*count; in copy() local
617 if (need_copy) in copy()