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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c524 SLIST_INSERT_HEAD(&req->r_gss_seqlist, gsp, gss_seqnext);
749 SLIST_FOREACH(gsp, &req->r_gss_seqlist, gss_seqnext) {
797 SLIST_FOREACH(gsp, &req->r_gss_seqlist, gss_seqnext) {
878 SLIST_FOREACH(gsp, &req->r_gss_seqlist, gss_seqnext) {
1542 SLIST_FOREACH_SAFE(gsp, &req->r_gss_seqlist, gss_seqnext, ngsp) {
1544 SLIST_REMOVE(&req->r_gss_seqlist, gsp, gss_seq, gss_seqnext);
H A Dnfs.h833 SLIST_ENTRY(gss_seq) gss_seqnext; member in struct:gss_seq
H A Dnfs_socket.c3577 SLIST_FOREACH_SAFE(gsp, &req->r_gss_seqlist, gss_seqnext, ngsp)

Completed in 30 milliseconds