Home
last modified time | relevance | path

Searched refs:svc_req (Results 1 – 25 of 91) sorted by relevance

1234

/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot_svc.c44 void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp);
45 void nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp);
46 void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp);
47 void nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp);
50 nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp) in nlm_prog_0()
58 bool_t (*local)(char *, void *, struct svc_req *); in nlm_prog_0()
70 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_sm_notify_0_svc; in nlm_prog_0()
98 nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp) in nlm_prog_1()
126 bool_t (*local)(char *, void *, struct svc_req *); in nlm_prog_1()
138 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_1_svc; in nlm_prog_1()
[all …]
H A Dnlm_prot.h286 extern bool_t nlm_sm_notify_0_svc(struct nlm_sm_status *, void *, struct svc_req *);
291 extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *);
294 extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *);
297 extern bool_t nlm_cancel_1_svc(struct nlm_cancargs *, nlm_res *, struct svc_req *);
300 extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *);
303 extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *);
306 extern bool_t nlm_test_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
309 extern bool_t nlm_lock_msg_1_svc(struct nlm_lockargs *, void *, struct svc_req *);
312 extern bool_t nlm_cancel_msg_1_svc(struct nlm_cancargs *, void *, struct svc_req *);
315 extern bool_t nlm_unlock_msg_1_svc(struct nlm_unlockargs *, void *, struct svc_req *);
[all …]
H A Dnlm_prot_server.c125 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp) in nlm_sm_notify_0_svc()
133 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) in nlm_test_1_svc()
157 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_lock_1_svc()
178 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_cancel_1_svc()
197 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_unlock_1_svc()
214 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_granted_1_svc()
232 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) in nlm_test_msg_1_svc()
264 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) in nlm_lock_msg_1_svc()
294 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp) in nlm_cancel_msg_1_svc()
322 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp) in nlm_unlock_msg_1_svc()
[all …]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dnfs_prot_svc.c49 extern voidp nfsproc_null_2_svc(voidp, struct svc_req *);
50 extern nfsattrstat *nfsproc_getattr_2_svc(am_nfs_fh *, struct svc_req *);
51 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
52 extern voidp nfsproc_root_2_svc(voidp, struct svc_req *);
53 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
54 extern nfsreadlinkres *nfsproc_readlink_2_svc(am_nfs_fh *, struct svc_req *);
55 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
56 extern voidp nfsproc_writecache_2_svc(voidp, struct svc_req *);
57 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
58 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
/netbsd-src/usr.sbin/ypserv/ypserv/
H A Dypserv.h42 void *ypproc_null_2_svc(void *, struct svc_req *);
43 void *ypproc_domain_2_svc(void *, struct svc_req *);
44 void *ypproc_domain_nonack_2_svc(void *, struct svc_req *);
45 void *ypproc_match_2_svc(void *, struct svc_req *);
46 void *ypproc_first_2_svc(void *, struct svc_req *);
47 void *ypproc_next_2_svc(void *, struct svc_req *);
48 void *ypproc_xfr_2_svc(void *, struct svc_req *);
49 void *ypproc_clear_2_svc(void *, struct svc_req *);
50 void *ypproc_all_2_svc(void *, struct svc_req *);
51 void *ypproc_master_2_svc(void *, struct svc_req *);
[all …]
/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dnfs_prot_svc.c49 extern voidp nfsproc_null_2_svc(voidp, struct svc_req *);
50 extern nfsattrstat *nfsproc_getattr_2_svc(am_nfs_fh *, struct svc_req *);
51 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
52 extern voidp nfsproc_root_2_svc(voidp, struct svc_req *);
53 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
54 extern nfsreadlinkres *nfsproc_readlink_2_svc(am_nfs_fh *, struct svc_req *);
55 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
56 extern voidp nfsproc_writecache_2_svc(voidp, struct svc_req *);
57 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
58 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
/netbsd-src/usr.sbin/rpc.lockd/
H A Dlock_proc.c64 static void log_from_addr(const char *, struct svc_req *);
76 log_from_addr(const char *fun_name, struct svc_req *req) in log_from_addr()
358 nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_1_svc()
392 nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_msg_1_svc()
448 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_1_svc()
470 nlm_lock_msg_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_msg_1_svc()
500 nlm_cancel_1_svc(nlm_cancargs *arg, struct svc_req *rqstp) in nlm_cancel_1_svc()
522 nlm_cancel_msg_1_svc(nlm_cancargs *arg, struct svc_req *rqstp) in nlm_cancel_msg_1_svc()
552 nlm_unlock_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp) in nlm_unlock_1_svc()
569 nlm_unlock_msg_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp) in nlm_unlock_msg_1_svc()
[all …]
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_ultrix.h180 extern void *nfsproc_null_2_svc(void *, struct svc_req *);
181 extern nfsattrstat *nfsproc_getattr_2_svc(fhandle_t *, struct svc_req *);
182 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
183 extern void *nfsproc_root_2_svc(void *, struct svc_req *);
184 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
185 extern nfsreadlinkres *nfsproc_readlink_2_svc(fhandle_t *, struct svc_req *);
186 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
187 extern void *nfsproc_writecache_2_svc(void *, struct svc_req *);
188 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
189 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
H A Dnfs_prot_sunos4.h183 extern void *nfsproc_null_2_svc(void *, struct svc_req *);
184 extern nfsattrstat *nfsproc_getattr_2_svc(fhandle_t *, struct svc_req *);
185 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
186 extern void *nfsproc_root_2_svc(void *, struct svc_req *);
187 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
188 extern nfsreadlinkres *nfsproc_readlink_2_svc(fhandle_t *, struct svc_req *);
189 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
190 extern void *nfsproc_writecache_2_svc(void *, struct svc_req *);
191 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
192 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
H A Dnfs_prot_sunos5_6.h176 extern nfsattrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
178 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
180 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
182 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
184 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
186 extern nfsdiropres *nfsproc_mkdir_2_svc(nfscreateargs *, struct svc_req *);
188 extern nfsstat *nfsproc_link_2_svc(nfslinkargs *, struct svc_req *);
190 extern nfsstat *nfsproc_remove_2_svc(nfsdiropargs *, struct svc_req *);
192 extern nfsstat *nfsproc_rename_2_svc(nfsrenameargs *, struct svc_req *);
194 extern nfsstat *nfsproc_rmdir_2_svc(nfsdiropargs *, struct svc_req *);
[all …]
H A Dnfs_prot_sunos5_8.h174 extern nfsattrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
176 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
178 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
180 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
182 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
184 extern nfsdiropres *nfsproc_mkdir_2_svc(nfscreateargs *, struct svc_req *);
186 extern nfsstat *nfsproc_link_2_svc(nfslinkargs *, struct svc_req *);
188 extern nfsstat *nfsproc_remove_2_svc(nfsdiropargs *, struct svc_req *);
190 extern nfsstat *nfsproc_rename_2_svc(nfsrenameargs *, struct svc_req *);
192 extern nfsstat *nfsproc_rmdir_2_svc(nfsdiropargs *, struct svc_req *);
[all …]
H A Dnfs_prot_hpux.h185 extern void *nfsproc_null_2_svc(void *, struct svc_req *);
186 extern nfsattrstat *nfsproc_getattr_2_svc(fhandle_t *, struct svc_req *);
187 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
188 extern void *nfsproc_root_2_svc(void *, struct svc_req *);
189 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
190 extern nfsreadlinkres *nfsproc_readlink_2_svc(fhandle_t *, struct svc_req *);
191 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
192 extern void *nfsproc_writecache_2_svc(void *, struct svc_req *);
193 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
194 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
H A Dnfs_prot_sunos5_5.h171 extern nfsattrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
173 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
175 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
177 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
179 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
181 extern nfsdiropres *nfsproc_mkdir_2_svc(nfscreateargs *, struct svc_req *);
183 extern nfsstat *nfsproc_link_2_svc(nfslinkargs *, struct svc_req *);
185 extern nfsstat *nfsproc_remove_2_svc(nfsdiropargs *, struct svc_req *);
187 extern nfsstat *nfsproc_rename_2_svc(nfsrenameargs *, struct svc_req *);
189 extern nfsstat *nfsproc_rmdir_2_svc(nfsdiropargs *, struct svc_req *);
[all …]
H A Dnfs_prot_sunos3.h183 extern void *nfsproc_null_2_svc(void *, struct svc_req *);
184 extern nfsattrstat *nfsproc_getattr_2_svc(fhandle_t *, struct svc_req *);
185 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
186 extern void *nfsproc_root_2_svc(void *, struct svc_req *);
187 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
188 extern nfsreadlinkres *nfsproc_readlink_2_svc(fhandle_t *, struct svc_req *);
189 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
190 extern void *nfsproc_writecache_2_svc(void *, struct svc_req *);
191 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
192 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
H A Dnfs_prot_osf5.h207 extern void *nfsproc_null_2_svc(void *, struct svc_req *);
208 extern nfsattrstat *nfsproc_getattr_2_svc(struct nfssvcfh *, struct svc_req *);
209 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
210 extern void *nfsproc_root_2_svc(void *, struct svc_req *);
211 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
212 extern nfsreadlinkres *nfsproc_readlink_2_svc(struct nfssvcfh *, struct svc_req *);
213 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
214 extern void *nfsproc_writecache_2_svc(void *, struct svc_req *);
215 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
216 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
H A Dnfs_prot_osf4.h192 extern void *nfsproc_null_2_svc(void *, struct svc_req *);
193 extern nfsattrstat *nfsproc_getattr_2_svc(struct nfssvcfh *, struct svc_req *);
194 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
195 extern void *nfsproc_root_2_svc(void *, struct svc_req *);
196 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
197 extern nfsreadlinkres *nfsproc_readlink_2_svc(struct nfssvcfh *, struct svc_req *);
198 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
199 extern void *nfsproc_writecache_2_svc(void *, struct svc_req *);
200 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
201 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
H A Dnfs_prot_sunos5_7.h181 extern nfsattrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
183 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
185 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
187 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
189 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
191 extern nfsdiropres *nfsproc_mkdir_2_svc(nfscreateargs *, struct svc_req *);
193 extern nfsstat *nfsproc_link_2_svc(nfslinkargs *, struct svc_req *);
195 extern nfsstat *nfsproc_remove_2_svc(nfsdiropargs *, struct svc_req *);
197 extern nfsstat *nfsproc_rename_2_svc(nfsrenameargs *, struct svc_req *);
199 extern nfsstat *nfsproc_rmdir_2_svc(nfsdiropargs *, struct svc_req *);
[all …]
H A Dnfs_prot_bsdi2.h186 extern nfsattrstat *nfsproc_getattr_2_svc(nfsv2fh_t *, struct svc_req *);
187 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
188 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
189 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
190 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
191 extern nfsdiropres *nfsproc_mkdir_2_svc(nfscreateargs *, struct svc_req *);
192 extern nfsstat *nfsproc_link_2_svc(nfslinkargs *, struct svc_req *);
193 extern nfsstat *nfsproc_remove_2_svc(nfsdiropargs *, struct svc_req *);
194 extern nfsstat *nfsproc_rename_2_svc(nfsrenameargs *, struct svc_req *);
195 extern nfsstat *nfsproc_rmdir_2_svc(nfsdiropargs *, struct svc_req *);
[all …]
H A Dnfs_prot_irix5.h233 extern void *nfsproc_null_2_svc(void *, struct svc_req *);
234 extern nfsattrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
235 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
236 extern void *nfsproc_root_2_svc(void *, struct svc_req *);
237 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
238 extern nfsreadlinkres *nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
239 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
240 extern void *nfsproc_writecache_2_svc(void *, struct svc_req *);
241 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
242 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
H A Dnfs_prot_svr4.h191 extern nfsattrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
193 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
195 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
197 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
199 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
201 extern nfsdiropres *nfsproc_mkdir_2_svc(nfscreateargs *, struct svc_req *);
203 extern nfsstat *nfsproc_link_2_svc(nfslinkargs *, struct svc_req *);
205 extern nfsstat *nfsproc_remove_2_svc(nfsdiropargs *, struct svc_req *);
207 extern nfsstat *nfsproc_rename_2_svc(nfsrenameargs *, struct svc_req *);
209 extern nfsstat *nfsproc_rmdir_2_svc(nfsdiropargs *, struct svc_req *);
[all …]
H A Dnfs_prot_osf2.h193 extern void *nfsproc_null_2_svc(void *, struct svc_req *);
194 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
195 extern void *nfsproc_root_2_svc(void *, struct svc_req *);
196 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
197 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
198 extern void *nfsproc_writecache_2_svc(void *, struct svc_req *);
199 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
200 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
201 extern nfsstat *nfsproc_remove_2_svc(nfsdiropargs *, struct svc_req *);
202 extern nfsstat *nfsproc_rename_2_svc(nfsrenameargs *, struct svc_req *);
[all …]
H A Dnfs_prot_ncr2.h196 extern nfsattrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
198 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
200 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
202 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
204 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
206 extern nfsdiropres *nfsproc_mkdir_2_svc(nfscreateargs *, struct svc_req *);
208 extern nfsstat *nfsproc_link_2_svc(nfslinkargs *, struct svc_req *);
210 extern nfsstat *nfsproc_remove_2_svc(nfsdiropargs *, struct svc_req *);
212 extern nfsstat *nfsproc_rename_2_svc(nfsrenameargs *, struct svc_req *);
214 extern nfsstat *nfsproc_rmdir_2_svc(nfsdiropargs *, struct svc_req *);
[all …]
H A Dnfs_prot_irix6.h198 extern void *nfsproc_null_2_svc(void *, struct svc_req *);
199 extern nfsattrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
200 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
201 extern void *nfsproc_root_2_svc(void *, struct svc_req *);
202 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
203 extern nfsreadlinkres *nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
204 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
205 extern void *nfsproc_writecache_2_svc(void *, struct svc_req *);
206 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
207 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
H A Dnfs_prot_hpux11.h263 extern void *nfsproc_null_2_svc(void *, struct svc_req *);
264 extern nfsattrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
265 extern nfsattrstat *nfsproc_setattr_2_svc(nfssattrargs *, struct svc_req *);
266 extern void *nfsproc_root_2_svc(void *, struct svc_req *);
267 extern nfsdiropres *nfsproc_lookup_2_svc(nfsdiropargs *, struct svc_req *);
268 extern nfsreadlinkres *nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
269 extern nfsreadres *nfsproc_read_2_svc(nfsreadargs *, struct svc_req *);
270 extern void *nfsproc_writecache_2_svc(void *, struct svc_req *);
271 extern nfsattrstat *nfsproc_write_2_svc(nfswriteargs *, struct svc_req *);
272 extern nfsdiropres *nfsproc_create_2_svc(nfscreateargs *, struct svc_req *);
[all …]
/netbsd-src/usr.sbin/rpcbind/
H A Drpcbind.h100 void *rpcbproc_getstat(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
102 void rpcb_service_3(struct svc_req *, SVCXPRT *);
103 void rpcb_service_4(struct svc_req *, SVCXPRT *);
106 void *rpcbproc_set_com(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
107 void *rpcbproc_unset_com(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
111 void *rpcbproc_getaddr_com(RPCB *, struct svc_req *, SVCXPRT *, rpcvers_t,
113 void *rpcbproc_gettime_com(void *, struct svc_req *, SVCXPRT *,
115 void *rpcbproc_uaddr2taddr_com(void *, struct svc_req *,
117 void *rpcbproc_taddr2uaddr_com(void *, struct svc_req *, SVCXPRT *,
120 void rpcbproc_callit_com(struct svc_req *, SVCXPRT *, rpcvers_t,
[all …]

1234