Searched refs:cache_struct (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpcsec.c | 45 struct cache_struct *find_xid(); 47 static void print_rpc_gss_init_arg(int, struct cache_struct *); 90 struct cache_struct *x; in print_rpcsec_gss_cred() 146 struct cache_struct *x; in rpcsec_gss_pre_proto() 217 struct cache_struct *x; in rpcsec_gss_post_proto() 260 struct cache_struct *x; in rpcsec_gss_control_proc() 301 struct cache_struct *x; in extract_rpcsec_gss_cred_info() 326 print_rpc_gss_init_arg(int flags, struct cache_struct *x) in print_rpc_gss_init_arg() 370 struct cache_struct *x; in print_rpc_gss_init_res()
|
H A D | snoop_rpc.c | 52 struct cache_struct *find_xid(); 60 static void rpc_detail_reply(int, int, struct cache_struct *, char *, int len); 64 struct cache_struct xid_cache[XID_CACHE_SIZE]; 73 struct cache_struct *x; in interpret_rpc() 607 rpc_detail_reply(int flags, int xid, struct cache_struct *x, char *data, in rpc_detail_reply() 717 struct cache_struct *xcpfirst = &xid_cache[0]; 718 struct cache_struct *xcp = &xid_cache[0]; 719 struct cache_struct *xcplast = &xid_cache[XID_CACHE_SIZE - 1]; 721 struct cache_struct * 724 struct cache_struct *x; in find_xid() [all …]
|
H A D | snoop_pmap.c | 107 struct cache_struct *x, *find_callit(); 394 struct cache_struct *x, *find_callit(); 734 struct cache_struct cxid_cache[CXID_CACHE_SIZE]; 735 struct cache_struct *cxcpfirst = &cxid_cache[0]; 736 struct cache_struct *cxcp = &cxid_cache[0]; 737 struct cache_struct *cxcplast = &cxid_cache[CXID_CACHE_SIZE - 1]; 739 struct cache_struct * 743 struct cache_struct *x; 759 struct cache_struct *x;
|
H A D | snoop.h | 105 extern struct cache_struct { struct
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 205 typedef struct cache_struct { struct
|