Searched refs:magic (Results 1 - 25 of 71) sorted by last modified time

123

/barrelfish-master/usr/skb/programs/
H A Ddecoding_net2.pl1268 % C magic: nonvar, or already installed, or it will be new allocated
/barrelfish-master/tools/weever/
H A Dloader.c32 /* the boot magic */
58 * \param magic this field must hold the value K1OM_BOOT_MAGIC
62 loader(uint64_t magic,
178 * \param magic magic value
183 loader(uint64_t magic, argument
190 if (magic != K1OM_BOOT_MAGIC) {
/barrelfish-master/tools/elver/
H A Delver.c251 int startup(uint32_t magic, struct multiboot_info *mb);
253 int startup(uint32_t magic, struct multiboot_info *mb) argument
259 eax = magic;
/barrelfish-master/tools/armv8_bootimage/
H A Defi_loader.c87 typedef void boot_driver(uint32_t magic, void *pointer);
630 Print(L"Magic: %lx\n", blob_info->magic);
H A Darmv8_bootimage.c559 blob.magic = 0x12345678fedcba90;
H A Dblob.h21 uint64_t magic; member in struct:Blob::__anon303::__anon304
/barrelfish-master/lib/net/
H A Dnetif.c260 assert(nb->magic == 0xdeadbeefcafebabe);
324 assert(nb->magic == 0xdeadbeefcafebabe);
465 if (nb->magic != 0xdeadbeefcafebabe || nb->enqueued != 1 || nb->allocated != 1 || nb->flags != buf.flags) {
466 debug_printf("ERROR: pbuf=%p, rid=%u, offset=%lx magic=%lx, enq=%u, alloc=%u, flags=%lx (%lx)\n",
467 p, nb->region->regionid, nb->offset, nb->magic, nb->enqueued, nb->allocated, nb->flags, buf.flags);
470 assert(nb->magic == 0xdeadbeefcafebabe);
508 assert(nb->magic == 0xdeadbeefcafebabe);
H A Dnetworking_internal.h116 uint64_t magic; member in struct:net_buf_p
H A Dnetbufs.c152 nb->magic = 0xdeadbeefcafebabe;
227 assert(nb->magic == 0xdeadbeefcafebabe);
265 assert(nb->magic == 0xdeadbeefcafebabe);
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Deap.c51 #include "netif/ppp/magic.h"
200 pcb->eap.es_server.ea_id = magic();
/barrelfish-master/lib/cpio/
H A Dcpiobin.c26 uint8_t magic[2]; member in struct:__anon176
43 char magic[6]; member in struct:__anon177
72 return (h->magic[0] * 0x100 + h->magic[1]) == 070707;
79 return (h->magic[0] + h->magic[1] * 0x100) == 070707;
86 return strncmp(h->magic, "070701", 6) == 0;
93 return strncmp(h->magic, "070702", 6) == 0;
582 printf("newc magic %08x inode %08x\n",
583 a6u32(ph->magic), a8u3
[all...]
/barrelfish-master/kernel/include/arch/x86_64/
H A Dinit.h25 void arch_init(uint64_t magic, void *pointer) __attribute__ ((noreturn));
/barrelfish-master/kernel/include/arch/x86_32/
H A Dinit.h25 void arch_init(uint32_t magic, void *pointer) __attribute__ ((noreturn));
/barrelfish-master/kernel/arch/x86_64/
H A Dinit.c552 * The kernel expects one of two magic values in 'magic' that determine how it
553 * has been booted. If 'magic' is #MULTIBOOT_INFO_MAGIC the kernel has been
555 * the boot CPU. It will relocate itself to a default position. If 'magic' is
569 * \param magic Boot magic value
572 void arch_init(uint64_t magic, void *pointer) argument
578 serial_console_init((magic == MULTIBOOT_INFO_MAGIC));
585 apic_bsp = magic == MULTIBOOT_INFO_MAGIC;
590 * If magic valu
[all...]
/barrelfish-master/kernel/arch/x86_32/
H A Dinit.c602 * The kernel expects one of two magic values in 'magic' that determine how it
603 * has been booted. If 'magic' is #MULTIBOOT_INFO_MAGIC the kernel has been
605 * the boot CPU. It will relocate itself to a default position. If 'magic' is
619 * \param magic Boot magic value
622 void arch_init(uint32_t magic, void *pointer) argument
628 serial_console_init((magic == MULTIBOOT_INFO_MAGIC));
648 * If magic value does not match what we expect, we cannot proceed safely.
650 switch(magic) {
[all...]
/barrelfish-master/kernel/arch/k1om/
H A Dinit.c561 * The kernel expects one of two magic values in 'magic' that determine how it
562 * has been booted. If 'magic' is #MULTIBOOT_INFO_MAGIC the kernel has been
564 * the boot CPU. It will relocate itself to a default position. If 'magic' is
578 * \param magic Boot magic value
581 void arch_init(uint64_t magic, argument
603 apic_bsp = magic == K1OM_BOOT_MAGIC;
611 * If magic value does not match what we expect, we cannot proceed safely.
613 switch (magic) {
[all...]
/barrelfish-master/kernel/arch/armv8/boot/
H A Dboot_generic.c34 void boot_bsp_init(uint32_t magic, lpaddr_t pointer)
652 Register x0 contains the multiboot magic value
656 boot_bsp_init(uint32_t magic, lpaddr_t pointer) { argument
661 debug_print_hex(magic);
666 /* Boot magic must be set */
667 if (magic != MULTIBOOT2_BOOTLOADER_MAGIC) {
668 debug_print_string("Invalid bootloader magic\n");
/barrelfish-master/include/
H A Dmultiboot2.h29 /* The magic field should contain this. */
92 multiboot_uint32_t magic; member in struct:multiboot_header
H A Darranet_debug.h40 uint8_t magic; member in struct:__anon1::__anon2
59 uint8_t magic; member in struct:__anon3::__anon4
/barrelfish-master/include/lwip2/netif/ppp/
H A Deap.c51 #include "netif/ppp/magic.h"
200 pcb->eap.es_server.ea_id = magic();
/barrelfish-master/doc/022-armv8/
H A Dreport.tex712 \item The first argument register holds the Multiboot 2 magic value.
/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregexec.c127 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2)
H A Dregfree.c23 if (g == NULL || g->magic != MAGIC2) /* oops again */
26 g->magic = 0; /* mark it invalid */
H A Dregex2.h104 int magic; member in struct:re_guts
H A Dregcomp.c169 g->magic = MAGIC2;

Completed in 364 milliseconds

123