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

/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c148 } limsw[] = variable in typeref:struct:limswitch
278 * helper functions to call the limsw functions.
289 if (limsw[lim].l_init)
290 return limsw[lim].l_init(ios);
304 if (limsw[lim].l_tick)
305 return limsw[lim].l_tick(ios);
319 if (limsw[lim].l_iop)
320 return limsw[lim].l_iop(ios, bp);
334 if (limsw[lim].l_caniop)
335 return limsw[li
[all...]

Completed in 57 milliseconds