OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_vers
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/apm/
apmvar.h
63
int
sc_vers
;
member in struct:apm_softc
apm.c
568
APM_MAJOR_VERS(sc->
sc_vers
) == 1 &&
569
APM_MINOR_VERS(sc->
sc_vers
) == 2) {
576
APM_MAJOR_VERS(sc->
sc_vers
) == 1 &&
577
APM_MINOR_VERS(sc->
sc_vers
) == 1) {
603
switch ((APM_MAJOR_VERS(sc->
sc_vers
) << 8) + APM_MINOR_VERS(sc->
sc_vers
)) {
/src/sys/dev/hpc/
apm_apmdevif.c
61
sc->
sc_vers
= aaa->apm_detail & 0xffff; /* XXX: magic */
/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
;
/src/sys/dev/hpc/apm/
apmdev.c
579
APM_MAJOR_VERS(sc->
sc_vers
) == 1 &&
580
APM_MINOR_VERS(sc->
sc_vers
) == 2) {
587
APM_MAJOR_VERS(sc->
sc_vers
) == 1 &&
588
APM_MINOR_VERS(sc->
sc_vers
) == 1) {
617
sc->
sc_vers
= aaa->apm_detail & 0xffff; /* XXX: magic */
654
switch ((APM_MAJOR_VERS(sc->
sc_vers
) << 8) + APM_MINOR_VERS(sc->
sc_vers
)) {
/src/sys/dev/acpi/
acpi_apm.c
124
sc->
sc_vers
= 0x0102;
Completed in 15 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025