Home
last modified time | relevance | path

Searched refs:midmag (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/arch/i386/i386/
Daout_machdep.c84 u_long midmag, magic; in exec_nomid() local
90 midmag = ntohl(execp->a_midmag); in exec_nomid()
91 mid = (midmag >> 16) & 0xffff; in exec_nomid()
92 magic = midmag & 0xffff; in exec_nomid()
99 midmag = mid << 16 | magic; in exec_nomid()
101 switch (midmag) { in exec_nomid()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_exec_aout.c101 netbsd32_u_long midmag, magic; in exec_netbsd32_makecmds() local
109 midmag = (netbsd32_u_long)ntohl(execp->a_midmag); in exec_netbsd32_makecmds()
110 mid = (midmag >> 16) & 0x3ff; in exec_netbsd32_makecmds()
111 magic = midmag & 0xffff; in exec_netbsd32_makecmds()
113 midmag = mid << 16 | magic; in exec_netbsd32_makecmds()
118 switch (midmag) { in exec_netbsd32_makecmds()
420 u_long midmag, magic; in netbsd32_exec_aout_nomid() local
426 midmag = ntohl(execp->a_midmag); in netbsd32_exec_aout_nomid()
427 mid = (midmag >> 16) & 0xffff; in netbsd32_exec_aout_nomid()
428 magic = midmag & 0xffff; in netbsd32_exec_aout_nomid()
[all …]
/netbsd/src/sys/compat/vax1k/
Dvax1k_exec.c115 u_long midmag, magic; in exec_vax1k_makecmds() local
123 midmag = ntohl(execp->a_midmag); in exec_vax1k_makecmds()
124 mid = (midmag >> 16) & 0x3ff; in exec_vax1k_makecmds()
125 magic = midmag & 0xffff; in exec_vax1k_makecmds()
127 midmag = mid << 16 | magic; in exec_vax1k_makecmds()
129 switch (midmag) { in exec_vax1k_makecmds()
/netbsd/src/sys/kern/
Dexec_aout.c98 u_long midmag, magic; in exec_aout_makecmds() local
106 midmag = ntohl(execp->a_midmag); in exec_aout_makecmds()
107 mid = (midmag >> 16) & 0x3ff; in exec_aout_makecmds()
108 magic = midmag & 0xffff; in exec_aout_makecmds()
110 midmag = mid << 16 | magic; in exec_aout_makecmds()
112 switch (midmag) { in exec_aout_makecmds()
/netbsd/src/sys/compat/m68k4k/
Dm68k4k_exec.c115 u_long midmag, magic; in exec_m68k4k_makecmds() local
127 midmag = ntohl(execp->a_midmag); in exec_m68k4k_makecmds()
128 mid = (midmag >> 16) & 0x3ff; in exec_m68k4k_makecmds()
129 magic = midmag & 0xffff; in exec_m68k4k_makecmds()
131 midmag = mid << 16 | magic; in exec_m68k4k_makecmds()
133 switch (midmag) { in exec_m68k4k_makecmds()
/netbsd/src/sys/arch/cesfic/cesfic/
Dmachdep.c582 u_long midmag, magic; in cpu_exec_aout_makecmds() local
587 midmag = ntohl(execp->a_midmag); in cpu_exec_aout_makecmds()
588 mid = (midmag >> 16) & 0xffff; in cpu_exec_aout_makecmds()
589 magic = midmag & 0xffff; in cpu_exec_aout_makecmds()
591 midmag = mid << 16 | magic; in cpu_exec_aout_makecmds()
593 switch (midmag) { in cpu_exec_aout_makecmds()
/netbsd/src/sys/arch/news68k/news68k/
Dmachdep.c667 u_long midmag, magic; in cpu_exec_aout_makecmds() local
672 midmag = ntohl(execp->a_midmag); in cpu_exec_aout_makecmds()
673 mid = (midmag >> 16) & 0xffff; in cpu_exec_aout_makecmds()
674 magic = midmag & 0xffff; in cpu_exec_aout_makecmds()
676 midmag = mid << 16 | magic; in cpu_exec_aout_makecmds()
678 switch (midmag) { in cpu_exec_aout_makecmds()
/netbsd/src/sys/arch/hp300/hp300/
Dmachdep.c1132 u_long midmag, magic; in cpu_exec_aout_makecmds() local
1137 midmag = ntohl(execp->a_midmag); in cpu_exec_aout_makecmds()
1138 mid = (midmag >> 16) & 0xffff; in cpu_exec_aout_makecmds()
1139 magic = midmag & 0xffff; in cpu_exec_aout_makecmds()
1141 midmag = mid << 16 | magic; in cpu_exec_aout_makecmds()
1143 switch (midmag) { in cpu_exec_aout_makecmds()
/netbsd/src/sys/arch/x68k/x68k/
Dmachdep.c1017 u_long midmag, magic; in cpu_exec_aout_makecmds() local
1022 midmag = ntohl(execp->a_midmag); in cpu_exec_aout_makecmds()
1023 mid = (midmag >> 16) & 0xffff; in cpu_exec_aout_makecmds()
1024 magic = midmag & 0xffff; in cpu_exec_aout_makecmds()
1026 midmag = mid << 16 | magic; in cpu_exec_aout_makecmds()
1028 switch (midmag) { in cpu_exec_aout_makecmds()
/netbsd/src/doc/
DCHANGES.prev472 ignore the flags field in midmag in kern_exec.c from pk@cs.few.eur.nl.