Home
last modified time | relevance | path

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

/openbsd/usr.bin/netstat/
H A Dmbuf.c68 int mt_type; member
170 totmbufs += (unsigned int)mbstat.m_mtypes[mp->mt_type]; in mbpr()
173 if (mbstat.m_mtypes[mp->mt_type]) { in mbpr()
174 seen[mp->mt_type] = YES; in mbpr()
176 mbstat.m_mtypes[mp->mt_type], in mbpr()
177 plural(mbstat.m_mtypes[mp->mt_type]), in mbpr()
/openbsd/usr.bin/rdist/
H A Dmessage.c58 int mt_type; /* Type (bit) */ member
135 msgtypes[x].mt_type)) { in msgprconfig()
245 msgfac->mf_msgtypes |= mtp->mt_type; in setmsgtypes()
551 if (msgtypes[x].mt_type != MT_ALL && in _message()
552 IS_ON(flags, msgtypes[x].mt_type) && in _message()
554 msgtypes[x].mt_type)) in _message()
556 msgtypes[x].mt_type, in _message()
/openbsd/bin/mt/
H A Dmt.c272 bp->mt_type); in status()
275 if (mt->t_type == bp->mt_type) in status()
/openbsd/usr.sbin/amd/rpcx/
H A Damq.x62 amq_string mt_type; /* Filesystem type */ member
H A Damq_xdr.c37 if (!xdr_amq_string(xdrs, &objp->mt_type)) in xdr_amq_mount_tree()
H A Damq.h39 amq_string mt_type; member
/openbsd/usr.sbin/amd/amq/
H A Damq.c79 int tw = strlen(mt->mt_type); in show_mti()
98 *twid, *twid, mt->mt_type, *mwid, *mwid, in show_mti()
127 *twid, *twid, mt->mt_type, *mwid, *mwid, in show_mti()
/openbsd/sys/sys/
H A Dmtio.h69 short mt_type; /* type of magtape device */ member
/openbsd/gnu/usr.sbin/mkhybrid/src/include/
H A Dmconfig.h142 # define mt_type mt_model macro
/openbsd/sbin/fdisk/
H A Dpart.c35 int mt_type; member
839 if (mbr_types[i].mt_type == id) in find_mbr_type()
855 && menu_items[i].mi_mbrid == mt->mt_type) in find_mbr_menuitem()
/openbsd/sys/scsi/
H A Dst.c1096 g->mt_type = 0x7; /* Ultrix compat *//*? */ in stioctl()