Home
last modified time | relevance | path

Searched refs:fd0 (Results 1 – 20 of 20) sorted by relevance

/external/qemu/slirp/
Dmisc.c830 int fd0[2];
843 if (socketpair(PF_UNIX,SOCK_STREAM,0, fd0) == -1) {
850 if (slirp_openpty(&fd0[0], &fd0[1]) == -1) {
863 close(fd0[0]);
864 close(fd0[1]);
869 close(fd0[0]);
882 dup2(fd0[1], 0);
883 dup2(fd0[1], 1);
900 close(fd0[1]);
902 so->s=fd0[0];
/external/qemu/slirp-android/
Dmisc.c796 int fd0[2];
809 if (socketpair(PF_UNIX,SOCK_STREAM,0, fd0) == -1) {
816 if (slirp_openpty(&fd0[0], &fd0[1]) == -1) {
829 close(fd0[0]);
830 close(fd0[1]);
835 close(fd0[0]);
848 dup2(fd0[1], 0);
849 dup2(fd0[1], 1);
866 close(fd0[1]);
868 so->s=fd0[0];
/external/grub/util/
Dgrub-image.in132 device (fd0) $image
133 root (fd0)
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
Dgrub-image132 device (fd0) $image
133 root (fd0)
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
Dmkbimage399 dd if=<type>.image of=/dev/fd0[u<size>] bs=512
/external/grub/docs/
Dmenu.lst40 kernel (fd0)/boot/kernel root=hd0s3
41 module (fd0)/boot/bootstrap
Dgrub.texi384 (fd0)
427 (fd0)} or @samp{unhide (hd0,2)}. To help you find out which number
517 # @kbd{dd if=stage1 of=/dev/fd0 bs=512 count=1}
520 # @kbd{dd if=stage2 of=/dev/fd0 bs=512 seek=1}
647 # @kbd{mke2fs /dev/fd0}
648 # @kbd{mount -t ext2 /dev/fd0 /mnt}
649 # @kbd{grub-install --root-directory=/mnt fd0}
1360 kernel (fd0)/boot/kernel root=hd0s3
1361 module (fd0)/boot/bootstrap
1840 either @samp{fd} or @samp{hd} followed by a digit, like @samp{fd0}.
[all …]
Dgrub.info345 (fd0)
378 need to use the device specification in a command, like `root (fd0)' or
467 # dd if=stage1 of=/dev/fd0 bs=512 count=1
470 # dd if=stage2 of=/dev/fd0 bs=512 seek=1
586 # mke2fs /dev/fd0
587 # mount -t ext2 /dev/fd0 /mnt
588 # grub-install --root-directory=/mnt fd0
1215 kernel (fd0)/boot/kernel root=hd0s3
1216 module (fd0)/boot/bootstrap
1653 or `hd' followed by a digit, like `fd0'. But you can also set DEVICE
[all …]
/external/qemu/hw/
Dpc.c179 static int cmos_get_fd_drive_type(int fd0) in cmos_get_fd_drive_type() argument
183 switch (fd0) { in cmos_get_fd_drive_type()
274 int fd0, fd1, nb; in cmos_init() local
332 fd0 = fdctrl_get_drive_type(floppy_controller, 0); in cmos_init()
335 val = (cmos_get_fd_drive_type(fd0) << 4) | cmos_get_fd_drive_type(fd1); in cmos_init()
340 if (fd0 < 3) in cmos_init()
/external/bluetooth/glib/glib/
Dgtestutils.c1599 int fd0 = -1; in g_test_trap_fork() local
1604 fd0 = open ("/dev/null", O_RDONLY); in g_test_trap_fork()
1605 …tdout_pipe[1], 1) < 0 || sane_dup2 (stderr_pipe[1], 2) < 0 || (fd0 >= 0 && sane_dup2 (fd0, 0) < 0)) in g_test_trap_fork()
1607 if (fd0 >= 3) in g_test_trap_fork()
1608 close (fd0); in g_test_trap_fork()
/external/llvm/test/CodeGen/PTX/
Dcvt.ll235 ; CHECK: mov.b64 %fd0, 0;
237 ; CHECK: selp.f64 %ret{{[0-9]+}}, %fd1, %fd0, %p{{[0-9]+}};
/external/grub/netboot/
D3c90x.txt91 2. Build the appropriate 3c90x.fd0 or 3c90x.fd0 floppy image with
176 which transceiver you want to use. To do this, build the 3c905b.fd0
/external/openssh/
Dmonitor.c1416 int res, fd0; in mm_answer_pty() local
1455 if ((fd0 = open(_PATH_DEVNULL, O_RDONLY)) < 0) in mm_answer_pty()
1457 if (fd0 != 0) in mm_answer_pty()
1458 error("%s: fd0 %d != 0", __func__, fd0); in mm_answer_pty()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kdt_posd.pkb9 … c? N����������gD�-v������1̀�DFN�@@�����Ft�N��V7x4���f�7�^z��fd0�P�� $�(;Sh�D�…
/external/qemu/
Dqemu-options.hx65 use the host floppy by using @file{/dev/fd0} as filename (@pxref{host_drives}).
/external/elfutils/tests/
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile44.expect.bz2
/external/grub/
DChangeLog4309 bug "/dev/fd0" -> "/dev/fd". (But don't you think the naming is
/external/valgrind/tsan/offline_tests/
D301.tst.gz
D311.tst.gz