Searched refs:getxdr_pos (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpcsec.c | 93 pos = getxdr_pos(); in print_rpcsec_gss_cred() 107 (void) sprintf(get_line(pos, getxdr_pos()), in print_rpcsec_gss_cred() 110 (void) sprintf(get_line(pos, getxdr_pos()), in print_rpcsec_gss_cred() 115 (void) sprintf(get_line(pos, getxdr_pos()), in print_rpcsec_gss_cred() 118 (void) sprintf(get_line(pos, getxdr_pos()), in print_rpcsec_gss_cred() 121 pos = getxdr_pos(); in print_rpcsec_gss_cred() 124 line = get_line(pos, getxdr_pos()); in print_rpcsec_gss_cred() 345 (void) sprintf(get_line(pos, getxdr_pos()), in print_rpc_gss_init_arg() 348 pos = getxdr_pos(); in print_rpc_gss_init_arg() 351 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 | 92 markpos = getxdr_pos(); in interpret_rpc() 101 pos = getxdr_pos(); in interpret_rpc() 248 (void) sprintf(get_line(pos, getxdr_pos()), in rpc_detail_call() 251 (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 | 474 pos = getxdr_pos(); in detail_nfsstat() 476 (void) sprintf(get_line(pos, getxdr_pos()), in detail_nfsstat() 515 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 | 195 extern int getxdr_pos(void);
|