Searched refs:fifo_path (Results 1 – 1 of 1) sorted by relevance
69 const char *fifo_path = "./kqueue-fifo.tmp"; in test_kevent_vnode_note_delete_fifo() local76 if (mkfifo(fifo_path, 0600) != 0) in test_kevent_vnode_note_delete_fifo()86 fd = open(fifo_path, O_RDONLY); in test_kevent_vnode_note_delete_fifo()98 unlink(fifo_path); in test_kevent_vnode_note_delete_fifo()102 fd = open(fifo_path, O_WRONLY); in test_kevent_vnode_note_delete_fifo()104 unlink(fifo_path); in test_kevent_vnode_note_delete_fifo()110 unlink(fifo_path); in test_kevent_vnode_note_delete_fifo()114 if (unlink(fifo_path) < 0) in test_kevent_vnode_note_delete_fifo()