Searched refs:tot (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/tools/lldbmacros/
H A Dmbufs.py55 tot = 0
62 tot = tot + mp.m_hdr.mh_len
63 out_string += "total " + str(tot) + "]"
76 tot = 0
83 tot = tot + mp.m_hdr.mh_len
84 out_string += "total " + str(tot) + "]"
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_usrreq.c1121 user_ssize_t resid, tot, len, progress; /* must be user_ssize_t */ local
1132 tot = imin(resid, space);
1134 tot = resid;
1147 if ((len = tot + align) == 0)
1189 len = imin(M_TRAILINGSPACE(mb), tot - progress);
1203 VERIFY(progress == tot);
/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c3106 unsigned int tot = 0; local
3122 tot = cslab_alloc(class, &list,
3136 return (tot == num);

Completed in 408 milliseconds