/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...] |
/frameworks/base/core/java/android/os/ |
ParcelFileDescriptor.java | 398 final FileDescriptor fd0 = new FileDescriptor(); local 400 Libcore.os.socketpair(AF_UNIX, SOCK_STREAM, 0, fd0, fd1); 402 new ParcelFileDescriptor(fd0), 421 final FileDescriptor fd0 = new FileDescriptor(); local 423 Libcore.os.socketpair(AF_UNIX, SOCK_STREAM, 0, fd0, fd1); 425 new ParcelFileDescriptor(fd0, comm[0]), [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/chromium_org/native_client_sdk/src/libraries/ppapi_simple/ |
ps_instance.cc | 221 int fd0 = open(getenv("PS_STDIN"), O_RDONLY); local 222 dup2(fd0, 0);
|
/external/openssh/ |
monitor.c | 1416 int res, fd0; local [all...] |
/external/chromium_org/third_party/iaccessible2/ |
ia2_api_all.idl | [all...] |
/external/llvm/test/MC/X86/AlignedBundling/ |
autogen-inst-offset-align-to-end.s | 1416 # CHECK: fd0: nop [all...] |
autogen-inst-offset-padding.s | 1298 # CHECK: fd0: incl [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |