Home | Sort by: relevance | last modified time | path |
/src/sys/compat/linux/common/ | |
linux_mtio.c | 55 } mtop_map[] = { variable in typeref:typename:const struct mtop_mapping[] 94 for (i = 0; mtop_map[i].lop >= 0; i++) { 95 if (mtop_map[i].lop == lmtop.mt_op) 99 if (mtop_map[i].lop == -1) { 104 mt.mt_op = mtop_map[i].op; |