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

  /src/sys/compat/sunos/
sunos_mod.c 48 static struct execsw sunos_execsw = { variable in typeref:struct:execsw
78 return exec_add(&sunos_execsw, 1);
82 return exec_remove(&sunos_execsw, 1);
  /src/sys/compat/sunos32/
sunos32_mod.c 51 static struct execsw sunos_execsw = { variable in typeref:struct:execsw
81 return exec_add(&sunos_execsw, 1);
85 return exec_remove(&sunos_execsw, 1);

Completed in 11 milliseconds