Searched refs:get_shadow_fd_by_fd (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dport.c283 /*..get_shadow_fd_by_fd -- given an fd return its shadow fd if exists */
284 static inline int get_shadow_fd_by_fd(int fd) function
340 int shadow_fd = get_shadow_fd_by_fd(fd);
486 shadow_fd = get_shadow_fd_by_fd(fd);
551 shadow_fd = get_shadow_fd_by_fd(fd);
591 shadow_fd = get_shadow_fd_by_fd(fd);
1144 shadow_fd = get_shadow_fd_by_fd(fd);
1298 shadow_fd = get_shadow_fd_by_fd(fd);
1446 shadow_fd = get_shadow_fd_by_fd(fd);
1596 shadow_fd = get_shadow_fd_by_fd(f
[all...]

Completed in 102 milliseconds