Home
last modified time | relevance | path

Searched refs:mt_type (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/usr.bin/netstat/
H A Dmbuf.c66 int mt_type; member
156 totmbufs += mbstat.m_mtypes[mp->mt_type]; in mbpr()
159 if (mbstat.m_mtypes[mp->mt_type]) { in mbpr()
160 seen[mp->mt_type] = YES; in mbpr()
162 mbstat.m_mtypes[mp->mt_type], mp->mt_name); in mbpr()
/netbsd-src/bin/mt/
H A Dmt.c268 bp->mt_type); in status()
271 if (mt->t_type == bp->mt_type) in status()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_mtio.h75 long mt_type; member
H A Dlinux_mtio.c110 lmtget.mt_type = LINUX_MT_ISUNKNOWN; in linux_ioctl_mtio()
/netbsd-src/sys/sys/
H A Dmtio.h72 short mt_type; /* type of magtape device */ member
/netbsd-src/external/bsd/am-utils/dist/amq/
H A Damq.c104 int tw = strlen(mt->mt_type); in show_mti()
120 mt->mt_type, in show_mti()
159 mt->mt_type, in show_mti()
H A Damq_xdr.c75 if (!xdr_amq_string(xdrs, &objp->mt_type)) { in xdr_amq_mount_tree()
/netbsd-src/external/gpl2/mkhybrid/dist/include/
H A Dmconfig.h142 # define mt_type mt_model macro
/netbsd-src/external/bsd/am-utils/dist/include/
H A Damq_defs.h87 amq_string mt_type; member
/netbsd-src/usr.bin/mail/
H A Dmime_decode.c863 const char *mt_type; in get_display_mode() member
957 for (mtp = mime_type_tbl; mtp->mt_type; mtp++) { in get_display_mode()
958 if (strcasecmp(mtp->mt_type, mi_type) == 0) { in get_display_mode()
/netbsd-src/sys/dev/mscp/
H A Dmscp_tape.c436 ((struct mtget *)data)->mt_type = MT_ISTMSCP; in mtioctl()
/netbsd-src/lib/librmt/
H A Drmtlib.c550 if (((struct mtget *)(void *)p)->mt_type < 256) in _rmt_ioctl()
/netbsd-src/sys/dev/qbus/
H A Dts.c1023 mtget->mt_type = MT_ISTS; in tsioctl()
/netbsd-src/sys/dev/isa/
H A Dwt.c546 ((struct mtget*)addr)->mt_type = in wtioctl()
/netbsd-src/sys/dev/scsipi/
H A Dst.c1485 g->mt_type = MT_ISAR; /* Ultrix compat *//*? */ in stioctl()