HomeSort by: relevance | last modified time | path
    Searched defs:sunmag (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/sunos32/
sunos32_exec_aout.c 54 struct sunos_exec *sunmag = epp->ep_hdr; local in function:exec_sunos32_aout_makecmds
59 if (!SUNOS_M_NATIVE(sunmag->a_machtype))
62 switch (sunmag->a_magic) {
  /src/sys/compat/sunos/
sunos_exec_aout.c 71 struct sunos_exec *sunmag = epp->ep_hdr; local in function:exec_sunos_aout_makecmds
76 if (!SUNOS_M_NATIVE(sunmag->a_machtype))
79 switch (sunmag->a_magic) {

Completed in 13 milliseconds