HomeSort by: relevance | last modified time | path
    Searched refs:mt_type (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/compat/linux/common/
linux_mtio.h 75 long mt_type; member in struct:linux_mtget
linux_mtio.c 110 lmtget.mt_type = LINUX_MT_ISUNKNOWN;
  /src/usr.bin/netstat/
mbuf.c 66 int mt_type; member in struct:mbtypes
156 totmbufs += mbstat.m_mtypes[mp->mt_type];
159 if (mbstat.m_mtypes[mp->mt_type]) {
160 seen[mp->mt_type] = YES;
162 mbstat.m_mtypes[mp->mt_type], mp->mt_name);
  /src/sys/sys/
mtio.h 72 short mt_type; /* type of magtape device */ member in struct:mtget
89 * Constants for mt_type byte. These are the same
  /src/bin/mt/
mt.c 268 bp->mt_type);
271 if (mt->t_type == bp->mt_type)
  /src/usr.bin/mail/
mime_decode.c 863 const char *mt_type; member in struct:get_display_mode::mime_type_s
957 for (mtp = mime_type_tbl; mtp->mt_type; mtp++) {
958 if (strcasecmp(mtp->mt_type, mi_type) == 0) {
  /src/sys/dev/mscp/
mscp_tape.c 436 ((struct mtget *)data)->mt_type = MT_ISTMSCP;
  /src/lib/librmt/
rmtlib.c 544 * now we check for byte position. mt_type is a small integer field
550 if (((struct mtget *)(void *)p)->mt_type < 256)
  /src/sys/dev/qbus/
ts.c 1023 mtget->mt_type = MT_ISTS;
  /src/sys/dev/isa/
wt.c 546 ((struct mtget*)addr)->mt_type =
  /src/sys/dev/scsipi/
st.c 1485 g->mt_type = MT_ISAR; /* Ultrix compat *//*? */

Completed in 18 milliseconds