Searched refs:rdc_if_t (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_health.c | 72 static void rdc_update_health(rdc_if_t *); 93 rdc_if_t *rdc_if_top; 132 rdc_if_xxx(rdc_if_t *ip, char *updown) in rdc_if_xxx() 160 rdc_if_down(rdc_if_t *ip) in rdc_if_down() 167 rdc_if_up(rdc_if_t *ip) in rdc_if_up() 182 rdc_if_t *ip = (rdc_if_t *)arg; in rdc_health_thread() 285 rdc_if_t *ip; in rdc_isactive_if() 320 rdc_if_t *ip; in rdc_set_if_vers() 458 rdc_if_t * 462 rdc_if_t *new, *ip; in rdc_add_to_if() [all …]
|
H A D | rdc_io.h | 170 } rdc_if_t; typedef 501 rdc_if_t *intf; 905 extern rdc_if_t *rdc_if_top; 946 extern void rdc_dump_alloc_bufs(rdc_if_t *); 947 extern int rdc_check_secondary(rdc_if_t *, int); 950 extern rdc_if_t *rdc_add_to_if(rdc_srv_t *, struct netbuf *, struct netbuf *, 952 extern void rdc_remove_from_if(rdc_if_t *);
|
H A D | rdc_clnt.h | 51 extern int rdc_clnt_call_any(rdc_srv_t *, rdc_if_t *, rpcproc_t,
|
H A D | rdc_clnt.c | 1136 rdc_dump_alloc_bufs(rdc_if_t *ip) in rdc_dump_alloc_bufs() 2921 rdc_clnt_call_any(rdc_srv_t *svp, rdc_if_t *ip, rpcproc_t proc, in rdc_clnt_call_any() 2966 rdc_if_t *ip = krdc->intf; in rdc_clnt_call_walk()
|
H A D | rdc_svc.c | 1178 rdc_if_t *ip; in r_net_ping4() 1222 rdc_if_t *ip; in r_net_ping7()
|
H A D | rdc_io.c | 2378 rdc_if_t *ip = krdc->intf; in _rdc_enable() 2461 rdc_if_t *ip; in _rdc_disable() 3959 rdc_if_t *ip; in _rdc_suspend()
|
/titanic_44/usr/src/cmd/mdb/common/modules/rdc/ |
H A D | rdc.c | 205 wsp->walk_data = mdb_zalloc(sizeof (rdc_if_t), UM_SLEEP); in rdc_if_winit() 220 sizeof (rdc_if_t), wsp->walk_addr) == -1) { in rdc_if_wstep() 228 wsp->walk_addr = (uintptr_t)(((rdc_if_t *)wsp->walk_data)->next); in rdc_if_wstep() 236 mdb_free(wsp->walk_data, sizeof (rdc_if_t)); in rdc_if_wfini() 412 rdc_if_t *ifp; in rdc_if() 436 addr + OFFSETOF(rdc_if_t, ifaddr), in rdc_if() 437 addr + OFFSETOF(rdc_if_t, r_ifaddr)); in rdc_if()
|