Searched refs:m_tmp (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/vm/
H A Dvm_phys.c736 vm_page_t m_tmp; local
738 for (m_tmp = m; m_tmp < &m[1 << order]; m_tmp++)
739 m_tmp->pool = pool;
755 vm_page_t m_set, m_tmp; local
796 m_tmp = &seg->first_page[atop(pa_half - seg->start)];
798 m_tmp = m_set;
801 vm_freelist_add(fl, m_tmp, order, 0);
815 vm_page_t m, m_tmp; local
[all...]
H A Dvm_pageout.c572 vm_page_t m, m_tmp, next; local
622 m_tmp = m;
623 vm_pageout_flush(&m_tmp, 1, VM_PAGER_PUT_SYNC,
H A Dvm_page.c1706 vm_page_t m, m_tmp, m_ret; local
1814 for (m_tmp = m, m = m_ret;
1818 if (m >= m_tmp)
/freebsd-10.1-release/sys/netinet/
H A Dsctp_auth.c990 struct mbuf *m_tmp; local
1028 m_tmp = m;
1029 while ((m_tmp != NULL) && (m_offset >= (uint32_t) SCTP_BUF_LEN(m_tmp))) {
1030 m_offset -= SCTP_BUF_LEN(m_tmp);
1031 m_tmp = SCTP_BUF_NEXT(m_tmp);
1034 while (m_tmp != NULL) {
1035 if ((SCTP_BUF_NEXT(m_tmp) == NULL) && trailer) {
1036 sctp_hmac_update(hmac_algo, &ctx, mtod(m_tmp, uint8_
1590 struct mbuf *m_tmp; local
[all...]
H A Dsctp_output.c5491 struct mbuf *m, *m_tmp, *m_last, *m_cookie, *op_err; local
6042 for (m_tmp = op_err; m_tmp != NULL; m_tmp = SCTP_BUF_NEXT(m_tmp)) {
6043 parameter_len += SCTP_BUF_LEN(m_tmp);
6072 for (m_tmp = m_cookie; m_tmp != NULL; m_tmp = SCTP_BUF_NEXT(m_tmp)) {
7479 struct mbuf *m_tmp; local
[all...]
H A Dsctputil.c5413 struct mbuf *m_tmp; local
5416 m_tmp = control->data;
5417 while (m_tmp) {
5418 cnt += SCTP_BUF_LEN(m_tmp);
5419 if (SCTP_BUF_NEXT(m_tmp) == NULL) {
5420 control->tail_mbuf = m_tmp;
5423 m_tmp = SCTP_BUF_NEXT(m_tmp);
/freebsd-10.1-release/contrib/sendmail/src/
H A Dmap.c3900 char m_tmp[MAXPATHLEN + LDAPMAP_MAX_PASSWD]; local
4430 lmap->ldap_secret = sfgets(m_tmp, sizeof(m_tmp),
4434 if (strlen(m_tmp) > LDAPMAP_MAX_PASSWD)
4441 strlen(m_tmp) > 0)
4444 if (m_tmp[strlen(m_tmp) - 1] == '\n')
4445 m_tmp[strlen(m_tmp) - 1] = '\0';
4447 lmap->ldap_secret = m_tmp;
[all...]
/freebsd-10.1-release/sys/dev/mxge/
H A Dif_mxge.c2080 struct mbuf *m_tmp; local
2113 m_tmp = m_defrag(m, M_NOWAIT);
2114 if (m_tmp == NULL) {
2118 m = m_tmp;

Completed in 175 milliseconds