HomeSort by: relevance | last modified time | path
    Searched refs:md (Results 1 - 25 of 262) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /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 in function:efi_memory_get_map
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 in function:efi_memory_compact_map
200 EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next; local in function:efi_memory_get_memmap
236 EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next; local in function:getbasemem
271 EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next; local in function:getextmemx
331 EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next; local in function:efi_memory_probe
373 EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next; local in function:efi_memory_show_map
    [all...]
  /src/sys/arch/ia64/ia64/
efi.c 61 struct efi_md *md; local in function:efi_boot_minimal
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 in function:mlx_disk_iterate
111 SIMPLEQ_FOREACH(md, &mlx_disks, chain)
112 (*func)(md);
118 struct mlx_disk *md; local in function:mlx_disk_add0
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/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 in function:main
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)
  /src/usr.sbin/sysinst/arch/amd64/
Makefile 6 MENUS_MD= ../i386/menus.md
7 MSG_MD= ../i386/msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}

Completed in 19 milliseconds

1 2 3 4 5 6 7 8 91011