OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_btn_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sandpoint/sandpoint/
satmgr.c
81
char
sc_btn_buf
[8];
member in struct:satmgr_softc
881
if (sc->sc_btn_cnt < sizeof(sc->
sc_btn_buf
))
882
sc->
sc_btn_buf
[sc->sc_btn_cnt++] = ch;
884
if (memcmp(sc->
sc_btn_buf
, "PKO", 3) == 0) {
1032
sc->
sc_btn_buf
[sc->sc_btn_cnt] = ch;
1034
if (sc->sc_btn_cnt == sc->
sc_btn_buf
[0] + 3) {
1035
if (sc->
sc_btn_buf
[1] == 0x36 && (sc->
sc_btn_buf
[2]&01) == 0) {
satmgr.c
81
char
sc_btn_buf
[8];
member in struct:satmgr_softc
881
if (sc->sc_btn_cnt < sizeof(sc->
sc_btn_buf
))
882
sc->
sc_btn_buf
[sc->sc_btn_cnt++] = ch;
884
if (memcmp(sc->
sc_btn_buf
, "PKO", 3) == 0) {
1032
sc->
sc_btn_buf
[sc->sc_btn_cnt] = ch;
1034
if (sc->sc_btn_cnt == sc->
sc_btn_buf
[0] + 3) {
1035
if (sc->
sc_btn_buf
[1] == 0x36 && (sc->
sc_btn_buf
[2]&01) == 0) {
Completed in 26 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025