fd_init
p2->p_fd = fd_init(NULL);
fd_init(&filedesc0);
p->p_fd = fd_init(NULL);
filedesc_t *fd_init(filedesc_t *);