Searched refs:getxdr_pos (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpcsec.c | 92 pos = getxdr_pos(); in print_rpcsec_gss_cred() 106 (void) sprintf(get_line(pos, getxdr_pos()), in print_rpcsec_gss_cred() 109 (void) sprintf(get_line(pos, getxdr_pos()), in print_rpcsec_gss_cred() 114 (void) sprintf(get_line(pos, getxdr_pos()), in print_rpcsec_gss_cred() 117 (void) sprintf(get_line(pos, getxdr_pos()), in print_rpcsec_gss_cred() 120 pos = getxdr_pos(); in print_rpcsec_gss_cred() 123 line = get_line(pos, getxdr_pos()); in print_rpcsec_gss_cred() 346 (void) sprintf(get_line(pos, getxdr_pos()), in print_rpc_gss_init_arg() 349 pos = getxdr_pos(); in print_rpc_gss_init_arg() 352 line = get_line(pos, getxdr_pos()); in print_rpc_gss_init_arg() [all …]
|
H A D | snoop_display.c | 243 pos = getxdr_pos(); in showxdr_char() 245 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val); in showxdr_char() 266 pos = getxdr_pos(); in showxdr_u_char() 268 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val); in showxdr_u_char() 288 pos = getxdr_pos(); in showxdr_short() 290 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val); in showxdr_short() 311 pos = getxdr_pos(); in showxdr_u_short() 313 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val); in showxdr_u_short() 333 pos = getxdr_pos(); in showxdr_long() 335 (void) sprintf(get_line(pos, getxdr_pos()), fmt, val); in showxdr_long() [all …]
|
H A D | snoop_rpc.c | 91 markpos = getxdr_pos(); in interpret_rpc() 100 pos = getxdr_pos(); in interpret_rpc() 247 (void) sprintf(get_line(pos, getxdr_pos()), in rpc_detail_call() 250 (void) sprintf(get_line(pos, getxdr_pos()), in rpc_detail_call() 310 pos = getxdr_pos(); in print_creds() 313 (void) sprintf(get_line(pos, getxdr_pos()), in print_creds() 323 pos = getxdr_pos(); in print_creds() 326 (void) sprintf(get_line(pos, getxdr_pos()), in print_creds() 346 (void) sprintf(get_line(pos, getxdr_pos()), in print_creds() 382 pos = getxdr_pos(); in print_verif() [all …]
|
H A D | snoop_pmap.c | 474 pos = getxdr_pos(); 480 pos = getxdr_pos() - pos; 591 int pos = getxdr_pos(); 595 getxdr_pos()), MAXLINE,
|
H A D | snoop_nfs.c | 476 pos = getxdr_pos(); in detail_nfsstat() 478 (void) sprintf(get_line(pos, getxdr_pos()), in detail_nfsstat() 517 pos = getxdr_pos(); in detail_nfsfh()
|
H A D | snoop_mount.c | 335 pos = getxdr_pos(); in detail_mountfh() 429 pos = getxdr_pos(); in detail_mountfh3()
|
H A D | snoop_nfs3.c | 739 pos = getxdr_pos(); in detail_nfsstat3() 742 (void) sprintf(get_line(pos, getxdr_pos()), "Status = %d (%s)", in detail_nfsstat3() 804 pos = getxdr_pos(); in detail_nfsfh3()
|
H A D | snoop_nfs_acl.c | 445 pos = getxdr_pos(); in detail_nfsstat4() 448 (void) sprintf(get_line(pos, getxdr_pos()), "Status = %d (%s)", in detail_nfsstat4()
|
H A D | snoop.h | 160 extern int getxdr_pos(void);
|