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

  /src/usr.sbin/mopd/common/
file.c 640 struct exec ex, ex_swap;
648 if (read(fd, (char *)&ex_swap, sizeof(ex_swap)) != sizeof(ex_swap))
656 mid = getMID(mid, N_GETMID (ex_swap));
673 struct exec ex, ex_swap;
682 if (read(dl->ldfd, (char *)&ex_swap,
683 sizeof(ex_swap)) != sizeof(ex_swap))
686 mopFileSwapX((u_char *)&ex_swap, 0, 4)
    [all...]
  /src/usr.sbin/mopd/mopcopy/
mopcopy.c 95 struct exec ex, ex_swap; variable in typeref:struct:exec

Completed in 42 milliseconds