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

/macosx-10.10.1/NFS-82/rpc.statd/
H A Dfile.c195 HostInfo *spare_slot = NULL; local
227 if (!spare_slot && !hip->hi_monitored && !hip->hi_notify && (len <= ntohs(hip->hi_len))) {
228 spare_slot = hip;
237 if (!hip && !spare_slot) {
252 spare_slot = HOSTINFO(off);
258 spare_slot->hi_len = htons(len);
259 spare_slot->hi_monitored = 0;
260 spare_slot->hi_notify = 0;
261 spare_slot->hi_namelen = htons(namelen);
262 strlcpy(spare_slot
[all...]

Completed in 72 milliseconds