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

/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Duser_ldt.c96 user_ldt_t new_ldt, old_ldt; local
114 old_ldt = task->i386_ldt;
117 if (old_ldt) {
129 while (i < old_ldt->count)
131 if (!memcmp(&old_ldt->ldt[i++], &null_ldt, sizeof(null_ldt))) {
150 start_sel = old_ldt->start + i - null_count;
171 if (old_ldt != NULL) {
172 if (old_ldt->start < begin_sel)
173 begin_sel = old_ldt->start;
174 if (old_ldt
[all...]

Completed in 105 milliseconds