_kern_create_fifo
extern status_t _kern_create_fifo(int fd, const char *path, mode_t perms);
RETURN_AND_SET_ERRNO(_kern_create_fifo(fd, path, mode));