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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.c139 defconfig = variable in typeref:struct:__anon344
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...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c238 * following defconfig[] structure, the intval data will be placed is the
256 static ns_default_config defconfig[] = { variable
1242 defconfig[NS_LDAP_CACHETTL_P].defval.ns_pc);
1290 for (i = 0; defconfig[i].name != NULL; i++) {
1291 if (strcasecmp(defconfig[i].name, value) == 0) {
1292 *type = defconfig[i].index;
1323 for (i = 0; defconfig[i].name != NULL; i++) {
1324 if (strcasecmp(defconfig[i].name, value) == 0) {
1325 if (defconfig[i].version == ver) {
1326 *type = defconfig[
[all...]

Completed in 29 milliseconds