HomeSort by relevance Sort by last modified time
    Searched refs:fd0 (Results 1 - 8 of 8) sorted by null

  /external/grub/docs/
menu.lst 40 kernel (fd0)/boot/kernel root=hd0s3
41 module (fd0)/boot/bootstrap
  /external/grub/util/
grub-image 132 device (fd0) $image
133 root (fd0)
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
grub-image.in 132 device (fd0) $image
133 root (fd0)
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
mkbimage 378 device='(fd0)'
379 root='(fd0)'
399 dd if=<type>.image of=/dev/fd0[u<size>] bs=512
  /external/qemu/slirp/
misc.c 830 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])
    [all...]
  /external/qemu/slirp-android/
misc.c 796 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])
    [all...]
  /external/qemu/hw/
pc.c 179 static int cmos_get_fd_drive_type(int fd0)
183 switch (fd0) {
274 int fd0, fd1, nb; local
332 fd0 = fdctrl_get_drive_type(floppy_controller, 0);
335 val = (cmos_get_fd_drive_type(fd0) << 4) | cmos_get_fd_drive_type(fd1);
340 if (fd0 < 3)
    [all...]
  /external/openssh/
monitor.c 1416 int res, fd0; local
    [all...]

Completed in 278 milliseconds