Home
last modified time | relevance | path

Searched refs:path_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_device.c78 uint32_t *path_type, reply_dlen; in ldma_dev_validate_path() local
107 path_type = (uint32_t *)(LDMA_HDR2DATA(reply)); in ldma_dev_validate_path()
150 *path_type = LDMA_DEVPATH_TYPE_FILE; in ldma_dev_validate_path()
155 *path_type = LDMA_DEVPATH_TYPE_DEVICE; in ldma_dev_validate_path()
160 *path_type = 0; in ldma_dev_validate_path()
196 path, reply->msg_info, *path_type); in ldma_dev_validate_path()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c1029 uint_t path_type = 0; in g_get_path_type() local
1086 path_type |= search_arr_ptr->type; in g_get_path_type()
1095 return (path_type); in g_get_path_type()
1102 (!(path_type & FC_FCA_MASK))) { in g_get_path_type()
1103 path_type |= FC_FCA_MASK; in g_get_path_type()
1106 path_type |= search_arr_ptr->type; in g_get_path_type()
1113 path_type) || in g_get_path_type()
1114 ((path_type & (FC_FCA_MASK | FC4_XPORT_MASK)) == in g_get_path_type()
1115 path_type)) { in g_get_path_type()
1116 path_type = 0; in g_get_path_type()
[all …]
H A Dmap.c2161 uint_t path_type; in g_dev_map_init() local
2256 if ((path_type == 0) || !(path_type & XPORT_MASK)) { in g_dev_map_init()
2274 if (path_type & FC_FCA_MASK) { in g_dev_map_init()
4570 uint_t path_type; in g_get_nexus_path() local
4623 if (path_type & FC4_SF_XPORT) { in g_get_nexus_path()
4904 int path_type, fd; in g_set_port_state() local
4916 if (path_type & FC4_SOCAL_FCA) { in g_set_port_state()
4940 if (path_type & FC4_SOCAL_FCA) { in g_set_port_state()
5003 int path_type, fd; in g_loopback_mode() local
5024 if (path_type & FC4_SOCAL_FCA) { in g_loopback_mode()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c744 switch (path->path_type) { in audiohd_init_path()
1225 path->path_type != RECORD) in audiohd_set_input_pin()
1386 if (!path || path->path_type != BEEP) in audiohd_set_beep_volume()
1954 if (path->path_type == BEEP) { in audiohd_create_controls()
3273 path->path_type = PLAY; in audiohd_do_build_output_path()
3776 path->path_type = RECORD; in audiohd_build_input_path()
4211 path->path_type != PLAY) in audiohd_build_monitor_path()
4582 path->path_type = BEEP; in audiohd_build_beep_path()
4608 path->path_type = BEEP; in audiohd_build_beep_path()
4904 path->path_type = LOOPBACK; in audiohd_build_loopback_path()
[all …]
H A Daudiohd.h651 path_type_t path_type; member
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c2514 uint_t path_type; in adm_display_err() local
2571 path_type = g_get_path_type(drvr_path); in adm_display_err()
2596 if (path_type & FC4_PCI_FCA) { in adm_display_err()
2726 } else if (path_type & FC4_SF_XPORT) { in adm_display_err()
2770 } else if ((path_type & FC_FCA_MASK) == FC_PCI_FCA) { in adm_display_err()
6397 uint_t path_type; in get_host_controller_pwwn() local
6404 if ((path_type = g_get_path_type(hba_path)) == 0) { in get_host_controller_pwwn()
6412 if (path_type & FC4_XPORT_MASK) { in get_host_controller_pwwn()
6419 } else if ((path_type & FC_GEN_XPORT) && in get_host_controller_pwwn()
6420 ((path_type & FC_FCA_MASK) == FC_FCA_MASK)) { in get_host_controller_pwwn()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c936 dfs_path_parse(dfs_path_t *path, const char *dfs_path, uint32_t path_type) in dfs_path_parse() argument
962 if (path_type == DFS_OBJECT_ANY) in dfs_path_parse()
966 path->p_type = path_type; in dfs_path_parse()