Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/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()
1112 if (((path_type & (FC4_FCA_MASK | FC_XPORT_MASK)) == 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()
[all …]
H A Dmap.c2160 uint_t path_type; in g_dev_map_init() local
2254 path_type = g_get_path_type(drvr_path); in g_dev_map_init()
2255 if ((path_type == 0) || !(path_type & XPORT_MASK)) { in g_dev_map_init()
2273 if (path_type & FC_FCA_MASK) { in g_dev_map_init()
4568 uint_t path_type; in g_get_nexus_path() local
4619 path_type = g_get_path_type(drvr_path); in g_get_nexus_path()
4621 if (path_type & FC4_SF_XPORT) { in g_get_nexus_path()
4641 } else if (path_type & FC_GEN_XPORT) { in g_get_nexus_path()
4650 if ((path_type & FC_FCA_MASK) == FC_FCA_MASK) { in g_get_nexus_path()
4902 int path_type, fd; in g_set_port_state() local
[all …]
/titanic_50/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()
1357 if (path == NULL || path->path_type != PLAY) in audiohd_set_monitor_gain()
1386 if (!path || path->path_type != BEEP) in audiohd_set_beep_volume()
1656 if (path == NULL || path->path_type != LOOPBACK) in audiohd_set_loopback()
1954 if (path->path_type == BEEP) { in audiohd_create_controls()
3273 path->path_type = PLAY; in audiohd_do_build_output_path()
3348 if (path == NULL || path->path_type != PLAY || in audiohd_build_output_amp()
3518 if (!path || path->path_type != PLAY || path->codec != codec) in audiohd_finish_output_path()
3776 path->path_type = RECORD; in audiohd_build_input_path()
[all …]
H A Daudiohd.h651 path_type_t path_type; member
/titanic_50/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()
2573 if (path_type) { /* Quick sanity check for valid 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()
[all …]
/titanic_50/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()