Home
last modified time | relevance | path

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

/xv6-public/
H A Dsysfile.c427 int fd0, fd1; in sys_pipe() local
433 fd0 = -1; in sys_pipe()
434 if((fd0 = fdalloc(rf)) < 0 || (fd1 = fdalloc(wf)) < 0){ in sys_pipe()
435 if(fd0 >= 0) in sys_pipe()
436 myproc()->ofile[fd0] = 0; in sys_pipe()
441 fd[0] = fd0; in sys_pipe()
H A Ddot-bochsrc182 # device name such as /dev/fd0 on Linux. On win32 platforms, use drive letters
186 floppya: 1_44=/dev/fd0, status=inserted