Home
last modified time | relevance | path

Searched defs:vh (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c284 vrrp_open(vrrp_handle_t *vh) in vrrp_open() argument
300 vrrp_close(vrrp_handle_t vh) in vrrp_close() argument
327 vrrp_create(vrrp_handle_t vh, vrrp_vr_conf_t *conf) in vrrp_create() argument
362 vrrp_delete(vrrp_handle_t vh, const char *vn) in vrrp_delete() argument
386 vrrp_enable(vrrp_handle_t vh, cons argument
408 vrrp_disable(vrrp_handle_t vh,const char * vn) vrrp_disable() argument
430 vrrp_modify(vrrp_handle_t vh,vrrp_vr_conf_t * conf,uint32_t mask) vrrp_modify() argument
515 vrrp_list(vrrp_handle_t vh,vrid_t vrid,const char * intf,int af,uint32_t * cnt,char * names) vrrp_list() argument
603 vrrp_query(vrrp_handle_t vh,const char * vn,vrrp_queryinfo_t ** vqp) vrrp_query() argument
671 vrrp_is_vrrp_vnic(vrrp_handle_t vh,datalink_id_t vnicid,datalink_id_t * linkidp,uint16_t * vidp,vrid_t * vridp,int * afp) vrrp_is_vrrp_vnic() argument
714 vrrp_get_vnicname(vrrp_handle_t vh,vrid_t vrid,int af,char * link,datalink_id_t * linkidp,uint16_t * vidp,char * vnic,size_t len) vrrp_get_vnicname() argument
[all...]
/titanic_51/usr/src/uts/common/os/
H A Dsunmdi.c383 mdi_vhci_t *vh = NULL; in mdi_vhci_register() local
500 mdi_vhci_t *found, *vh, *prev = NULL; mdi_vhci_unregister() local
580 mdi_vhci_t *vh = NULL; i_mdi_vhci_class2vhci() local
604 mdi_vhci_t *vh = NULL; i_devi_get_vhci() local
627 mdi_vhci_t *vh; mdi_phci_register() local
711 mdi_vhci_t *vh; mdi_phci_unregister() local
958 mdi_vhci_t *vh; mdi_devi_pdip_entered() local
987 mdi_vhci_t *vh; mdi_phci_path2devinfo() local
1101 i_mdi_devinfo_create(mdi_vhci_t * vh,char * name,char * guid,char ** compatible,int ncompatible) i_mdi_devinfo_create() argument
1155 i_mdi_devinfo_find(mdi_vhci_t * vh,caddr_t name,char * guid) i_mdi_devinfo_find() argument
1325 i_mdi_client_alloc(mdi_vhci_t * vh,char * name,char * lguid) i_mdi_client_alloc() argument
1380 i_mdi_client_enlist_table(mdi_vhci_t * vh,mdi_client_t * ct) i_mdi_client_enlist_table() argument
1401 i_mdi_client_delist_table(mdi_vhci_t * vh,mdi_client_t * ct) i_mdi_client_delist_table() argument
1443 i_mdi_client_free(mdi_vhci_t * vh,mdi_client_t * ct) i_mdi_client_free() argument
1495 i_mdi_client_find(mdi_vhci_t * vh,char * cname,char * guid) i_mdi_client_find() argument
1879 mdi_vhci_t *vh = ct->ct_vhci; i_mdi_failover() local
2642 mdi_vhci_t *vh; mdi_pi_find() local
2781 mdi_vhci_t *vh; mdi_pi_alloc_compatible() local
3134 mdi_vhci_t *vh; mdi_pi_free() local
3425 mdi_vhci_t *vh; i_mdi_pi_state_change() local
3851 mdi_vhci_t *vh = NULL; i_mdi_pi_offline() local
3981 mdi_vhci_t *vh = NULL; i_mdi_pi_online() local
5698 mdi_vhci_t *vh; mdi_post_attach() local
6269 i_mdi_enable_disable_path(mdi_pathinfo_t * pip,mdi_vhci_t * vh,int flags,int op) i_mdi_enable_disable_path() argument
6362 mdi_vhci_t *vh = NULL; i_mdi_pi_enable_disable() local
7475 setup_vhci_cache(mdi_vhci_t * vh) setup_vhci_cache() argument
7545 destroy_vhci_cache(mdi_vhci_t * vh) destroy_vhci_cache() argument
9166 build_vhci_cache(mdi_vhci_t * vh) build_vhci_cache() argument
9237 vhcache_discover_paths(mdi_vhci_t * vh) vhcache_discover_paths() argument
9290 mdi_vhci_t *vh = i_devi_get_vhci(vdip); mdi_vhci_bus_config() local
9478 mdi_vhci_t *vh; mdi_clean_vhcache() local
9502 mdi_vhci_t *vh = i_devi_get_vhci(vdip); mdi_vhci_walk_clients() local
9530 mdi_vhci_t *vh = i_devi_get_vhci(vdip); mdi_vhci_walk_phcis() local
9557 mdi_vhci_t *vh = NULL; mdi_walk_vhcis() local
9683 mdi_vhci_t *vh; mdi_is_dev_supported() local
[all...]
/titanic_51/usr/src/uts/common/sys/
H A Dmdi_impldefs.h290 #define MDI_VHCI_PHCI_LOCK(vh) mutex_enter(&(vh)->vh_phci_mutex) argument
291 #define MDI_VHCI_PHCI_TRYLOCK(vh) mutex_tryenter(&(vh)->vh_phci_mutex) argument
292 #define MDI_VHCI_PHCI_UNLOCK(vh) mutex_exit(&(vh)->vh_phci_mutex) argument
294 #define MDI_VHCI_PCHI_LOCKED(vh) MUTEX_HELD(&(vh)->vh_phci_mutex) argument
296 #define MDI_VHCI_CLIENT_LOCK(vh) mutex_enter(&(vh) argument
297 MDI_VHCI_CLIENT_TRYLOCK(vh) global() argument
298 MDI_VHCI_CLIENT_UNLOCK(vh) global() argument
300 MDI_VHCI_CLIENT_LOCKED(vh) global() argument
379 MDI_PHCI_LOCKED(vh) global() argument
[all...]
/titanic_51/usr/src/cmd/avs/dsstat/
H A Ddsstat.c279 char *vh = NULL; in set_vol_list() local
H A Dsndr_stats.c791 char *vh; in sndr_vol_selected() local
/titanic_51/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1777 struct ether_vlan_header *vh; in myri10ge_send_hash() local