/src/regress/sys/kern/unfdpass/ |
unfdpass.c | 354 int spair[2]; local in function:child 426 if (socketpair(PF_LOCAL, SOCK_STREAM, 0, spair) < 0) 430 if (sendmsg(spair[0], &msg, 0) < 0) 435 files[0] = spair[0]; 436 files[1] = spair[1];
|
unfdpass.c | 354 int spair[2]; local in function:child 426 if (socketpair(PF_LOCAL, SOCK_STREAM, 0, spair) < 0) 430 if (sendmsg(spair[0], &msg, 0) < 0) 435 files[0] = spair[0]; 436 files[1] = spair[1];
|