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

/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c528 chudcpu_signal_request_t *reqp; local
534 (queue_entry_t *) &reqp);
535 while (reqp != NULL) {
536 chudxnu_private_cpu_signal_handler(reqp->req_code);
537 reqp->req_sync = 0;
539 (queue_entry_t *) &reqp);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c3422 struct nfsreq **reqp)
3427 req = *reqp;
3501 *reqp = req;
4251 struct nfsreq **reqp)
4257 error = nfs_request_create(np, mp, nmrest, procnum, thd, cred, reqp);
4258 req = *reqp;
3415 nfs_request_create( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, struct nfsreq **reqp) argument
4241 nfs_request_async( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, struct nfsreq_secinfo_args *si, int flags, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
H A Dnfs_vnops.c2396 struct nfsreq **reqp)
2420 error = nfs_request_async(np, NULL, &nmreq, NFSPROC_READ, thd, cred, NULL, 0, cb, reqp);
3189 struct nfsreq **reqp)
3224 error = nfs_request_async(np, NULL, &nmreq, NFSPROC_WRITE, thd, cred, NULL, 0, cb, reqp);
5719 struct nfsreq **reqp)
5739 vfs_context_thread(ctx), vfs_context_ucred(ctx), NULL, 0, NULL, reqp);
2389 nfs3_read_rpc_async( nfsnode_t np, off_t offset, size_t len, thread_t thd, kauth_cred_t cred, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
3181 nfs3_write_rpc_async( nfsnode_t np, uio_t uio, size_t len, thread_t thd, kauth_cred_t cred, int iomode, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
5714 nfs3_lookup_rpc_async( nfsnode_t dnp, char *name, int namelen, vfs_context_t ctx, struct nfsreq **reqp) argument
H A Dnfs4_vnops.c318 struct nfsreq **reqp)
355 error = nfs_request_async(np, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, 0, cb, reqp);
424 struct nfsreq **reqp)
471 error = nfs_request_async(np, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, 0, cb, reqp);
1075 struct nfsreq **reqp)
1133 vfs_context_thread(ctx), vfs_context_ucred(ctx), &si, 0, NULL, reqp);
311 nfs4_read_rpc_async( nfsnode_t np, off_t offset, size_t len, thread_t thd, kauth_cred_t cred, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
416 nfs4_write_rpc_async( nfsnode_t np, uio_t uio, size_t len, thread_t thd, kauth_cred_t cred, int iomode, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
1070 nfs4_lookup_rpc_async( nfsnode_t dnp, char *name, int namelen, vfs_context_t ctx, struct nfsreq **reqp) argument

Completed in 108 milliseconds