taglinefilesource code
fork40init/main.cstatic inline _syscall0(int,fork)
fork249init/main.cif (!fork())    /* we count on this going ok */
fork289init/main.cif (!(pid=fork())) {
fork300init/main.cif ((pid = fork()) < 0) {