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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c493 int need_copy; local
595 need_copy = 1;
597 need_copy = basic_block;
613 if (need_copy) {
/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c903 int need_copy = 0;
944 need_copy = 1;
983 if (need_copy)
899 int need_copy = 0; local
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c578 struct mtsetlist *list, int need_copy);
1344 int need_copy)
1371 if (need_copy != 0) {
1439 if (need_copy != 0) {
1726 error = saparamsetlist(periph, &list, /*need_copy*/ 0);
1733 error = saparamsetlist(periph, list, /*need_copy*/ 1);
1343 saparamsetlist(struct cam_periph *periph, struct mtsetlist *list, int need_copy) argument

Completed in 108 milliseconds