Searched refs:pty (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/contrib/vm/
H A Dserial-console23 side of this pty is made available to the user for interaction; the
135 my $pty = shift;
145 my $patch = "com1: enabled=1, mode=term, dev=$pty\n";
209 my $pty = IO::Pty->new();
210 $pty->close_slave();
211 $pty->set_raw();
212 print STDERR "Slave pty is ".$pty->ttyname."\n" if $o->{verbosity} >= 1;
234 patch_bochsrc ( $o->{rcfile}, $pty->ttyname ) }
239 my $select = IO::Select->new ( \*STDIN, $pty );
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c20001 xmlSchemaTypePtr tx, ty, ptx, pty; local
20009 pty = xmlSchemaGetPrimitiveType(ty);
20019 if (ptx != pty)

Completed in 308 milliseconds