_kern_create_pipe
extern status_t _kern_create_pipe(int *fds, int flags);
status_t error = _kern_create_pipe(streams, flags);