Searched defs: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 in typeref:struct:__anon2221
584 defconfig.ioapic.id
588 defconfig.ioapic.ver
591 defconfig.proc[apicid].flags
593 defconfig.proc[!apicid].flags = IMPS_FLAG_ENABLED;
598 memcpy (defconfig.bus[0].bus_type, "ISA ", 6);
603 memcpy (defconfig.bus[0].bus_type, "MCA ", 6);
607 defconfig.proc[0].apic_ver = 0x10;
608 defconfig.proc[1].apic_ver = 0x10;
609 defconfig
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c239 * following defconfig[] structure, the intval data will be placed is the
257 static ns_default_config defconfig[] = { variable
1218 defconfig[NS_LDAP_CACHETTL_P].defval.ns_pc);
1266 for (i = 0; defconfig[i].name != NULL; i++) {
1267 if (strcasecmp(defconfig[i].name, value) == 0) {
1268 *type = defconfig[i].index;
1299 for (i = 0; defconfig[i].name != NULL; i++) {
1300 if (strcasecmp(defconfig[i].name, value) == 0) {
1301 if (defconfig[i].version == ver) {
1302 *type = defconfig[
[all...]

Completed in 145 milliseconds