Home
last modified time | relevance | path

Searched refs:VPORT (Results 1 – 24 of 24) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dport_subr.c257 if (fp->f_vnode->v_type != VPORT) { in port_alloc_event()
707 if (fp->f_vnode->v_type != VPORT) { in port_associate_ksource()
763 if (fp->f_vnode->v_type != VPORT) { in port_dissociate_ksource()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c478 if (v.v_type == VFIFO || v.v_type == VDOOR || v.v_type == VPORT) in pfiles_dig_pathname()
544 { VPORT, "PORT" },
1079 case VPORT: in pfile_callback()
H A Dgenunix.c2452 if (vn.v_type != VPORT) in port_walk_step()
2498 if (vn.v_type != VPORT) { in portev_walk_init()
/titanic_50/usr/src/uts/common/fs/portfs/
H A Dport.c588 if (fp->f_vnode->v_type != VPORT) { in portfs()
735 vp->v_type = VPORT; in port_create()
1015 if (fp->f_vnode->v_type != VPORT) { in port_sendn()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c198 port = &VPORT(i); in emlxs_ip_handle_unsol_req()
H A Demlxs_clock.c194 port = &VPORT(i); in emlxs_timer_checks()
1298 port = &VPORT(i); in emlxs_timer_check_pools()
H A Demlxs_solaris.c1496 port = &VPORT(bind_info->port_num); in emlxs_fca_bind_port()
6228 port = &VPORT(i); in emlxs_lock_init()
6299 port = &VPORT(i); in emlxs_lock_destroy()
6592 vport = &VPORT(i); in emlxs_mode_init()
6651 vport = &VPORT(i); in emlxs_mode_set()
6659 vport = &VPORT(i); in emlxs_mode_set()
6734 vport = &VPORT(i); in emlxs_mode_init_masks()
6754 vport = &VPORT(i); in emlxs_mode_init_masks()
6775 port = &VPORT(i); in emlxs_fca_attach()
6807 vport = &VPORT(i); in emlxs_fca_detach()
[all …]
H A Demlxs_dfc.c811 port = &VPORT(vpi); in emlxs_fcio_manage()
2967 vport = &VPORT(vpi); in emlxs_dfc_create_vport()
2994 vport = &VPORT(vpi); in emlxs_dfc_create_vport()
3256 vport = &VPORT(i); in emlxs_dfc_get_vportinfo()
3323 port = &VPORT(i); in emlxs_vport_find_wwpn()
3389 vport = &VPORT(i); in emlxs_dfc_npiv_resource()
3455 emlxs_port_t *vport = &VPORT(hba->vpi_max); in emlxs_dfc_npiv_test()
3539 vport = &VPORT(i); in emlxs_dfc_npiv_test()
7089 port = &VPORT(dfc->data1); in emlxs_dfc_get_nodeinfo()
H A Demlxs_event.c114 vport = &VPORT(i); in emlxs_event_queue_destroy()
H A Demlxs_fcf.c1962 vport = &VPORT(i); in emlxs_fcf_fini()
2050 vport = &VPORT(i); in emlxs_fcf_init()
3707 vport = &VPORT(i); in emlxs_fc_fcftab_sparm_mbcmpl()
4944 vport = &VPORT(vpi); in emlxs_fcoe_fcftab_cvl_evt_action()
6829 vport = &VPORT(i); in emlxs_fcoe_fcftab_lost_evt_action()
9661 vport = &VPORT(i); in emlxs_vfi_online_evt_action()
10213 vport = &VPORT(i); in emlxs_vfi_vpi_online_action()
10230 vport = &VPORT(i); in emlxs_vfi_vpi_online_action()
10411 vport = &VPORT(i); in emlxs_vfi_vpi_offline_action()
10458 vport = &VPORT(i); in emlxs_vfi_paused_action()
[all …]
H A Demlxs_sli3.c1990 vport = &VPORT(i); in emlxs_sli3_hba_init()
2223 vport = &VPORT(i); in emlxs_sli3_hba_reset()
5224 port = &VPORT(vpi); in emlxs_handle_rcv_seq()
6801 port = &VPORT(lvpi); in emlxs_sli3_reg_did_mbcmpl()
6886 vport = &VPORT(i); in emlxs_sli3_reg_did_mbcmpl()
H A Demlxs_mem.c329 vport = &VPORT(j); in emlxs_mem_free_buffer()
H A Demlxs_fcp.c1656 port = &VPORT(i); in emlxs_linkdown()
2122 port = &VPORT(i); in emlxs_ffcleanup()
H A Demlxs_mbox.c1872 vport = &VPORT(i); in emlxs_clear_la_mbcmpl()
2287 vport = &VPORT(i); in emlxs_read_sparam_mbcmpl()
H A Demlxs_fct.c902 port = &VPORT(vpi);
924 vport = &VPORT(i);
H A Demlxs_sli4.c2201 vport = &VPORT(i); in emlxs_sli4_hba_init()
2368 vport = &VPORT(i); in emlxs_sli4_hba_reset()
6164 vport = &VPORT(i); in emlxs_sli4_process_unsol_rcv()
H A Demlxs_els.c613 vport = &VPORT(i); in emlxs_handle_sol_flogi()
H A Demlxs_dhchap.c9062 port = &VPORT(vpi); in emlxs_dhc_init_auth()
9264 port = &VPORT(i); in emlxs_dhc_add_auth_cfg()
/titanic_50/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c369 if (filevp->v_type == VDIR || filevp->v_type == VPORT) { in nm_mount()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c651 (type == VPROC) || (type == VPORT)) in sdev_create()
/titanic_50/usr/src/uts/common/sys/
H A Dvnode.h169 VPORT = 10, enumerator
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h170 VPORT = 10, enumerator
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2163 #define VPORT(x) hba->port[x] macro
/titanic_50/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c968 vap->va_type == VSOCK || vap->va_type == VPORT)) in tmp_create()