Searched refs:mt_type (Results 1 – 11 of 11) sorted by relevance
/openbsd/usr.bin/netstat/ |
H A D | mbuf.c | 68 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 D | message.c | 58 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 D | mt.c | 272 bp->mt_type); in status() 275 if (mt->t_type == bp->mt_type) in status()
|
/openbsd/usr.sbin/amd/rpcx/ |
H A D | amq.x | 62 amq_string mt_type; /* Filesystem type */ member
|
H A D | amq_xdr.c | 37 if (!xdr_amq_string(xdrs, &objp->mt_type)) in xdr_amq_mount_tree()
|
H A D | amq.h | 39 amq_string mt_type; member
|
/openbsd/usr.sbin/amd/amq/ |
H A D | amq.c | 79 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 D | mtio.h | 69 short mt_type; /* type of magtape device */ member
|
/openbsd/gnu/usr.sbin/mkhybrid/src/include/ |
H A D | mconfig.h | 142 # define mt_type mt_model macro
|
/openbsd/sbin/fdisk/ |
H A D | part.c | 35 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 D | st.c | 1096 g->mt_type = 0x7; /* Ultrix compat *//*? */ in stioctl()
|