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

  /src/sys/arch/mac68k/dev/
zs.c 243 int s, chip, theflags, channel; local in function:zsc_attach
298 theflags = mac68k_machine.modem_flags;
302 theflags = mac68k_machine.print_flags;
328 if (theflags & ZSMAC_RAW) {
337 if (theflags & ZSMAC_LOCALTALK) {
  /src/sys/arch/macppc/dev/
zs.c 229 int s, chip, theflags; local in function:zsc_attach
328 theflags = 0; /*mac68k_machine.modem_flags;*/
334 theflags = 0; /*mac68k_machine.print_flags;*/
358 if (theflags & ZSMAC_RAW) {
367 if (theflags & ZSMAC_LOCALTALK) {

Completed in 13 milliseconds