HomeSort by: relevance | last modified time | path
    Searched defs:mfirst (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netipsec/
ipsec_mbuf.c 59 struct mbuf *n, *mfirst, *mlast; local
144 mfirst = n;
162 m_freem(mfirst);
169 m0 = mfirst; /* new head of chain */
171 mprev->m_next = mfirst; /* replace old mbuf */
173 mprev = mfirst;
  /src/external/gpl3/binutils/dist/bfd/
elf.c 5126 struct elf_segment_map *mfirst;
5202 mfirst = NULL;
5203 pm = &mfirst;
5688 for (m = mfirst; m != NULL; m = m->next)
5724 elf_seg_map (abfd) = mfirst;
5124 struct elf_segment_map *mfirst; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 5061 struct elf_segment_map *mfirst;
5137 mfirst = NULL;
5138 pm = &mfirst;
5623 for (m = mfirst; m != NULL; m = m->next)
5659 elf_seg_map (abfd) = mfirst;
5059 struct elf_segment_map *mfirst; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 5021 struct elf_segment_map *mfirst;
5097 mfirst = NULL;
5098 pm = &mfirst;
5577 for (m = mfirst; m != NULL; m = m->next)
5613 elf_seg_map (abfd) = mfirst;
5019 struct elf_segment_map *mfirst; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 5195 struct elf_segment_map *mfirst;
5271 mfirst = NULL;
5272 pm = &mfirst;
5749 for (m = mfirst; m != NULL; m = m->next)
5785 elf_seg_map (abfd) = mfirst;
5193 struct elf_segment_map *mfirst; local

Completed in 61 milliseconds