Searched defs: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; local
107 path_type = (uint32_t *)(LDMA_HDR2DATA(reply));
150 *path_type = LDMA_DEVPATH_TYPE_FILE;
155 *path_type = LDMA_DEVPATH_TYPE_DEVICE;
160 *path_type = 0;
196 path, reply->msg_info, *path_type);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devadm.c59 int path_type; member in struct:path_list
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c1029 uint_t path_type = 0; local
1086 path_type |= search_arr_ptr->type;
1095 return (path_type);
1102 (!(path_type & FC_FCA_MASK))) {
1103 path_type |= FC_FCA_MASK;
1106 path_type |= search_arr_ptr->type;
1112 if (((path_type & (FC4_FCA_MASK | FC_XPORT_MASK)) ==
1113 path_type) ||
1114 ((path_type & (FC_FCA_MASK | FC4_XPORT_MASK)) ==
1115 path_type)) {
[all...]
H A Dmap.c2160 uint_t path_type; local
2254 path_type = g_get_path_type(drvr_path);
2255 if ((path_type == 0) || !(path_type & XPORT_MASK)) {
2273 if (path_type & FC_FCA_MASK) {
4568 uint_t path_type; local
4619 path_type = g_get_path_type(drvr_path);
4621 if (path_type & FC4_SF_XPORT) {
4641 } else if (path_type & FC_GEN_XPORT) {
4650 if ((path_type
4902 int path_type, fd; local
5001 int path_type, fd; local
[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) argument
962 if (path_type == DFS_OBJECT_ANY)
966 path->p_type = path_type;
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c2514 uint_t path_type; local
2571 path_type = g_get_path_type(drvr_path);
2573 if (path_type) { /* Quick sanity check for valid path */
2596 if (path_type & FC4_PCI_FCA) {
2726 } else if (path_type & FC4_SF_XPORT) {
2770 } else if ((path_type & FC_FCA_MASK) == FC_PCI_FCA) {
6397 uint_t path_type; local
6404 if ((path_type = g_get_path_type(hba_path)) == 0) {
6412 if (path_type & FC4_XPORT_MASK) {
6419 } else if ((path_type
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.h651 path_type_t path_type; member in struct:audiohd_path

Completed in 99 milliseconds