tag | line | file | source code |
---|---|---|---|
usockvec | 469 | net/socket.c | sock_socketpair(int family, int type, int protocol, int usockvec[2]) |
usockvec | 507 | net/socket.c | verify_area(VERIFY_WRITE,usockvec, 2 * sizeof(int)); |
usockvec | 508 | net/socket.c | put_fs_long(fd1, &usockvec[0]); |
usockvec | 509 | net/socket.c | put_fs_long(fd2, &usockvec[1]); |