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

  /src/sys/dev/apm/
apmvar.h 63 int sc_vers; member in struct:apm_softc
  /src/lib/libc/rpc/
svc.c 114 rpcvers_t sc_vers; member in struct:svc_callout
305 s->sc_vers = vers;
377 s->sc_vers = (rpcvers_t)vers;
427 if (((s->sc_prog == prog) && (s->sc_vers == vers)) &&
720 if (s->sc_vers == r.rq_vers) {
725 if (s->sc_vers < low_vers)
726 low_vers = s->sc_vers;
727 if (s->sc_vers > high_vers)
728 high_vers = s->sc_vers;

Completed in 13 milliseconds