Searched refs:lmp (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/nvi/common/
H A Dmark.c94 LMARK *lmp; local
100 while ((lmp = SLIST_FIRST(ep->marks)) != NULL) {
102 free(lmp);
120 LMARK *lmp; local
125 lmp = mark_find(sp, key);
126 if (lmp == NULL || lmp->name != key) {
130 if (F_ISSET(lmp, MARK_DELETED)) {
141 if ((lmp->lno != 1 || lmp
165 LMARK *lmp, *lmt; local
205 LMARK *lmp, *lastlmp = NULL; local
231 LMARK *lmp; local
[all...]
H A Dlog.c332 LMARK *lmp)
351 memmove(ep->l_lp + sizeof(u_char), lmp, sizeof(LMARK));
362 ep->l_cur, lmp->name, lmp->lno, lmp->cno);
330 log_mark( SCR *sp, LMARK *lmp) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dnbsd-tdep.c39 static struct link_map_offsets *lmp = NULL; local
41 if (lmp == NULL)
43 lmp = &lmo;
65 return lmp;
72 static struct link_map_offsets *lmp = NULL; local
74 if (lmp == NULL)
76 lmp = &lmo;
98 return lmp;
H A Dmipsnbsd-tdep.c281 static struct link_map_offsets *lmp = NULL; local
283 if (lmp == NULL)
285 lmp = &lmo;
307 return lmp;
314 static struct link_map_offsets *lmp = NULL; local
316 if (lmp == NULL)
318 lmp = &lmo;
340 return lmp;
H A Di386-nto-tdep.c199 static struct link_map_offsets *lmp = NULL; local
201 if (lmp == NULL)
203 lmp = &lmo;
225 return lmp;
H A Dsolib-legacy.c42 static struct link_map_offsets *lmp = 0; local
53 if (lmp == 0)
55 lmp = &lmo;
140 return lmp;
H A Dsolib-svr4.c1524 static struct link_map_offsets *lmp = NULL; local
1526 if (lmp == NULL)
1528 lmp = &lmo;
1547 return lmp;
1557 static struct link_map_offsets *lmp = NULL; local
1559 if (lmp == NULL)
1561 lmp = &lmo;
1580 return lmp;
H A Dmipsfbsd-tdep.c532 static struct link_map_offsets *lmp = NULL; local
534 if (lmp == NULL)
536 lmp = &lmo;
558 return lmp;
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-11-stable/contrib/nvi/ex/
H A Dex_move.c89 LMARK *lmp; local
126 SLIST_FOREACH(lmp, sp->ep->marks, q)
127 if (lmp->name != ABSMARK1 &&
128 lmp->lno >= fl && lmp->lno <= tl) {
130 F_CLR(lmp, MARK_USERSET);
131 (void)log_mark(sp, lmp);
150 SLIST_FOREACH(lmp, sp->ep->marks, q)
151 if (lmp->name != ABSMARK1 &&
152 lmp
[all...]
/freebsd-11-stable/libexec/rtld-elf/
H A Dlibmap.c28 TAILQ_HEAD(lmp_list, lmp) lmp_head = TAILQ_HEAD_INITIALIZER(lmp_head);
29 struct lmp { struct
33 TAILQ_ENTRY(lmp) lmp_link;
327 struct lmp *lmp; local
340 lmp = TAILQ_FIRST(&lmp_head);
341 TAILQ_REMOVE(&lmp_head, lmp, lmp_link);
342 free(lmp->p);
343 lm_free(&lmp->lml);
344 free(lmp);
440 struct lmp *lmp; local
458 struct lmp *lmp; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c106 Link_map *lmp = NULL; local
121 if (dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &lmp) == -1 || lmp == NULL) {
133 if ((modname = strrchr(lmp->l_name, '/')) == NULL)
134 modname = lmp->l_name;
146 elf = (void *)lmp->l_addr;
149 dh.dofhp_addr = elf->e_type == ET_DYN ? (uintptr_t) lmp->l_addr : 0;
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c90 const ctf_lmember_t *lmp = (const ctf_lmember_t *) local
93 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) {
94 const char *name = ctf_strptr(fp, lmp->ctlm_name);
95 if ((rc = func(name, lmp->ctlm_type,
96 (ulong_t)CTF_LMEM_OFFSET(lmp), arg)) != 0)
436 const ctf_lmember_t *lmp = vmp; local
437 for (; n != 0; n--, lmp++) {
438 ssize_t am = ctf_type_align(fp, lmp->ctlm_type);
684 const ctf_lmember_t *lmp = (const ctf_lmember_t *) local
687 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp
864 const ctf_lmember_t *lmp = (const ctf_lmember_t *) local
[all...]
H A Dctf_open.c259 ctf_lmember_t *lmp = (ctf_lmember_t *) local
263 for (n = vlen; n != 0; n--, lmp++)
265 CTF_TYPE_ISCHILD(lmp->ctlm_type);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c3414 must *lmp; local
3419 lmp = --mp;
3421 if (strcmp(lmp->is, rmp->is) != 0)
3422 lmp->is[0] = '\0';
3425 while (lmp->left[i] != '\0' && lmp->left[i] == rmp->left[i])
3427 lmp->left[i] = '\0';
3429 ln = strlen(lmp->right);
3435 if (lmp->right[ln - i - 1] != rmp->right[rn - i - 1])
3438 lmp
3467 must *lmp; local
[all...]
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c465 ctf_lmember_t *lmp = (ctf_lmember_t *) local
469 for (n = vlen; n != 0; n--, lmp++)
471 CTF_TYPE_ISCHILD(lmp->ctlm_type);
554 ctf_lmember_t *lmp = (ctf_lmember_t *) local
558 for (n = vlen; n != 0; n--, lmp++)
560 CTF_TYPE_ISCHILD(lmp->ctlm_type);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c423 const ctf_lmember_t *lmp; member in union:__anon83
533 for (i = 0; i < n; i++, u.lmp++) {
536 ref_to_str(u.lmp->ctlm_name,
537 hp, cd), u.lmp->ctlm_type,
539 CTF_LMEM_OFFSET(u.lmp));
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.h343 struct mbuf *lmp; member in struct:adapter
H A Dif_ixgb.c2129 adapter->lmp = mp;
2133 adapter->lmp->m_next = mp;
2134 adapter->lmp = adapter->lmp->m_next;
2178 adapter->lmp = NULL;
2186 adapter->lmp = NULL;
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile96 print-lmp.c \
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.h414 struct mbuf *lmp; member in struct:adapter
H A Dif_em.h374 struct mbuf *lmp; member in struct:rx_ring
H A Dif_igb.h413 struct mbuf *lmp; member in struct:rx_ring
H A Dif_lem.c3707 adapter->lmp = mp;
3717 adapter->lmp->m_len -= prev_len_adj;
3721 adapter->lmp->m_next = mp;
3722 adapter->lmp = adapter->lmp->m_next;
3747 adapter->lmp = NULL;
3763 adapter->lmp = NULL;
H A Dif_igb.c4486 rxr->lmp = NULL;
4913 rxr->lmp = NULL;
5100 rxr->lmp = mh;
5104 rxr->lmp = mh->m_next;
5108 rxr->lmp->m_next = mh;
5109 rxr->lmp = rxr->lmp->m_next;
5178 rxr->lmp = NULL;

Completed in 457 milliseconds

12