HomeSort by: relevance | last modified time | path
    Searched defs:lmtop (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
linux_mtio.c 81 struct linux_mtop lmtop; local in function:linux_ioctl_mtio
93 error = copyin(SCARG(uap, data), &lmtop, sizeof lmtop);
95 if (mtop_map[i].lop == lmtop.mt_op)
105 mt.mt_count = lmtop.mt_count;
linux_mtio.c 81 struct linux_mtop lmtop; local in function:linux_ioctl_mtio
93 error = copyin(SCARG(uap, data), &lmtop, sizeof lmtop);
95 if (mtop_map[i].lop == lmtop.mt_op)
105 mt.mt_count = lmtop.mt_count;

Completed in 22 milliseconds