Searched refs:configs (Results 1 – 10 of 10) sorted by relevance
| /dflybsd-src/sys/bus/isa/ |
| H A D | pnpparse.c | 410 struct isa_config *configs; in pnp_parse_resources() local 425 configs = kmalloc(sizeof(*configs)*(1 + MAXDEP), in pnp_parse_resources() 427 config = &configs[0]; in pnp_parse_resources() 453 pnp_merge_resources(dev, &configs[0], in pnp_parse_resources() 465 config = &configs[ncfgs]; in pnp_parse_resources() 491 pnp_merge_resources(dev, &configs[0], config); in pnp_parse_resources() 502 config = &configs[0]; in pnp_parse_resources() 548 ISA_ADD_CONFIG(parent, dev, priorities[0], &configs[0]); in pnp_parse_resources() 549 kfree(configs, M_DEVBUF); in pnp_parse_resources() 559 pnp_merge_resources(dev, &configs[0], &configs[i]); in pnp_parse_resources() [all …]
|
| /dflybsd-src/sys/dev/disk/nata/ |
| H A D | ata-raid.c | 1676 if (raid->magic_0 && raid->magic_0 != meta->configs[0].magic_0) in ata_raid_adaptec_read_meta() 1680 switch (meta->configs[0].type) { in ata_raid_adaptec_read_meta() 1682 raid->magic_0 = meta->configs[0].magic_0; in ata_raid_adaptec_read_meta() 1684 raid->interleave = 1 << (meta->configs[0].stripe_shift >> 1); in ata_raid_adaptec_read_meta() 1685 raid->width = be16toh(meta->configs[0].total_disks); in ata_raid_adaptec_read_meta() 1689 raid->magic_0 = meta->configs[0].magic_0; in ata_raid_adaptec_read_meta() 1691 raid->width = be16toh(meta->configs[0].total_disks) / 2; in ata_raid_adaptec_read_meta() 1696 meta->configs[0].type); in ata_raid_adaptec_read_meta() 1704 raid->total_disks = be16toh(meta->configs[0].total_disks); in ata_raid_adaptec_read_meta() 1705 raid->total_sectors = be32toh(meta->configs[0].sectors); in ata_raid_adaptec_read_meta() [all …]
|
| H A D | ata-raid.h | 162 } configs[127]; member 270 } __packed configs[2]; member 508 } configs[30]; member
|
| /dflybsd-src/etc/rc.d/ |
| H A D | wg | 82 local configs=$(awk -v ifname="${ifname}" -v debugvar="${WG_DEBUG}" ' 277 local msg=$(printf "eval configs: {{{\n%s\n}}}\n" "${configs}") 280 eval "${configs}"
|
| /dflybsd-src/contrib/cvs-1.12/contrib/pam/ |
| H A D | ChangeLog | 19 Distribute demo PAM configs.
|
| /dflybsd-src/contrib/openresolv/ |
| H A D | README.md | 35 * Prefer configs via IF_METRIC for dynamic ordering
|
| /dflybsd-src/ |
| H A D | UPDATING | 80 Removal of OPIE requires /etc/pam.d/ configs to be updated. 225 It was commented out in our default configs for several years now, but 226 might still be present in custom configs created before Nov. 2011. 445 They should be removed or commented out in such custom kernel configs. 479 master. That period is now over, so any configs still having those 505 removed in kernel configs derived from X86_64_GENERIC. 628 removed from kernel configs that have it.
|
| /dflybsd-src/crypto/openssh/ |
| H A D | README.DELETED | 535 ./.github/configs
|
| /dflybsd-src/contrib/bmake/ |
| H A D | ChangeLog | 3815 configs(8) will use 'sun4' as an alias for 'sparc'.
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | as.texinfo | 1912 @c The following should exhaust all configs that set MULTI-OBJ, ideally
|