Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Duser_ldt.c342 unsigned int copy_sels = (unsigned int)num_sels; in i386_get_ldt_impl() local
345 copy_sels = ldt_count - (unsigned int)start_sel; in i386_get_ldt_impl()
349 descs, copy_sels * sizeof(struct real_descriptor)); in i386_get_ldt_impl()