sel 105 arch/i386/i386/gdt.c setgdt(int sel, void *base, size_t limit, int type, int dpl, int def32,
sel 108 arch/i386/i386/gdt.c struct segment_descriptor *sd = &gdt[sel].sd;
sel 112 arch/i386/i386/gdt.c KASSERT(sel < gdt_size);
sel 117 arch/i386/i386/gdt.c ci->ci_gdt[sel].sd = *sd;
sel 280 arch/i386/i386/gdt.c tss_free(int sel)
sel 283 arch/i386/i386/gdt.c gdt_put_slot(IDXSEL(sel));
sel 83 arch/i386/include/cpufunc.h lldt(u_short sel)
sel 85 arch/i386/include/cpufunc.h __asm __volatile("lldt %0" : : "r" (sel));
sel 89 arch/i386/include/cpufunc.h ltr(u_short sel)
sel 91 arch/i386/include/cpufunc.h __asm __volatile("ltr %0" : : "r" (sel));
sel 673 compat/svr4/svr4_stat.c switch (SCARG(uap, sel)) {
sel 145 compat/svr4/svr4_syscallargs.h syscallarg(int) sel;
sel 168 dev/usb/usbdi_util.c usbd_clear_hub_feature(usbd_device_handle dev, int sel)
sel 174 dev/usb/usbdi_util.c USETW(req.wValue, sel);
sel 181 dev/usb/usbdi_util.c usbd_set_hub_feature(usbd_device_handle dev, int sel)
sel 187 dev/usb/usbdi_util.c USETW(req.wValue, sel);
sel 194 dev/usb/usbdi_util.c usbd_clear_port_feature(usbd_device_handle dev, int port, int sel)
sel 200 dev/usb/usbdi_util.c USETW(req.wValue, sel);
sel 207 dev/usb/usbdi_util.c usbd_set_port_feature(usbd_device_handle dev, int port, int sel)
sel 213 dev/usb/usbdi_util.c USETW(req.wValue, sel);
sel 196 dev/wscons/wsevent.c selrecord(p, &ev->sel);
sel 86 dev/wscons/wseventvar.h struct selinfo sel; /* process selecting */
sel 96 dev/wscons/wseventvar.h selwakeup(&(ev)->sel); \