Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
613 defconfig.intin[2].type = 255; in imps_read_bios()
614 defconfig.intin[13].type = 255; in imps_read_bios()
618 defconfig.intin[0].type = 255; in imps_read_bios()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c1267 *type = defconfig[i].index; in __s_api_get_type()
1300 if (defconfig[i].version == ver) { in __s_api_get_versiontype()
1301 *type = defconfig[i].index; in __s_api_get_versiontype()
1318 *type = defconfig[i].index; in __s_api_get_profiletype()
1331 if (defconfig[i].index == type) { in __s_api_get_configtype()
1344 if (defconfig[i].index == type) { in __s_api_get_configname()
1345 if (defconfig[i].name[0] == '\0') in __s_api_get_configname()
1348 return (defconfig[i].name); in __s_api_get_configname()
1363 if (defconfig[i].index == type && in get_defconfig()
1364 defconfig[i].version == ver) { in get_defconfig()
[all …]