Home
last modified time | relevance | path

Searched refs:write_to_port (Results 1 – 17 of 17) sorted by relevance

/dports/misc/amanda-client/amanda-3.3.9/installcheck/
H A Dchunker.pl303 sub write_to_port { subroutine
344 write_to_port($last_chunker_reply, 700*1024, "ghost", "/boot", 0);
366 write_to_port($last_chunker_reply, 768*1024, "ghost", "/root", 0);
389 write_to_port($last_chunker_reply, 0, "ghost", "/usr", 0);
414 write_to_port($last_chunker_reply, 700*1024, "ghost", "/var", 1);
440 write_to_port($last_chunker_reply, 400*1024, "ghost", "/var", 1);
469 write_to_port($last_chunker_reply, 70*1024, "ghost", "/var/lib", 1);
498 write_to_port($last_chunker_reply, 400*1024, "ghost", "/u01", 1);
527 write_to_port($last_chunker_reply, 180*1024, "roast", "/boot", 0);
552 write_to_port($last_chunker_reply, 100*1024, "roast", "/boot", 0);
[all …]
H A Dtaper.pl292 sub write_to_port { subroutine
475 write_to_port($last_taper_reply, 63*32768, "localhost", "/var", 0);
551 write_to_port($last_taper_reply, 1575936, "localhost", "/usr/local", 0);
654 write_to_port($last_taper_reply, 1575936, "localhost", "/usr/local", 0);
709 write_to_port($last_taper_reply, 1575936, "localhost", "/var/log", 1);
724 write_to_port($last_taper_reply, 65536, "localhost", "/boot", 0);
804 write_to_port($last_taper_reply, 63*32768, "localhost", "/sbin", 0);
1151 write_to_port($last_taper_reply, 1230*1024, "localhost", "/var", 0);
1184 write_to_port($last_taper_reply, 300*1024, "localhost", "/etc", 0);
1224 write_to_port($last_taper_reply, 1632*1024, "localhost", "/var", 0);
/dports/misc/amanda-server/amanda-3.3.9/installcheck/
H A Dchunker.pl303 sub write_to_port { subroutine
344 write_to_port($last_chunker_reply, 700*1024, "ghost", "/boot", 0);
366 write_to_port($last_chunker_reply, 768*1024, "ghost", "/root", 0);
389 write_to_port($last_chunker_reply, 0, "ghost", "/usr", 0);
414 write_to_port($last_chunker_reply, 700*1024, "ghost", "/var", 1);
440 write_to_port($last_chunker_reply, 400*1024, "ghost", "/var", 1);
469 write_to_port($last_chunker_reply, 70*1024, "ghost", "/var/lib", 1);
498 write_to_port($last_chunker_reply, 400*1024, "ghost", "/u01", 1);
527 write_to_port($last_chunker_reply, 180*1024, "roast", "/boot", 0);
552 write_to_port($last_chunker_reply, 100*1024, "roast", "/boot", 0);
[all …]
H A Dtaper.pl292 sub write_to_port { subroutine
475 write_to_port($last_taper_reply, 63*32768, "localhost", "/var", 0);
551 write_to_port($last_taper_reply, 1575936, "localhost", "/usr/local", 0);
654 write_to_port($last_taper_reply, 1575936, "localhost", "/usr/local", 0);
709 write_to_port($last_taper_reply, 1575936, "localhost", "/var/log", 1);
724 write_to_port($last_taper_reply, 65536, "localhost", "/boot", 0);
804 write_to_port($last_taper_reply, 63*32768, "localhost", "/sbin", 0);
1151 write_to_port($last_taper_reply, 1230*1024, "localhost", "/var", 0);
1184 write_to_port($last_taper_reply, 300*1024, "localhost", "/etc", 0);
1224 write_to_port($last_taper_reply, 1632*1024, "localhost", "/var", 0);
/dports/comms/wsjtz/wsjtx/Transceiver/
H A DDXLabSuiteCommanderTransceiver.cpp392 if (!write_to_port (cmd)) in simple_command()
403 if (!write_to_port (cmd)) in command_with_reply()
451 bool DXLabSuiteCommanderTransceiver::write_to_port (QString const& s) in write_to_port() function in DXLabSuiteCommanderTransceiver
H A DDXLabSuiteCommanderTransceiver.hpp48 bool write_to_port (QString const&);
H A DHRDTransceiver.hpp60 bool write_to_port (char const *, qint64 length);
H A DHRDTransceiver.cpp1054 if (!write_to_port (message.constData (), message.size ())) in send_command()
1067 if (!write_to_port (reinterpret_cast<char const *> (message.data ()), message->size_)) in send_command()
1107 bool HRDTransceiver::write_to_port (char const * data, qint64 length) in write_to_port() function in HRDTransceiver
/dports/emulators/qemu42/qemu-4.2.1/hw/char/
H A Dvirtio-serial-bus.c101 static size_t write_to_port(VirtIOSerialPort *port, in write_to_port() function
301 return write_to_port(port, buf, size); in virtio_serial_write()
/dports/emulators/qemu/qemu-6.2.0/hw/char/
H A Dvirtio-serial-bus.c100 static size_t write_to_port(VirtIOSerialPort *port, in write_to_port() function
300 return write_to_port(port, buf, size); in virtio_serial_write()
/dports/emulators/qemu60/qemu-6.0.0/hw/char/
H A Dvirtio-serial-bus.c101 static size_t write_to_port(VirtIOSerialPort *port, in write_to_port() function
301 return write_to_port(port, buf, size); in virtio_serial_write()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/char/
H A Dvirtio-serial-bus.c97 static size_t write_to_port(VirtIOSerialPort *port, in write_to_port() function
297 return write_to_port(port, buf, size); in virtio_serial_write()
/dports/emulators/qemu5/qemu-5.2.0/hw/char/
H A Dvirtio-serial-bus.c101 static size_t write_to_port(VirtIOSerialPort *port, in write_to_port() function
301 return write_to_port(port, buf, size); in virtio_serial_write()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/char/
H A Dvirtio-serial-bus.c101 static size_t write_to_port(VirtIOSerialPort *port, in write_to_port() function
301 return write_to_port(port, buf, size); in virtio_serial_write()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/char/
H A Dvirtio-serial-bus.c100 static size_t write_to_port(VirtIOSerialPort *port, in write_to_port() function
300 return write_to_port(port, buf, size); in virtio_serial_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/char/
H A Dvirtio-serial-bus.c101 static size_t write_to_port(VirtIOSerialPort *port, in write_to_port() function
301 return write_to_port(port, buf, size); in virtio_serial_write()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/char/
H A Dvirtio-serial-bus.c101 static size_t write_to_port(VirtIOSerialPort *port, in write_to_port() function
301 return write_to_port(port, buf, size); in virtio_serial_write()