Lines Matching refs:err
46 error_t err; in __thread_set_pcsptp() local
52 err = __thread_get_state (thread, i386_REGS_SEGS_STATE, in __thread_set_pcsptp()
54 if (err) in __thread_set_pcsptp()
55 return err; in __thread_set_pcsptp()
68 err = __i386_set_ldt (thread, sel, &desc, 1); in __thread_set_pcsptp()
70 err = __i386_set_gdt (thread, &sel, desc); in __thread_set_pcsptp()
71 if (err) in __thread_set_pcsptp()
72 return err; in __thread_set_pcsptp()
76 err = __thread_set_state (thread, i386_REGS_SEGS_STATE, in __thread_set_pcsptp()
78 if (err) in __thread_set_pcsptp()
79 return err; in __thread_set_pcsptp()