Home
last modified time | relevance | path

Searched refs:defconfig (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.c139 defconfig = variable
584 defconfig.ioapic.id in imps_read_bios()
588 defconfig.ioapic.ver in imps_read_bios()
591 defconfig.proc[apicid].flags in imps_read_bios()
593 defconfig.proc[!apicid].flags = IMPS_FLAG_ENABLED; in imps_read_bios()
598 memcpy (defconfig.bus[0].bus_type, "ISA ", 6); in imps_read_bios()
603 memcpy (defconfig.bus[0].bus_type, "MCA ", 6); in imps_read_bios()
607 defconfig.proc[0].apic_ver = 0x10; in imps_read_bios()
608 defconfig.proc[1].apic_ver = 0x10; in imps_read_bios()
609 defconfig.bus[1].type = IMPS_BCT_BUS; in imps_read_bios()
[all …]
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_config.c257 static ns_default_config defconfig[] = { variable
1218 defconfig[NS_LDAP_CACHETTL_P].defval.ns_pc); in __s_api_crosscheck()
1266 for (i = 0; defconfig[i].name != NULL; i++) { in __s_api_get_type()
1267 if (strcasecmp(defconfig[i].name, value) == 0) { in __s_api_get_type()
1268 *type = defconfig[i].index; in __s_api_get_type()
1299 for (i = 0; defconfig[i].name != NULL; i++) { in __s_api_get_versiontype()
1300 if (strcasecmp(defconfig[i].name, value) == 0) { in __s_api_get_versiontype()
1301 if (defconfig[i].version == ver) { in __s_api_get_versiontype()
1302 *type = defconfig[i].index; in __s_api_get_versiontype()
1315 for (i = 0; defconfig[i].name != NULL; i++) { in __s_api_get_profiletype()
[all …]