Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_baci.c408 TMXR baci_desc = { 1, 0, 0, &baci_ldsc }; /* device descriptor */ variable
467 … { MTAB_XTD | MTAB_VDV | MTAB_NC, 0, "LOG", "LOG", &tmxr_set_log, &tmxr_show_log, &baci_desc },
468 … { MTAB_XTD | MTAB_VDV | MTAB_NC, 0, NULL, "NOLOG", &tmxr_set_nolog, NULL, &baci_desc },
470 … | MTAB_VDV | MTAB_NMO, 1, "CONNECTION", NULL, NULL, &tmxr_show_cstat, &baci_desc },
471 … | MTAB_VDV | MTAB_NMO, 0, "STATISTICS", NULL, NULL, &tmxr_show_cstat, &baci_desc },
472 … | MTAB_VDV, 0, NULL, "DISCONNECT", &tmxr_dscln, NULL, &baci_desc },
967 tmxr_poll_tx (&baci_desc); /* output any accumulated chars */ in baci_term_svc()
995 (tmxr_poll_conn (&baci_desc) >= 0)) /* and new connection established? */ in baci_poll_svc()
998 tmxr_poll_rx (&baci_desc); /* poll for input */ in baci_poll_svc()
1047 status = tmxr_attach (&baci_desc, uptr, cptr); /* attach to socket */ in baci_attach()
[all …]
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_baci.c414 static TMXR baci_desc = { /* multiplexer descriptor */ variable
528 …B_NC, 0, "LOG", "LOG", &tmxr_set_log, &tmxr_show_log, (void *) &baci_desc },
529 …B_NC, 0, NULL, "NOLOG", &tmxr_set_nolog, NULL, (void *) &baci_desc },
531 …B_NMO, 1, "CONNECTION", NULL, NULL, &tmxr_show_cstat, (void *) &baci_desc },
532 …B_NMO, 0, "STATISTICS", NULL, NULL, &tmxr_show_cstat, (void *) &baci_desc },
533 … 0, NULL, "DISCONNECT", &tmxr_dscln, NULL, (void *) &baci_desc },
1119 tmxr_poll_tx (&baci_desc); /* output any accumulated chars */ in baci_term_svc()
1148 if (tmxr_poll_conn (&baci_desc) >= 0) /* if new connection is established */ in baci_poll_svc()
1151 tmxr_poll_rx (&baci_desc); /* poll for input */ in baci_poll_svc()
1208 status = tmxr_attach_unit (&baci_desc, uptr, uptr, cptr); /* attach the line */ in baci_attach()
[all …]
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_baci.c838 static TMXR baci_desc = { /* multiplexer descriptor */ variable
958 …B_NC, 0, "LOG", "LOG", &tmxr_set_log, &tmxr_show_log, (void *) &baci_desc },
959 …B_NC, 0, NULL, "NOLOG", &tmxr_set_nolog, NULL, (void *) &baci_desc },
961 …B_NMO, 1, "CONNECTION", NULL, NULL, &tmxr_show_cstat, (void *) &baci_desc },
962 …B_NMO, 0, "STATISTICS", NULL, NULL, &tmxr_show_cstat, (void *) &baci_desc },
1523 … tmxr_poll_rx (&baci_desc); /* then poll to see if it has arrived early */ in line_service()
1605 tmxr_poll_tx (&baci_desc); /* output any accumulated chars */ in line_service()
1639 if (tmxr_poll_conn (&baci_desc) >= 0) /* if new connection is established */ in poll_service()
1642 tmxr_poll_rx (&baci_desc); /* poll for input */ in poll_service()
1701 status = tmxr_attach_unit (&baci_desc, uptr, uptr, cptr); /* attach the line */ in baci_attach()
[all …]