Home | History | Annotate | Download | only in strace

Lines Matching defs:copy

656 			struct modify_ldt_ldt_s copy;
657 if (umove(tcp, tcp->u_arg[ARG_TLS], &copy) != -1) {
659 copy.entry_number);
663 print_ldt_entry(&copy);