Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/iir/
HDiir.c978 cnt = ucmd->u.raw.sdlen; in gdt_ioctl_cmd()
1041 ucmd->u.raw.sdlen); in gdt_ioctl_cmd()
1055 gccb->gc_scratch_busbase + ucmd->u.raw.sdlen); in gdt_ioctl_cmd()
1061 GDT_SG_LEN, ucmd->u.raw.sdlen); in gdt_ioctl_cmd()
1552 cnt = ucmd->u.raw.sdlen; in iir_intr_locked()
HDiir.h428 u_int32_t sdlen; /* data length (bytes) */ member
/freebsd-11-stable/sys/dev/usb/template/
HDusb_template.c145 size_t len, sdlen = arg2; in usb_temp_sysctl() local
154 len = usb_make_str_desc(sd, sdlen, buf); in usb_temp_sysctl()