Lines Matching refs:argp

88 nfsproc_null_2_svc(voidp argp, struct svc_req *rqstp)
105 nfsproc_getattr_2_svc(am_nfs_fh *argp, struct svc_req *rqstp)
125 if (eq_fh(argp, &root)) {
139 } else if (eq_fh(argp, &slink)) {
163 (void)memcpy(&uid, argp->fh_data, sizeof(uid));
180 nfsproc_setattr_2_svc(nfssattrargs *argp, struct svc_req *rqstp)
189 nfsproc_root_2_svc(voidp argp, struct svc_req *rqstp)
198 nfsproc_lookup_2_svc(nfsdiropargs *argp, struct svc_req *rqstp)
215 if (eq_fh(&argp->da_fhandle, &slink)) {
224 if (eq_fh(&argp->da_fhandle, &root)) {
225 if (argp->da_name[0] == '.' &&
226 (argp->da_name[1] == '\0' ||
227 (argp->da_name[1] == '.' &&
228 argp->da_name[2] == '\0'))) {
246 if (STREQ(argp->da_name, slinkname)) {
274 if ((idx = untab_index(argp->da_name)) < 0) {
291 } /* end of "if (eq_fh(argp->dir.data, root.data)) {" */
299 nfsproc_readlink_2_svc(am_nfs_fh *argp, struct svc_req *rqstp)
309 if (eq_fh(argp, &root)) {
311 } else if (eq_fh(argp, &slink)) {
336 memcpy(&userid, argp->fh_data, sizeof(userid));
337 username = (char *) &argp->fh_data[sizeof(int)];
385 nfsproc_read_2_svc(nfsreadargs *argp, struct svc_req *rqstp)
394 nfsproc_writecache_2_svc(voidp argp, struct svc_req *rqstp)
403 nfsproc_write_2_svc(nfswriteargs *argp, struct svc_req *rqstp)
412 nfsproc_create_2_svc(nfscreateargs *argp, struct svc_req *rqstp)
421 nfsproc_remove_2_svc(nfsdiropargs *argp, struct svc_req *rqstp)
430 nfsproc_rename_2_svc(nfsrenameargs *argp, struct svc_req *rqstp)
439 nfsproc_link_2_svc(nfslinkargs *argp, struct svc_req *rqstp)
448 nfsproc_symlink_2_svc(nfssymlinkargs *argp, struct svc_req *rqstp)
457 nfsproc_mkdir_2_svc(nfscreateargs *argp, struct svc_req *rqstp)
466 nfsproc_rmdir_2_svc(nfsdiropargs *argp, struct svc_req *rqstp)
475 nfsproc_readdir_2_svc(nfsreaddirargs *argp, struct svc_req *rqstp)
484 if (eq_fh(&argp->rda_fhandle, &slink)) {
486 } else if (eq_fh(&argp->rda_fhandle, &root)) {
490 switch (argp->rda_cookie[0]) {
513 nfsproc_statfs_2_svc(am_nfs_fh *argp, struct svc_req *rqstp)