Home
last modified time | relevance | path

Searched refs:nlip (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_socket.c269 nfs_location_next(struct nfs_fs_locations *nlp, struct nfs_location_index *nlip) in nfs_location_next() argument
271 uint8_t loc = nlip->nli_loc; in nfs_location_next()
272 uint8_t serv = nlip->nli_serv; in nfs_location_next()
273 uint8_t addr = nlip->nli_addr; in nfs_location_next()
298 if ((loc == nlip->nli_loc) && (serv == nlip->nli_serv) && (addr == nlip->nli_addr)) { in nfs_location_next()
305 nlip->nli_loc = loc; in nfs_location_next()
306 nlip->nli_serv = serv; in nfs_location_next()
307 nlip->nli_addr = addr; in nfs_location_next()