HomeSort by: relevance | last modified time | path
    Searched refs:imc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/modules/imc/
Makefile 9 KMOD= imc
10 IOCONF= imc.ioconf
12 SRCS+= imc.c
  /src/external/bsd/wpa/dist/src/eap_peer/
tncc.c 2 * EAP-TNC - TNCC (IF-IMC and IF-TNCCS)
42 /* TNC IF-IMC */
97 struct tnc_if_imc *imc; member in struct:tncc_data
113 struct tnc_if_imc *imc; local
127 imc = tnc_imc[imcID];
128 os_free(imc->supported_types);
129 imc->supported_types = os_memdup(supportedTypes,
131 if (imc->supported_types == NULL)
133 imc->num_supported_types = typeCount;
146 struct tnc_if_imc *imc; local
489 struct tnc_if_imc *imc; local
512 struct tnc_if_imc *imc; local
531 struct tnc_if_imc *imc; local
542 struct tnc_if_imc *imc; local
584 struct tnc_if_imc *imc; local
885 struct tnc_if_imc *imc, *last; local
1006 struct tnc_if_imc *imc; local
1072 struct tnc_if_imc *imc, *last; local
1120 struct tnc_if_imc *imc; local
1154 struct tnc_if_imc *imc, *prev; local
    [all...]
  /src/share/man/man4/man4.sgimips/
Makefile 4 imc.4 intro.4 light.4 mace.4 mavb.4 mec.4 newport.4 pic.4 sq.4 wdsc.4
  /src/sys/arch/x86/pci/imcsmb/
imc.c 1 /* $NetBSD: imc.c,v 1.6 2023/05/10 00:07:49 riastradh Exp $ */
68 __KERNEL_RCSID(0, "$NetBSD: imc.c,v 1.6 2023/05/10 00:07:49 riastradh Exp $");
87 * "Integrated Memory Controllers" (iMCs), and each iMC contains two separate
89 * for reading the "Thermal Sensor on DIMM" (TSODs). The iMC SMBus controllers
93 * The publicly available documentation for the iMC SMBus controllers can be
107 * The iMC SMBus controllers do not support interrupts (thus, they must be
108 * polled for IO completion). All of the iMC registers are in PCI configuration
169 "Intel Sandybridge Xeon iMC 0 SMBus controllers" },
171 "Intel Ivybridge Xeon iMC 0 SMBus controllers" },
173 "Intel Haswell Xeon iMC 0 SMBus controllers" }
    [all...]
  /src/sys/dev/acpi/
apei_hest.c 696 ACPI_HEST_IA_MACHINE_CHECK *const imc = container_of(header, local
702 if (maxlen < sizeof(*imc))
704 maxlen -= sizeof(*imc);
705 ACPI_HEST_IA_ERROR_BANK *const bank = (void *)(imc + 1);
706 if (maxlen < imc->NumHardwareBanks*sizeof(*bank))
708 return (ACPI_HEST_HEADER *)(bank + imc->NumHardwareBanks);
  /src/sys/arch/sgimips/dev/
imc.c 1 /* $NetBSD: imc.c,v 1.38 2025/10/19 20:35:02 thorpej Exp $ */
31 __KERNEL_RCSID(0, "$NetBSD: imc.c,v 1.38 2025/10/19 20:35:02 thorpej Exp $");
67 CFATTACH_DECL_NEW(imc, sizeof(struct imc_softc),
  /src/sys/modules/
Makefile 476 SUBDIR+= imc

Completed in 35 milliseconds