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

  /src/sys/compat/linux/common/
linux_mtio.c 82 struct linux_mtget lmtget; local in function:linux_ioctl_mtio
109 memset(&lmtget, 0, sizeof(lmtget));
110 lmtget.mt_type = LINUX_MT_ISUNKNOWN;
111 lmtget.mt_resid = 0;
112 lmtget.mt_dsreg = 0;
113 lmtget.mt_gstat = 0;
114 lmtget.mt_erreg = 0;
115 lmtget.mt_fileno = 0;
116 lmtget.mt_blkno = 0
    [all...]
linux_mtio.c 82 struct linux_mtget lmtget; local in function:linux_ioctl_mtio
109 memset(&lmtget, 0, sizeof(lmtget));
110 lmtget.mt_type = LINUX_MT_ISUNKNOWN;
111 lmtget.mt_resid = 0;
112 lmtget.mt_dsreg = 0;
113 lmtget.mt_gstat = 0;
114 lmtget.mt_erreg = 0;
115 lmtget.mt_fileno = 0;
116 lmtget.mt_blkno = 0
    [all...]
linux_mtio.c 82 struct linux_mtget lmtget; local in function:linux_ioctl_mtio
109 memset(&lmtget, 0, sizeof(lmtget));
110 lmtget.mt_type = LINUX_MT_ISUNKNOWN;
111 lmtget.mt_resid = 0;
112 lmtget.mt_dsreg = 0;
113 lmtget.mt_gstat = 0;
114 lmtget.mt_erreg = 0;
115 lmtget.mt_fileno = 0;
116 lmtget.mt_blkno = 0
    [all...]

Completed in 98 milliseconds