Home
last modified time | relevance | path

Searched refs:ser_matched (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/amiga/dev/
Dser.c203 static int ser_matched = 0; in sermatch() local
218 if (ser_matched != 0) in sermatch()
221 ser_matched = 1; in sermatch()
/netbsd/src/sys/arch/atari/dev/
Dser.c285 static int ser_matched = 0; in sermatch() local
288 if (strcmp((char *)aux, "ser") || ser_matched) in sermatch()
291 ser_matched = 1; in sermatch()