Searched defs:thd (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs4_subs.c86 thread_t thd; local
H A Dnfs_syscalls.c266 thread_t thd; local
H A Dnfs4_vnops.c261 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
365 nfs4_write_rpc_async( nfsnode_t np, struct uio *uiop, size_t len, thread_t thd, kauth_cred_t cred, int iomode, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
493 nfs4_remove_rpc( nfsnode_t dnp, char *name, int namelen, thread_t thd, kauth_cred_t cred) argument
H A Dnfs_bio.c1428 thread_t thd; local
1504 nfs_buf_read_rpc(struct nfsbuf *bp, thread_t thd, kauth_cred_t cred) argument
1619 thread_t thd; local
627 nfs_buf_get( nfsnode_t np, daddr64_t blkno, int size, thread_t thd, int flags, struct nfsbuf **bpp) argument
1756 nfs_buf_readahead(nfsnode_t np, int ioflag, daddr64_t *rabnp, daddr64_t lastrabn, thread_t thd, kauth_cred_t cred) argument
1817 thread_t thd; local
2373 thread_t thd; local
2567 nfs_vinvalbuf2(NFSTOV(np), V_SAVE|V_IGNORE_WRITEERR, thd, cred, 1); local
2581 nfs_buf_write_finish(struct nfsbuf *bp, thread_t thd, kauth_cred_t cred) argument
2690 nfs_buf_write_dirty_pages(struct nfsbuf *bp, thread_t thd, kauth_cred_t cred) argument
2782 nfs_buf_write_rpc(struct nfsbuf *bp, int iomode, thread_t thd, kauth_cred_t cred) argument
2910 thread_t thd; local
3287 nfs_flush(nfsnode_t np, int waitfor, thread_t thd, int ignore_writeerr) argument
3484 nfs_vinvalbuf_internal( nfsnode_t np, int flags, thread_t thd, kauth_cred_t cred, int slpflag, int slptimeo) argument
3631 nfs_vinvalbuf2(vnode_t vp, int flags, thread_t thd, kauth_cred_t cred, int intrflg) argument
[all...]
H A Dnfs_socket.c400 thread_t thd = current_thread(); local
527 thread_t thd = current_thread(); local
1362 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
1935 nfs_request2( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, int flags, struct nfsm_chain *nmrepp, u_int64_t *xidp, int *status) argument
1978 nfs_request_async( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
2388 nfs_noremotehang(thread_t thd) argument
2403 nfs_sigintr(struct nfsmount *nmp, struct nfsreq *req, thread_t thd, int nmplocked) argument
3200 nfs_msg(thread_t thd, const char *server, const char *msg, int error) argument
3221 nfs_down(struct nfsmount *nmp, thread_t thd, int error, int flags, const char *msg) argument
3250 nfs_up(struct nfsmount *nmp, thread_t thd, int flags, const char *msg) argument
[all...]
H A Dnfs_vfsops.c2090 thread_t thd = vfs_context_thread(ctx); local
2205 thread_t thd = vfs_context_thread(ctx); local
2331 thread_t thd; member in struct:nfs_sync_cargs
2004 nfs_aux_request( struct nfsmount *nmp, thread_t thd, struct sockaddr_in *saddr, mbuf_t mreq, uint32_t xid, int timeo, struct nfsm_chain *nmrep) argument
[all...]
H A Dnfs_vnops.c1891 thread_t thd; local
1766 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
2432 nfs_write_rpc2( nfsnode_t np, struct uio *uiop, thread_t thd, kauth_cred_t cred, int *iomodep, uint64_t *wverfp) argument
2532 nfs3_write_rpc_async( nfsnode_t np, struct uio *uiop, size_t len, thread_t thd, kauth_cred_t cred, int iomode, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
3167 nfs3_remove_rpc( nfsnode_t dnp, char *name, int namelen, thread_t thd, kauth_cred_t cred) argument
5581 thread_t thd; local
5865 thread_t thd; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_break.c615 thread_t thd = (thread_t)(tp->tb_task_thd); local

Completed in 107 milliseconds