| /src/usr.sbin/sysinst/arch/bebox/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/evbmips/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/evbppc/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/evbsh3/ |
| menus.md.pl | 1 /* $NetBSD: menus.md.pl,v 1.1 2014/07/26 19:30:45 dholland Exp $ */
|
| /src/usr.sbin/sysinst/arch/hpcarm/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/hpcmips/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/landisk/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/playstation2/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/sandpoint/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/sys/arch/acorn32/dev/ |
| md_hooks.c | 42 #include <dev/md.h> 59 extern int load_memory_disc_from_floppy(struct md_conf *md, dev_t dev); 65 md_attach_hook(int unit, struct md_conf *md) 70 md->md_addr = (void *) md_root_image; 71 md->md_size = (size_t) md_root_size; 72 md->md_type = MD_KMEM_FIXED; 79 md->md_size = round_page(md_root_size); 80 md->md_addr = (void *)uvm_km_alloc(kernel_map, 82 md->md_type = MD_KMEM_FIXED; 83 bootmd = md; [all...] |
| /src/usr.sbin/sysinst/arch/arc/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/cobalt/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/evbarm/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/hpcsh/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/i386/ |
| Makefile | 6 MENUS_MD= menus.md 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/ofppc/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/prep/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/usr.sbin/sysinst/arch/zaurus/ |
| Makefile | 6 MENUS_MD= menus.md.${SYSINSTLANG} 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
| /src/sys/arch/i386/stand/efiboot/ |
| efimemory.c | 56 getmemtype(EFI_MEMORY_DESCRIPTOR *md) 59 switch (md->Type) { 65 return (md->Attribute & EFI_MEMORY_WB) ? 94 EFI_MEMORY_DESCRIPTOR *desc, *md, *next, *target, *tmp; local 110 for (i = 0, md = desc; i < *NoEntries - 1; i++, md = next) { 111 target = next = NextMemoryDescriptor(md, *DescriptorSize); 113 if (md->PhysicalStart > target->PhysicalStart) { 114 CopyMem(tmp, md, *DescriptorSize); 115 CopyMem(md, target, *DescriptorSize) 130 EFI_MEMORY_DESCRIPTOR *md, *next, *target, *tmp; local 200 EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next; local 236 EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next; local 271 EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next; local 331 EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next; local 373 EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next; local [all...] |
| /src/sys/arch/ia64/ia64/ |
| efi.c | 61 struct efi_md *md; local 84 md = efi_md_first(); 85 while (md != NULL) { 86 if (md->md_attr & EFI_MD_ATTR_RT) { 87 if (md->md_attr & EFI_MD_ATTR_WB) 88 md->md_virt = 89 (uint64_t)IA64_PHYS_TO_RR7(md->md_phys); 90 else if (md->md_attr & EFI_MD_ATTR_UC) 91 md->md_virt = 92 (uint64_t)IA64_PHYS_TO_RR6(md->md_phys) [all...] |
| /src/usr.sbin/mlxctl/ |
| dklist.c | 109 struct mlx_disk *md; local 111 SIMPLEQ_FOREACH(md, &mlx_disks, chain) 112 (*func)(md); 118 struct mlx_disk *md; local 124 SIMPLEQ_FOREACH(md, &mlx_disks, chain) 125 if (strcmp(md->name, name) == 0) 132 if ((md = malloc(sizeof(*md))) == NULL) 135 strlcpy(md->name, name, sizeof(md->name)) [all...] |
| /src/distrib/amiga/miniroot/ |
| Makefile.inc | 8 ${ARCHDIR}/install.md \
|
| /src/lib/libc/arch/arm/misc/ |
| arm_initfini.c | 69 struct sysctlnode query, md[64]; local 78 len = sizeof(md); 79 if (sysctl(mib, 2, md, &len, &query, sizeof(query)) == -1) 82 for (size_t i = 0; i < len / sizeof(md[0]); i++) { 83 if (strcmp(md[i].sysctl_name, "fpu_present") == 0) { 84 mib[1] = md[i].sysctl_num; 91 else if (strcmp(md[i].sysctl_name, "hwdiv_present") == 0) { 92 mib[1] = md[i].sysctl_num;
|
| /src/sys/arch/hpcsh/conf/ |
| RAMDISK | 10 pseudo-device md # memory disk device (ramdisk)
|
| /src/usr.sbin/mdconfig/ |
| mdconfig.c | 35 * user-space memory for the new memory-disk driver (md). 46 #include <dev/md.h> 59 struct md_conf md; local 81 md.md_size = bytes; 87 md.md_addr = mmap(NULL, md.md_size, PROT_READ | PROT_WRITE, 89 if (md.md_addr == MAP_FAILED) 93 md.md_type = MD_UMEM_SERVER; 94 if (ioctl(fd, MD_SETCONF, &md) == -1)
|