Home
last modified time | relevance | path

Searched refs:comm_port (Results 1 – 15 of 15) sorted by relevance

/dports/games/d2x/d2x-0.2.5/arch/dos/include/
H A Ddzcomm.h165 } comm_port; typedef
169 comm_port *comm_port_init(comm com);
183 void modem_hangup(comm_port *port);
187 extern comm_port *com1;
188 extern comm_port *com2;
189 extern comm_port *com3;
190 extern comm_port *com4;
191 extern comm_port *com5;
192 extern comm_port *com6;
193 extern comm_port *com7;
[all …]
H A Dcommlib.h4 typedef comm_port PORT;
/dports/games/d2x/d2x-0.2.5/arch/dos/comm/
H A Ddzcomm.c25 #define com_(N) comm_port *com##N
54 static comm_port **com_port[8];
64 void comm_port_fifo_init(comm_port *port);
66 void comm_port_uninstall(comm_port *port);
106 comm_port *comm_port_init(comm com) in comm_port_init()
107 { comm_port *port=(comm_port*)malloc(sizeof(comm_port)); in comm_port_init()
161 void comm_port_fifo_init(comm_port *port) in comm_port_fifo_init()
386 void comm_port_delete(comm_port *port) in comm_port_delete()
475 void modem_hangup(comm_port *port) in modem_hangup()
519 comm_port *port=dev->device_user_data; in comm_port_load_settings()
[all …]
H A Dcommlib.c15 int comm_get_dcd(comm_port *port) { in comm_get_dcd()
/dports/devel/py-spyder-kernels/spyder-kernels-2.2.1/spyder_kernels/comms/
H A Dfrontendcomm.py63 self.comm_port = None
76 self.comm_port = get_free_port()
78 self.comm_port = self.kernel.parent._bind_socket(
79 self.comm_socket, self.comm_port)
228 call_dict["comm_port"] = self.comm_port
233 self.remote_call()._set_comm_port(self.comm_port)
/dports/emulators/tiemu3/tiemu-3.03/src/gui/
H A Ddevice.c47 static GtkWidget* comm_port; variable
114 data = comm_port = glade_xml_get_widget(xml, "combobox2"); in display_device_dbox()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/gdbst03/src/library/
H A Ddzc_layer.h23 comm_port *comport;
/dports/games/d2x/d2x-0.2.5/arch/dos/comm/include/
H A Dcommlib.h4 typedef comm_port PORT;
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Denv.h63 uint16_t comm_port; /* srun's communication port */ member
H A Denv.c710 if (env->comm_port in setup_env()
712 env->comm_port)) { in setup_env()
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dwanrouter.h149 char comm_port; member
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dwanrouter.h149 char comm_port; member
/dports/security/py-netmiko/netmiko-3.3.0/netmiko/
H A Dbase_connection.py296 comm_port = self.serial_settings.pop("port")
298 comm_port = check_serial_port(comm_port)
299 self.serial_settings.update({"port": comm_port})
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/srun/
H A Dsrun.c632 env->comm_port = slurmctld_comm_port; in _setup_one_job_env()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmd/slurmstepd/
H A Dslurmstepd_job.c428 job->envtp->comm_port = in stepd_step_rec_create()