Home
last modified time | relevance | path

Searched refs:mpx_flags (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c538 uint16 mpx_flags [MPX_PORTS]; /* line state flags */ variable
678 { BRDATA (PFLAGS, mpx_flags, 2, 12, MPX_PORTS) },
1091 mpx_flags [mpx_port] &= ~FL_WANTBUF; /* clear flag */ in exec_command()
1096 mpx_flags [mpx_port] &= ~FL_HAVEBUF; /* clear flag */ in exec_command()
1108 mpx_flags [mpx_port] &= ~FL_BREAK; /* clear flag */ in exec_command()
1265 mpx_flags [port] |= FL_ALERT; /* set alert flag */ in exec_command()
1676 (mpx_flags [port] & (FL_WAITACK | FL_XOFF))); in mpx_line_svc()
1778 mpx_flags [port] = mpx_flags [port] & ~FL_WAITACK; /* clear wait flag */ in mpx_line_svc()
2480 if (mpx_flags [port] & emptying_flags [rw]) in buf_get()
2577 mpx_flags [port] = mpx_flags [port] & ~filling_flags [rw]; /* clear filling flag */ in buf_term()
[all …]
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c856 static uint16 mpx_flags [MPX_PORTS]; /* line state flags */ variable
1828 mpx_flags [port] &= ~FL_DO_ENQACK; /* no, so clear flag */ in line_service()
1830 mpx_flags [port] |= FL_DO_ENQACK; /* yes, so set flag */ in line_service()
1843 mpx_flags [port] |= FL_WAITACK; /* set wait for ACK */ in line_service()
1904 mpx_flags [port] |= FL_BREAK; /* set break status */ in line_service()
1940 mpx_flags [port] = mpx_flags [port] & ~FL_WAITACK; /* clear wait flag */ in line_service()
2696 mpx_flags [port] |= FL_ALERT; /* set alert flag */ in exec_command()
2765 mpx_flags [i] = 0; /* clear state flags */ in controller_reset()
3024 if (mpx_flags [port] & emptying_flags [rw]) in buf_get()
3113 mpx_flags [port] = mpx_flags [port] & ~filling_flags [rw]; /* clear filling flag */ in buf_term()
[all …]
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c1521 static uint32 mpx_flags [MPX_PORTS]; /* line state flags */ variable
2688 mpx_flags [port] = mpx_flags [port] & ~FL_WAITACK; /* then clear the wait flag */ in line_service()
3344 mpx_flags [mpx_port] &= ~FL_WANTBUF; /* clear flag */ in exec_command()
3351 mpx_flags [mpx_port] &= ~FL_HAVEBUF; /* clear flag */ in exec_command()
3368 mpx_flags [mpx_port] &= ~FL_BREAK; /* clear flag */ in exec_command()
3429 mpx_flags [port] |= FL_WANTBUF; /* set buffer request */ in exec_command()
3561 mpx_flags [port] |= FL_ALERT; /* set alert flag */ in exec_command()
3631 mpx_flags [i] = 0; /* clear state flags */ in controller_reset()
3952 if (mpx_flags [port] & emptying_flags [rw]) in buf_get()
4041 mpx_flags [port] = mpx_flags [port] & ~filling_flags [rw]; /* clear filling flag */ in buf_term()
[all …]