HomeSort by relevance Sort by last modified time
    Searched refs:fd0 (Results 1 - 7 of 7) 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 793 int fd0[2];
806 if (socketpair(PF_UNIX,SOCK_STREAM,0, fd0) == -1) {
813 if (slirp_openpty(&fd0[0], &fd0[1]) == -1) {
826 close(fd0[0]);
827 close(fd0[1]);
832 close(fd0[0]);
845 dup2(fd0[1], 0);
846 dup2(fd0[1], 1);
863 close(fd0[1])
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.c 1599 int fd0 = -1; local
    [all...]

Completed in 73 milliseconds