Searched refs:mwp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/bin/df/
H A Ddf.c408 prtstat(struct statfs *sfsp, struct maxwidths *mwp) argument
417 mwp->mntfrom = imax(mwp->mntfrom, (int)strlen("Filesystem"));
418 mwp->fstype = imax(mwp->fstype, (int)strlen("Type"));
420 mwp->total += (mwp->total - 1) / 3;
421 mwp->used += (mwp->used - 1) / 3;
422 mwp
521 update_maxwidths(struct maxwidths *mwp, const struct statfs *sfsp) argument
[all...]
/freebsd-10.3-release/usr.sbin/ppp/
H A Dpred.c178 struct mbuf *mwp; local
185 mwp = m_get((orglen + 2) / 8 * 9 + 12, MB_CCPOUT);
186 hp = wp = MBUF_CTOP(mwp);
211 mwp->m_len = wp - MBUF_CTOP(mwp);
213 return mwp;

Completed in 64 milliseconds