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

  /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/compat/linux/common/
linux_mtio.h 75 long mt_type; member in struct:linux_mtget
  /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/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) {

Completed in 13 milliseconds