Searched refs:cfe (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/sys/dev/pccard/ |
| D | pccard_cis.c | 482 struct pccard_config_entry *cfe; in pccard_print_cis() local 557 STAILQ_FOREACH(cfe, &pf->cfe_head, cfe_list) { in pccard_print_cis() 559 "%d: ", pf->number, cfe->number); in pccard_print_cis() 561 switch (cfe->iftype) { in pccard_print_cis() 573 printf("; irq mask %#x", cfe->irqmask); in pccard_print_cis() 575 if (cfe->num_iospace) { in pccard_print_cis() 576 printf("; iomask %#lx, iospace", cfe->iomask); in pccard_print_cis() 578 for (i = 0; i < cfe->num_iospace; i++) { in pccard_print_cis() 579 printf(" %#lx", cfe->iospace[i].start); in pccard_print_cis() 580 if (cfe->iospace[i].length) in pccard_print_cis() [all …]
|
| D | pccard_cis_quirks.c | 286 struct pccard_config_entry *cfe, *cfe_next; in pccard_check_cis_quirks() local 311 for (cfe = STAILQ_FIRST(&pf->cfe_head); cfe != NULL; in pccard_check_cis_quirks() 312 cfe = cfe_next) { in pccard_check_cis_quirks() 313 cfe_next = STAILQ_NEXT(cfe, cfe_list); in pccard_check_cis_quirks() 314 free(cfe, M_DEVBUF); in pccard_check_cis_quirks() 325 cfe = malloc(sizeof(*cfe), M_DEVBUF, M_NOWAIT); in pccard_check_cis_quirks() 326 if (cfe == NULL) { in pccard_check_cis_quirks() 330 *cfe = *q->cfe; in pccard_check_cis_quirks() 331 STAILQ_INSERT_TAIL(&pf->cfe_head, cfe, cfe_list); in pccard_check_cis_quirks() 341 cfe = malloc(sizeof(*cfe), M_DEVBUF, M_NOWAIT); in pccard_check_cis_quirks() [all …]
|
| D | pccard.c | 233 pf->cfe = NULL; in pccard_attach_card() 317 if (pf->cfe != NULL) in pccard_probe_and_attach_child() 319 pf->cfe = NULL; in pccard_probe_and_attach_child() 329 struct pccard_config_entry *cfe; in pccard_detach_card() local 343 if (pf->cfe != NULL) in pccard_detach_card() 354 while (NULL != (cfe = STAILQ_FIRST(&pf->cfe_head))) { in pccard_detach_card() 356 free(cfe, M_DEVBUF); in pccard_detach_card() 455 return (pf->cfe ? 0 : ENOMEM); in pccard_select_cfe() 471 struct pccard_config_entry *cfe; in pccard_function_init() local 489 if (pf->cfe != NULL) in pccard_function_init() [all …]
|
| D | pccardvarp.h | 105 struct pccard_config_entry *cfe; member 181 struct pccard_config_entry *cfe; member
|
| /freebsd-9-stable/sys/conf/ |
| D | files.mips | 98 dev/cfe/cfe_api.c optional cfe 99 dev/cfe/cfe_console.c optional cfe_console 100 dev/cfe/cfe_env.c optional cfe_env 101 #dev/cfe/cfe_resource.c optional cfe # not yet needed
|
| D | ldscript.mips.cfe | 30 * $FreeBSD: stable/9/sys/conf/ldscript.mips.cfe 217655 2011-01-20 19:20:23Z imp $
|
| /freebsd-9-stable/sys/mips/conf/ |
| D | SWARM | 13 makeoptions LDSCRIPT_NAME= ldscript.mips.cfe
|
| D | SWARM_SMP | 16 makeoptions LDSCRIPT_NAME= ldscript.mips.cfe
|
| D | SWARM64 | 11 makeoptions LDSCRIPT_NAME=ldscript.mips.cfe
|
| D | SWARM64_SMP | 14 makeoptions LDSCRIPT_NAME=ldscript.mips.cfe
|
| D | SENTRY5 | 34 # sentry5 normally ships with cfe firmware; use the console for now
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | README.TXT | 7 svn co https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_34/final llvm-3.4-final/tools/clang
|
| /freebsd-9-stable/sys/dev/cfe/ |
| D | cfe_resource.c | 159 DRIVER_MODULE(cfe, nexus, cferes_driver, cferes_devclass, 0, 0);
|
| D | cfe_console.c | 82 CONSOLE_DRIVER(cfe);
|
| /freebsd-9-stable/libexec/bootpd/ |
| D | bootptab.mcs | 84 tp885: tc=.subnet17:ha=08.00.4C.00.2F.74:bf=tp885sys2.cfe:
|