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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c266 * 3 - build the RPC reply in an mbuf chain (nmrep) and return the mbuf chain
280 struct nfsm_chain *nmreq, nmrep; local
294 nfsm_chain_null(&nmrep);
380 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_POSTOPATTR(NFS_VER3) + NFSX_UNSIGNED);
382 *mrepp = nmrep.nmc_mhead;
384 nfsm_chain_add_postop_attr(error, nd, &nmrep, attrerr, &vattr);
386 nfsm_chain_add_32(error, &nmrep, nfsmode);
388 nfsm_chain_build_done(error, &nmrep);
392 nfsm_chain_cleanup(&nmrep);
408 struct nfsm_chain *nmreq, nmrep; local
470 struct nfsm_chain *nmreq, nmrep; local
605 struct nfsm_chain *nmreq, nmrep; local
699 struct nfsm_chain *nmreq, nmrep; local
832 struct nfsm_chain *nmreq, nmrep; local
1189 struct nfsm_chain *nmreq, nmrep; local
1387 struct nfsm_chain *nmreq, nmrep; local
1825 struct nfsm_chain *nmreq, nmrep; local
2155 struct nfsm_chain *nmreq, nmrep; local
2386 struct nfsm_chain *nmreq, nmrep; local
2532 struct nfsm_chain *nmreq, nmrep; local
3133 struct nfsm_chain *nmreq, nmrep; local
3295 struct nfsm_chain *nmreq, nmrep; local
3514 struct nfsm_chain *nmreq, nmrep; local
3726 struct nfsm_chain *nmreq, nmrep; local
3904 struct nfsm_chain *nmreq, nmrep; local
4126 struct nfsm_chain *nmreq, nmrep; local
4367 struct nfsm_chain *nmreq, nmrep; local
4448 struct nfsm_chain *nmreq, nmrep; local
4538 struct nfsm_chain *nmreq, nmrep; local
4627 struct nfsm_chain *nmreq, nmrep; local
4705 struct nfsm_chain nmrep; local
4741 struct nfsm_chain nmrep; local
[all...]
H A Dnfs4_vnops.c87 struct nfsm_chain nmreq, nmrep; local
100 nfsm_chain_null(&nmrep);
118 error = nfs_request(np, NULL, &nmreq, NFSPROC4_COMPOUND, ctx, &si, &nmrep, &xid, &status);
122 nfsm_chain_skip_tag(error, &nmrep);
123 nfsm_chain_get_32(error, &nmrep, numops);
124 nfsm_chain_op_check(error, &nmrep, NFS_OP_PUTFH);
125 nfsm_chain_op_check(error, &nmrep, NFS_OP_ACCESS);
126 nfsm_chain_get_32(error, &nmrep, supported);
127 nfsm_chain_get_32(error, &nmrep, access_result);
154 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATT
189 struct nfsm_chain nmreq, nmrep; local
254 struct nfsm_chain nmreq, nmrep; local
373 struct nfsm_chain nmrep; local
491 struct nfsm_chain nmrep; local
559 struct nfsm_chain nmreq, nmrep; local
633 struct nfsm_chain nmreq, nmrep; local
724 struct nfsm_chain nmreq, nmrep, nmrepsave; local
1155 struct nfsm_chain nmrep; local
1228 struct nfsm_chain nmreq, nmrep; local
1302 struct nfsm_chain nmreq, nmrep; local
1480 struct nfsm_chain nmreq, nmrep; local
3211 struct nfsm_chain nmreq, nmrep; local
3335 struct nfsm_chain nmreq, nmrep; local
3411 struct nfsm_chain nmreq, nmrep; local
4568 struct nfsm_chain nmreq, nmrep; local
4640 struct nfsm_chain nmreq, nmrep; local
4976 struct nfsm_chain nmreq, nmrep; local
5234 struct nfsm_chain nmreq, nmrep; local
5427 struct nfsm_chain nmreq, nmrep; local
5497 struct nfsm_chain nmreq, nmrep; local
5976 struct nfsm_chain nmreq, nmrep; local
6289 struct nfsm_chain nmreq, nmrep; local
6571 struct nfsm_chain nmreq, nmrep; local
6768 struct nfsm_chain nmreq, nmrep; local
6921 struct nfsm_chain nmreq, nmrep; local
[all...]
H A Dnfs_socket.c352 struct nfsm_chain nmrep; local
356 nfsm_chain_dissect_init(error, &nmrep, m);
357 nfsm_chain_get_32(error, &nmrep, rxid);
358 nfsm_chain_get_32(error, &nmrep, reply);
361 nfsm_chain_get_32(error, &nmrep, reply_status);
363 nfsm_chain_get_32(error, &nmrep, rejected_status);
367 nfsm_chain_get_32(error, &nmrep, verf_type); /* verifier flavor */
368 nfsm_chain_get_32(error, &nmrep, verf_len); /* verifier length */
371 nfsm_chain_adv(error, &nmrep, nfsm_rndup(verf_len));
372 nfsm_chain_get_32(error, &nmrep, accepted_statu
2425 struct nfsm_chain nmreq, nmrep; local
3360 struct nfsm_chain nmrep; local
3865 struct nfsm_chain nmrep; local
4983 nfs_aux_request( struct nfsmount *nmp, thread_t thd, struct sockaddr *saddr, socket_t so, int sotype, mbuf_t mreq, uint32_t xid, int bindresv, int timeo, struct nfsm_chain *nmrep) argument
5169 struct nfsm_chain nmreq, nmrep; local
5549 struct nfsm_chain nmrep; local
[all...]
H A Dnfs_vfsops.c359 struct nfsm_chain nmreq, nmrep; local
370 nfsm_chain_null(&nmrep);
376 error = nfs_request(np, NULL, &nmreq, NFSPROC_FSSTAT, ctx, NULL, &nmrep, &xid, &status);
380 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
396 nfsm_chain_get_64(error, &nmrep, nmp->nm_fsattr.nfsa_space_total);
397 nfsm_chain_get_64(error, &nmrep, nmp->nm_fsattr.nfsa_space_free);
398 nfsm_chain_get_64(error, &nmrep, nmp->nm_fsattr.nfsa_space_avail);
399 nfsm_chain_get_64(error, &nmrep, nmp->nm_fsattr.nfsa_files_total);
400 nfsm_chain_get_64(error, &nmrep, nmp->nm_fsattr.nfsa_files_free);
401 nfsm_chain_get_64(error, &nmrep, nm
432 struct nfsm_chain nmreq, nmrep; local
771 struct nfsm_chain nmreq, nmrep; local
1957 struct nfsm_chain nmreq, nmrep; local
2099 struct nfsm_chain nmreq, nmrep; local
3955 struct nfsm_chain nmreq, nmrep; local
4039 struct nfsm_chain nmreq, nmrep; local
4470 struct nfsm_chain nmreq, nmrep; local
4579 struct nfsm_chain nmreq, nmrep; local
[all...]
H A Dnfs_vnops.c479 struct nfsm_chain nmreq, nmrep; local
484 nfsm_chain_null(&nmrep);
491 error = nfs_request(np, NULL, &nmreq, NFSPROC_ACCESS, ctx, NULL, &nmrep, &xid, &status);
494 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
497 nfsm_chain_get_32(error, &nmrep, access_result);
526 nfsm_chain_cleanup(&nmrep);
1306 struct nfsm_chain nmreq, nmrep; local
1316 nfsm_chain_null(&nmrep);
1326 NULL, rpcflags, &nmrep, xidp, &status);
1330 error = nfs_parsefattr(&nmrep, nfsver
1924 struct nfsm_chain nmreq, nmrep; local
2352 struct nfsm_chain nmreq, nmrep; local
2519 struct nfsm_chain nmrep; local
3332 struct nfsm_chain nmrep; local
3428 struct nfsm_chain nmreq, nmrep; local
3577 struct nfsm_chain nmreq, nmrep; local
3936 struct nfsm_chain nmreq, nmrep; local
4169 struct nfsm_chain nmreq, nmrep; local
4248 struct nfsm_chain nmreq, nmrep; local
4350 struct nfsm_chain nmreq, nmrep; local
4506 struct nfsm_chain nmreq, nmrep; local
4651 struct nfsm_chain nmreq, nmrep; local
5444 struct nfsm_chain nmreq, nmrep, nmrepsave; local
5848 struct nfsm_chain nmrep; local
6111 struct nfsm_chain nmreq, nmrep; local
6205 struct nfsm_chain nmreq, nmrep; local
[all...]
H A Dnfs4_subs.c218 struct nfsm_chain nmreq, nmrep; local
231 nfsm_chain_null(&nmrep);
286 error = nfs_request2(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, thd, cred, NULL, R_SETUP, &nmrep, &xid, &status);
287 nfsm_chain_skip_tag(error, &nmrep);
288 nfsm_chain_get_32(error, &nmrep, numops);
291 nfsm_chain_op_check(error, &nmrep, NFS_OP_SETCLIENTID);
295 nfsm_chain_get_64(error, &nmrep, nmp->nm_clientid);
296 nfsm_chain_get_64(error, &nmrep, verifier);
298 nfsm_chain_cleanup(&nmrep);
311 error = nfs_request2(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, thd, cred, NULL, R_SETUP, &nmrep,
368 struct nfsm_chain nmreq, nmrep; local
459 struct nfsm_chain nmreq, nmrep; local
652 struct nfsm_chain nmreq, nmrep; local
[all...]
H A Dnfs_srvcache.c226 struct nfsm_chain nmrep; local
261 error = nfsrv_rephead(nd, slp, &nmrep, 0);
268 *mrepp = nmrep.nmc_mhead;
H A Dnfs_gss.c1231 struct nfsm_chain nmreq, nmrep; local
1238 nfsm_chain_null(&nmrep);
1250 (req->r_flags & R_OPTMASK), cp, &nmrep, &status);
1262 nfsm_chain_get_32(error, &nmrep, cp->gss_clnt_handle_len);
1273 nfsm_chain_get_opaque(error, &nmrep, cp->gss_clnt_handle_len, cp->gss_clnt_handle);
1275 nfsm_chain_get_32(error, &nmrep, cp->gss_clnt_major);
1276 nfsm_chain_get_32(error, &nmrep, cp->gss_clnt_minor);
1277 nfsm_chain_get_32(error, &nmrep, cp->gss_clnt_seqwin);
1278 nfsm_chain_get_32(error, &nmrep, cp->gss_clnt_tokenlen);
1287 nfsm_chain_get_opaque(error, &nmrep, c
1830 struct nfsm_chain nmreq, nmrep; local
2593 struct nfsm_chain *nmreq, nmrep; local
[all...]

Completed in 127 milliseconds