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

/xnu-2422.115.4/bsd/kern/
H A Dnetboot.c617 unsigned int try; local
682 for (try = 1; TRUE; try++) {
688 "clearing ARP entry and trying again\n", try);
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c688 * Given a socket search structure for an nfs mount try to find a new socket from the set of addresses specified
931 /* If there are more sockets to try, force the starting of another socket */
985 /* check each active socket on the list and try to push it along */
1021 * sockets to (continue to) try.
1205 /* try to use nss_sock */
1225 /* If NFS version not set, try NFSv3 then NFSv2. */
1584 /* first, try to renew our current state */
2091 sin.sin_port = htons(nfs_callback_port); /* try to use specified port */
2134 /* try to use specified port or same port as IPv4 */
2144 /* if we simply tried to match the IPv4 port, then try an
4995 int error = 0, on = 1, try, sendat = 2, soproto, recv, optlen, restoreto = 0; local
[all...]

Completed in 77 milliseconds