Searched refs:lmp (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ds390-tdep.c2914 static struct link_map_offsets *lmp = NULL; local
2916 if (lmp == NULL)
2918 lmp = &lmo;
2940 return lmp;
2947 static struct link_map_offsets *lmp = NULL; local
2949 if (lmp == NULL)
2951 lmp = &lmo;
2973 return lmp;
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_igb.h341 struct mbuf *lmp; member in struct:rx_ring
H A Dif_lem.c3534 adapter->lmp = mp;
3544 adapter->lmp->m_len -= prev_len_adj;
3548 adapter->lmp->m_next = mp;
3549 adapter->lmp = adapter->lmp->m_next;
3574 adapter->lmp = NULL;
3590 adapter->lmp = NULL;
H A Dif_igb.c4339 rxr->lmp = NULL;
4685 rxr->lmp = NULL;
4866 rxr->lmp = mh;
4870 rxr->lmp = mh->m_next;
4874 rxr->lmp->m_next = mh;
4875 rxr->lmp = rxr->lmp->m_next;
4904 rxr->lmp = NULL;
H A Dif_em.c4480 rxr->fmp = rxr->lmp = mp;
4484 rxr->lmp->m_next = mp;
4485 rxr->lmp = mp;
4509 rxr->fmp = rxr->lmp = NULL;
4560 rxr->lmp = NULL;
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c258 ctf_lmember_t *lmp = (ctf_lmember_t *) local
262 for (n = vlen; n != 0; n--, lmp++)
264 CTF_TYPE_ISCHILD(lmp->ctlm_type);
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.c2126 adapter->lmp = mp;
2130 adapter->lmp->m_next = mp;
2131 adapter->lmp = adapter->lmp->m_next;
2175 adapter->lmp = NULL;
2183 adapter->lmp = NULL;
/freebsd-9.3-release/etc/
H A Dservices1304 lmp 701/tcp #Link Management Protocol (LMP)
1305 lmp 701/udp #Link Management Protocol (LMP)

Completed in 84 milliseconds

12