Home
last modified time | relevance | path

Searched refs:getxdr_long (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs.c168 (void) getxdr_long(); /* beginoff */
169 off = getxdr_long();
170 (void) getxdr_long(); /* totalcount */
171 sz = getxdr_long();
211 off = getxdr_long();
212 sz = getxdr_long();
264 getxdr_long());
315 (void) getxdr_long(); /* begoff */
317 (void) getxdr_long(); /* totalcount */
465 status = getxdr_long();
[all …]
H A Dsnoop_rpc.c92 recmark = getxdr_long(); in interpret_rpc()
96 direction = getxdr_long(); in interpret_rpc()
99 rpcvers = getxdr_long(); in interpret_rpc()
101 prog = getxdr_long(); in interpret_rpc()
102 vers = getxdr_long(); in interpret_rpc()
103 proc = getxdr_long(); in interpret_rpc()
121 if (getxdr_long() == RPCSEC_GSS) { /* Cred auth type */ in interpret_rpc()
125 xdr_skip(getxdr_long()); in interpret_rpc()
129 xdr_skip(RNDUP(getxdr_long())); /* Verf auth data */ in interpret_rpc()
144 status = getxdr_long(); in interpret_rpc()
[all …]
H A Dsnoop_mount.c350 flavors = getxdr_long(); in print_auth()
415 len = getxdr_long(); in sum_mountfh3()
428 len = getxdr_long(); in detail_mountfh3()
452 while (getxdr_long()) { in sum_exports()
454 while (getxdr_long()) { in sum_exports()
478 while (getxdr_long()) { in detail_exports()
482 while (getxdr_long()) { in detail_exports()
500 while (getxdr_long()) { in sum_mounts()
526 while (getxdr_long()) { in detail_mounts()
H A Dsnoop_nis.c173 status = getxdr_long();
177 status = getxdr_long();
339 getxdr_long() ? "OK":"Fail");
358 status = getxdr_long();
630 while (getxdr_long()) { in sum_ypmaplist()
653 while (getxdr_long()) { in detail_ypmaplist()
H A Dsnoop_display.c318 getxdr_long() in getxdr_long() function
334 val = getxdr_long(); in showxdr_long()
580 sec = getxdr_long(); in getxdr_date()
581 usec = getxdr_long(); in getxdr_date()
614 sec = getxdr_long(); in getxdr_date_ns()
615 nsec = getxdr_long(); in getxdr_date_ns()
676 sec = getxdr_long(); in getxdr_time()
H A Dsnoop_nfs3.c230 how = getxdr_long();
694 status = getxdr_long();
790 len = getxdr_long(); in sum_nfsfh3()
803 len = getxdr_long(); in detail_nfsfh3()
1097 skip = getxdr_long(); in sum_readdirplusres()
1183 how = getxdr_long(); in sum_createhow()
1202 stable = getxdr_long(); in sum_stablehow()
H A Dsnoop_nlm.c339 l = getxdr_long();
390 id = getxdr_long(); in sum_lock()
572 pl, nameof_stat(i), getxdr_long());
735 state = getxdr_long(); in sum_notify()
923 pl, nameof_stat4(i), getxdr_long());
1025 id = getxdr_long(); in sum_lock4()
H A Dsnoop_rstat.c243 " Time (%2d) = %d", i, getxdr_long()); in detail_statsvar()
250 " Transfers (%2d) = %d", i, getxdr_long()); in detail_statsvar()
H A Dsnoop_nfs_acl.c432 status = getxdr_long(); in sum_nfsstat4()
691 count = getxdr_long(); in detail_aclent()
693 type = getxdr_long(); in detail_aclent()
694 id = getxdr_long(); in detail_aclent()
H A Dsnoop_rquota.c86 uid = getxdr_long();
H A Dsnoop.h147 extern long getxdr_long(void);
H A Dsnoop_pmap.c496 time_t sec = getxdr_long();
592 time_t sec = getxdr_long();
H A Dsnoop_nfs4.c738 status = getxdr_long(); in interpret_nfs4_cb()
809 status = getxdr_long(); in interpret_nfs4()
856 numops = getxdr_long(); in sum_compound4args()
974 numops = getxdr_long(); in sum_cb_compound4args()
1065 numops = getxdr_long(); in detail_nfs_argop4()
1116 numops = getxdr_long(); in detail_cb_argop4()
2238 status = getxdr_long(); in sum_comp4res()
2272 numres = getxdr_long(); in sum_compound4res()
2334 numres = getxdr_long(); in sum_cb_compound4res()
3089 numres = getxdr_long(); in detail_nfs_resop4()
[all …]