Searched refs:alc (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/sys/modules/alc/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/alc
/freebsd-9.3-release/sys/net/
H A Dif_atmsubr.c294 struct atmllc *alc; local
296 if (m->m_len < sizeof(*alc) &&
297 (m = m_pullup(m, sizeof(*alc))) == 0)
299 alc = mtod(m, struct atmllc *);
300 if (bcmp(alc, ATMLLC_HDR, 6)) {
307 etype = ATM_LLC_TYPE(alc);
308 m_adj(m, sizeof(*alc));
/freebsd-9.3-release/sys/conf/
H A DmakeLINT.mk35 echo "nodevice alc" >> ${.TARGET}-NOIP
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c242 size_t alc; member in struct:d_print_info
257 if ((dpi)->buf != NULL && (dpi)->len < (dpi)->alc) \
267 if ((dpi)->buf != NULL && (dpi)->len + (l) <= (dpi)->alc) \
2602 while (need > dpi->alc)
2607 newalc = dpi->alc * 2;
2617 dpi->alc = newalc;
2628 if (dpi->len >= dpi->alc)
2647 if (dpi->len + l > dpi->alc)
2685 dpi.alc = estimate + 1;
2686 dpi.buf = (char *) malloc (dpi.alc);
3968 size_t alc; local
4033 size_t alc; local
4048 size_t alc; local
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcp-demangle.c272 size_t alc; member in struct:d_growable_string
2645 dgs->alc = 0;
2666 newalc = dgs->alc > 0 ? dgs->alc : 2;
2676 dgs->alc = 0;
2681 dgs->alc = newalc;
2693 if (need > dgs->alc)
2841 *palc = dgs.allocation_failure ? 1 : dgs.alc;
4093 size_t alc; local
4109 demangled = d_demangle (mangled_name, DMGL_PARAMS | DMGL_TYPES, &alc);
4200 size_t alc; local
4221 size_t alc; local
[all...]
/freebsd-9.3-release/sys/ia64/conf/
H A DGENERIC135 device alc # Atheros AR8131/AR8132 Ethernet
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dsrec.c345 bfd_size_type alc; local
363 alc = 10;
364 symbuf = bfd_malloc (alc + 1);
374 if ((bfd_size_type) (p - symbuf) >= alc)
378 alc *= 2;
379 n = bfd_realloc (symbuf, alc + 1);
H A Dsunos.c926 bfd_size_type alc;
942 alc = sizeof (struct bfd_link_needed_list);
943 needed = bfd_alloc (abfd, alc);
949 alc = 30;
950 namebuf = bfd_malloc (alc + 1);
974 if ((bfd_size_type) (p - namebuf) >= alc)
978 alc *= 2;
979 n = bfd_realloc (namebuf, alc + 1);
1006 if ((p - namebuf) + strlen (majbuf) + strlen (minbuf) >= alc)
1010 alc
925 bfd_size_type alc; local
[all...]
H A Delflink.c1896 char *alc;
1900 alc = bfd_malloc (len);
1901 if (alc == NULL)
1903 memcpy (alc, h->root.root.string, len - 1);
1904 alc[len - 1] = '\0';
1905 if (alc[len - 2] == ELF_VER_CHR)
1906 alc[len - 2] = '\0';
1913 d = (*t->match) (&t->globals, NULL, alc);
1919 d = (*t->match) (&t->locals, NULL, alc);
1926 free (alc);
1891 char *alc; local
5027 char *alc = NULL; local
5092 char *alc = NULL; local
[all...]
H A Delf.c3299 char *alc;
3302 alc = bfd_malloc (len - 2);
3303 if (alc == NULL)
3305 memcpy (alc, sec->name, len - 3);
3306 alc[len - 3] = '\0';
3307 s = bfd_get_section_by_name (abfd, alc);
3308 free (alc);
3294 char *alc; local
/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.c122 struct buffer_data *alc; local
129 alc = xmalloc (ALLOC_COUNT * sizeof (struct buffer_data));
133 free (alc);
136 for (i = 0; i < ALLOC_COUNT; i++, alc++, space += BUFFER_DATA_SIZE)
138 alc->next = free_buffer_data;
139 free_buffer_data = alc;
140 alc->text = space;
/freebsd-9.3-release/share/man/man4/
H A DMakefile32 alc.4 \
561 MLINKS+=alc.4 if_alc.4
/freebsd-9.3-release/sys/amd64/conf/
H A DGENERIC211 device alc # Atheros AR8131/AR8132 Ethernet
/freebsd-9.3-release/sys/i386/conf/
H A DGENERIC222 device alc # Atheros AR8131/AR8132 Ethernet
/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.c1539 char *alc = NULL;
1571 alc = (char *) xmalloc (strlen (S_GET_NAME (line_label))
1574 sprintf (alc, "%s%s", name, S_GET_NAME (line_label));
1575 name = alc;
1581 if (alc != NULL)
1582 free (alc);
1536 char *alc = NULL; local
/freebsd-9.3-release/sys/dev/alc/
H A Dif_alc.c74 #include <dev/alc/if_alcreg.h>
75 #include <dev/alc/if_alcvar.h>
87 MODULE_DEPEND(alc, pci, 1, 1, 1);
88 MODULE_DEPEND(alc, ether, 1, 1, 1);
89 MODULE_DEPEND(alc, miibus, 1, 1, 1);
94 TUNABLE_INT("hw.alc.msi_disable", &msi_disable);
95 TUNABLE_INT("hw.alc.msix_disable", &msix_disable);
196 "alc",
203 DRIVER_MODULE(alc, pci, alc_driver, alc_devclass, 0, 0);
204 DRIVER_MODULE(miibus, alc, miibus_drive
[all...]
/freebsd-9.3-release/sys/modules/
H A DMakefile27 alc \
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c6229 unsigned int alc;
6235 alc = 10;
6236 secs = xmalloc (alc * sizeof (asection *));
6293 if (c >= alc)
6295 alc *= 2;
6296 secs = xrealloc (secs, alc * sizeof (asection *));
6227 unsigned int alc; local
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstabs.c5246 size_t alc;
5251 p = cplus_demangle_print (DMGL_PARAMS | DMGL_ANSI, dc, 20, &alc);
5325 size_t alc;
5331 p = cplus_demangle_print (DMGL_PARAMS | DMGL_ANSI, dc, 20, &alc);
5244 size_t alc; local
5323 size_t alc; local

Completed in 291 milliseconds