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

  /src/sys/external/bsd/ipf/netinet/
ip_log.c 157 iplog_t *iplt[IPL_LOGSIZE]; member in struct:ipf_log_softc_s
265 softl->iplt[i] = NULL;
267 softl->iplh[i] = &softl->iplt[i];
724 while (softl->ipl_log_init == 1 && softl->iplt[unit] == NULL) {
782 for (copied = 0; (ipl = softl->iplt[unit]) != NULL; copied += dlen) {
789 softl->iplt[unit] = ipl->ipl_next;
798 ipl->ipl_next = softl->iplt[unit];
799 softl->iplt[unit] = ipl;
807 if (!softl->iplt[unit]) {
809 softl->iplh[unit] = &softl->iplt[unit]
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf-bfd.h 782 asection *iplt;
781 asection *iplt; member in struct:elf_link_hash_table
  /src/external/gpl3/binutils.old/dist/bfd/
elf-bfd.h 773 asection *iplt;
772 asection *iplt; member in struct:elf_link_hash_table
  /src/external/gpl3/gdb.old/dist/bfd/
elf-bfd.h 761 asection *iplt;
760 asection *iplt; member in struct:elf_link_hash_table
  /src/external/gpl3/gdb/dist/bfd/
elf-bfd.h 772 asection *iplt;
771 asection *iplt; member in struct:elf_link_hash_table

Completed in 23 milliseconds