Searched refs:fd0 (Results 1 – 20 of 20) sorted by relevance
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]);902 so->s=fd0[0];
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]);868 so->s=fd0[0];
132 device (fd0) $image133 root (fd0)134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
399 dd if=<type>.image of=/dev/fd0[u<size>] bs=512
40 kernel (fd0)/boot/kernel root=hd0s341 module (fd0)/boot/bootstrap
384 (fd0)427 (fd0)} or @samp{unhide (hd0,2)}. To help you find out which number517 # @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=hd0s31361 module (fd0)/boot/bootstrap1840 either @samp{fd} or @samp{hd} followed by a digit, like @samp{fd0}.[all …]
345 (fd0)378 need to use the device specification in a command, like `root (fd0)' or467 # dd if=stage1 of=/dev/fd0 bs=512 count=1470 # dd if=stage2 of=/dev/fd0 bs=512 seek=1586 # mke2fs /dev/fd0587 # mount -t ext2 /dev/fd0 /mnt588 # grub-install --root-directory=/mnt fd01215 kernel (fd0)/boot/kernel root=hd0s31216 module (fd0)/boot/bootstrap1653 or `hd' followed by a digit, like `fd0'. But you can also set DEVICE[all …]
179 static int cmos_get_fd_drive_type(int fd0) in cmos_get_fd_drive_type() argument183 switch (fd0) { in cmos_get_fd_drive_type()274 int fd0, fd1, nb; in cmos_init() local332 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()
1599 int fd0 = -1; in g_test_trap_fork() local1604 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()
235 ; CHECK: mov.b64 %fd0, 0;237 ; CHECK: selp.f64 %ret{{[0-9]+}}, %fd1, %fd0, %p{{[0-9]+}};
91 2. Build the appropriate 3c90x.fd0 or 3c90x.fd0 floppy image with176 which transceiver you want to use. To do this, build the 3c905b.fd0
1416 int res, fd0; in mm_answer_pty() local1455 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()
9 … c?N������gD�-v������1̀�DFN�@@����Ft�N�V7x4���f�7�^z��fd0�P $�(;Sh�D�…
65 use the host floppy by using @file{/dev/fd0} as filename (@pxref{host_drives}).
1testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
4309 bug "/dev/fd0" -> "/dev/fd". (But don't you think the naming is