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

12

/freebsd-9.3-release/contrib/nvi/common/
H A Dmark.c93 LMARK *lmp; local
99 while ((lmp = ep->marks.lh_first) != NULL) {
100 LIST_REMOVE(lmp, q);
101 free(lmp);
119 LMARK *lmp; local
124 lmp = mark_find(sp, key);
125 if (lmp == NULL || lmp->name != key) {
129 if (F_ISSET(lmp, MARK_DELETED)) {
140 if ((lmp
164 LMARK *lmp, *lmt; local
204 LMARK *lmp, *lastlmp; local
229 LMARK *lmp; local
[all...]
H A Dlog.c315 log_mark(sp, lmp)
317 LMARK *lmp;
336 memmove(ep->l_lp + sizeof(u_char), lmp, sizeof(LMARK));
347 ep->l_cur, lmp->name, lmp->lno, lmp->cno);
/freebsd-9.3-release/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.c530 static struct link_map_offsets *lmp = NULL; local
532 if (lmp == NULL)
534 lmp = &lmo;
556 return lmp;
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_move.c93 LMARK *lmp; local
129 for (lmp = sp->ep->marks.lh_first; lmp != NULL; lmp = lmp->q.le_next)
130 if (lmp->name != ABSMARK1 &&
131 lmp->lno >= fl && lmp->lno <= tl) {
133 F_CLR(lmp, MARK_USERSET);
134 (void)log_mark(sp, lmp);
[all...]
/freebsd-9.3-release/libexec/rtld-elf/
H A Dlibmap.c36 TAILQ_HEAD(lmp_list, lmp) lmp_head = TAILQ_HEAD_INITIALIZER(lmp_head);
37 struct lmp { struct
41 TAILQ_ENTRY(lmp) lmp_link;
328 struct lmp *lmp; local
341 lmp = TAILQ_FIRST(&lmp_head);
342 TAILQ_REMOVE(&lmp_head, lmp, lmp_link);
343 free(lmp->p);
344 lm_free(&lmp->lml);
345 free(lmp);
434 struct lmp *lmp; local
449 struct lmp *lmp; local
[all...]
/freebsd-9.3-release/tools/regression/lib/libmp/
H A DMakefile4 CFLAGS+= -g -Wall -lcrypto -lmp
/freebsd-9.3-release/usr.bin/newkey/
H A DMakefile12 LDADD= -lrpcsvc -lmp -lcrypto
/freebsd-9.3-release/usr.bin/chkey/
H A DMakefile14 LDADD= -lrpcsvc -lmp -lcrypto
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c142 Link_map *lmp; local
171 if (dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &lmp) == -1 || lmp == NULL) {
184 if ((modname = strrchr(lmp->l_name, '/')) == NULL)
185 modname = lmp->l_name;
190 if ((efd = open(lmp->l_name, O_RDONLY, 0)) < 0) {
232 elf = (void *)lmp->l_addr;
235 dh.dofhp_addr = elf->e_type == ET_DYN ? (uintptr_t) lmp->l_addr : 0;
/freebsd-9.3-release/usr.sbin/keyserv/
H A DMakefile10 LDADD= -lmp -lcrypto -lrpcsvc
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c92 const ctf_lmember_t *lmp = (const ctf_lmember_t *) local
95 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) {
96 const char *name = ctf_strptr(fp, lmp->ctlm_name);
97 if ((rc = func(name, lmp->ctlm_type,
98 (ulong_t)CTF_LMEM_OFFSET(lmp), arg)) != 0)
411 const ctf_lmember_t *lmp = vmp; local
412 for (; n != 0; n--, lmp++) {
413 ssize_t am = ctf_type_align(fp, lmp->ctlm_type);
658 const ctf_lmember_t *lmp = (const ctf_lmember_t *) local
661 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp
822 const ctf_lmember_t *lmp = (const ctf_lmember_t *) local
[all...]
/freebsd-9.3-release/libexec/telnetd/
H A DMakefile40 LDADD+= -lmp -lcrypto -lcrypt ${MINUSLPAM}
/freebsd-9.3-release/usr.bin/telnet/
H A DMakefile42 LDADD+= -lmp -lcrypto -lcrypt -lipsec ${MINUSLPAM}
/freebsd-9.3-release/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-9.3-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c423 const ctf_lmember_t *lmp; member in union:__anon93
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-9.3-release/sys/cddl/dev/fbt/
H A Dfbt.c731 ctf_lmember_t *lmp = (ctf_lmember_t *) local
735 for (n = vlen; n != 0; n--, lmp++)
737 CTF_TYPE_ISCHILD(lmp->ctlm_type);
820 ctf_lmember_t *lmp = (ctf_lmember_t *) local
824 for (n = vlen; n != 0; n--, lmp++)
826 CTF_TYPE_ISCHILD(lmp->ctlm_type);
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h330 struct mbuf *lmp; member in struct:rx_ring
H A Dif_lem.h412 struct mbuf *lmp; member in struct:adapter
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.h342 struct mbuf *lmp; member in struct:adapter
/freebsd-9.3-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile77 print-lmp.c \

Completed in 311 milliseconds

12