/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | order.c | 271 place_unordered(Ofl_desc *ofl, Is_desc *isp, Place_path_info *path_info) in place_unordered() argument 275 return ((uintptr_t)ld_place_section(ofl, isp, path_info, in place_unordered() 292 ld_process_ordered(Ofl_desc *ofl, Ifl_desc *ifl, Place_path_info *path_info, in ld_process_ordered() argument 318 return (place_unordered(ofl, isp, path_info)); in ld_process_ordered() 328 return (place_unordered(ofl, isp, path_info)); in ld_process_ordered() 336 osp = ld_place_section(ofl, isp, path_info, isp->is_keyident, in ld_process_ordered()
|
H A D | place.c | 515 eval_ec_files(Place_path_info *path_info, Ent_desc *enp) in eval_ec_files() argument 531 cmp_str = path_info->ppi_oname; in eval_ec_files() 532 cmp_len = path_info->ppi_oname_len; in eval_ec_files() 534 int ar_stat_diff = path_info->ppi_isar != in eval_ec_files() 542 if (ar_stat_diff && !path_info->ppi_isar) in eval_ec_files() 546 cmp_str = path_info->ppi_path; in eval_ec_files() 547 cmp_len = path_info->ppi_path_len; in eval_ec_files() 549 cmp_str = path_info->ppi_bname; in eval_ec_files() 550 cmp_len = path_info->ppi_bname_len; in eval_ec_files() 560 if (ar_stat_diff && path_info->ppi_isar) in eval_ec_files() [all …]
|
H A D | _libld.h | 937 Place_path_info *path_info, int, const char *); 948 Place_path_info *path_info, Word);
|
H A D | files.c | 2543 Place_path_info path_info_buf, *path_info; in process_elf() local 2550 path_info = ld_place_path_info_init(ofl, ifl, &path_info_buf); in process_elf() 2847 if (ld_place_section(ofl, isp, path_info, in process_elf() 2878 if (ld_process_ordered(ofl, ifl, path_info, ndx) == in process_elf()
|
/titanic_41/usr/src/lib/storage/liba5k/common/ |
H A D | diag.c | 431 if (pathlist.path_info[i].path_state < in l_dev_bypass_enable() 433 if (strstr(pathlist.path_info[i]. in l_dev_bypass_enable() 439 if (pathlist.path_info[i].path_state == in l_dev_bypass_enable() 443 if (pathlist.path_info[i].path_state == in l_dev_bypass_enable() 449 if (strstr(pathlist.path_info[p_pw].path_addr, in l_dev_bypass_enable() 453 pathlist.path_info[p_pw].path_hba); in l_dev_bypass_enable() 454 } else if (pathlist.path_info[p_on].path_state == in l_dev_bypass_enable() 458 pathlist.path_info[p_on].path_hba); in l_dev_bypass_enable() 462 pathlist.path_info[p_st].path_hba); in l_dev_bypass_enable() 464 free(pathlist.path_info); in l_dev_bypass_enable()
|
H A D | mon.c | 2538 if (pathlist.path_info[i].path_state != in l_get_disk_status() 2540 pathlist.path_info[i].path_state != in l_get_disk_status() 2544 (void) strncpy(pwwn, pathlist.path_info[i].path_addr, in l_get_disk_status() 2584 free(pathlist.path_info); in l_get_disk_status() 3198 (void) strncpy(pwwn0, pathlist.path_info[0]. in l_get_pid_from_path() 3201 free(pathlist.path_info); in l_get_pid_from_path() 5081 if (pathlist.path_info[i].path_state < MAXPATHSTATE) { in get_mp_dev_map() 5086 if ((pathlist.path_info[i].path_state == in get_mp_dev_map() 5088 (pathlist.path_info[i].path_state == in get_mp_dev_map() 5093 free(pathlist.path_info); in get_mp_dev_map() [all …]
|
/titanic_41/usr/src/lib/storage/libg_fc/common/ |
H A D | mpath.c | 422 pathlist_p->path_info = calloc(num_paths_to_copy, in g_get_pathlist() 427 if (pathlist_p->path_info == NULL) { in g_get_pathlist() 437 pathlist_p->path_info[i].path_state = in g_get_pathlist() 439 (void) strncpy(pathlist_p->path_info[i].path_hba, DEV_PREFIX, in g_get_pathlist() 441 (void) strcat(pathlist_p->path_info[i].path_hba, in g_get_pathlist() 443 (void) strcpy(pathlist_p->path_info[i].path_dev, in g_get_pathlist() 457 (void) strcpy(pathlist_p->path_info[i].path_addr, temp_addr); in g_get_pathlist() 463 (void) strcpy(pathlist_p->path_info[i].path_class, in g_get_pathlist() 469 (void) strcpy(pathlist_p->path_info[i].path_class, in g_get_pathlist() 472 (void) strcpy(pathlist_p->path_info[i]. in g_get_pathlist()
|
H A D | map.c | 270 S_FREE(pathlist.path_info); in insert_missing_pwwn() 285 if (pathlist.path_info[i].path_state == in insert_missing_pwwn() 287 pathlist.path_info[i].path_state == in insert_missing_pwwn() 289 (void) strncpy(pwwn1, pathlist.path_info[i].path_addr, in insert_missing_pwwn() 327 S_FREE(pathlist.path_info); in insert_missing_pwwn() 334 S_FREE(pathlist.path_info); in insert_missing_pwwn() 341 S_FREE(pathlist.path_info); in insert_missing_pwwn() 378 S_FREE(pathlist.path_info); in insert_missing_pwwn() 404 if (pathlist.path_info[i].path_state == in get_scsi_vhci_port_wwn() 406 (void) strncpy(pwwn1, pathlist.path_info[i].path_addr, in get_scsi_vhci_port_wwn() [all …]
|
H A D | genf.c | 1053 if (pathlist.path_info[i].path_state < MAXPATHSTATE) { in g_get_path_type() 1054 if (pathlist.path_info[i].path_state == in g_get_path_type() 1058 } else if (pathlist.path_info[i].path_state == in g_get_path_type() 1064 if (pathlist.path_info[p_on].path_state == in g_get_path_type() 1068 pathlist.path_info[p_on].path_hba); in g_get_path_type() 1072 pathlist.path_info[p_st].path_hba); in g_get_path_type() 1074 free(pathlist.path_info); in g_get_path_type()
|
H A D | hot.c | 250 pinfop = &pathlist.path_info[i]; in g_force_lip() 263 free(pathlist.path_info); in g_force_lip()
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | dlopen.c | 503 _sasl_path_info_t *path_info, *p_info; in _sasl_load_plugins() local 614 path_info = server ? gctx->splug_path_info : gctx->cplug_path_info; in _sasl_load_plugins() 615 while (path_info != NULL) { in _sasl_load_plugins() 616 if (strcmp(path_info->path, prefix) == 0) in _sasl_load_plugins() 618 path_info = path_info->next; in _sasl_load_plugins() 623 if ( path_info == NULL) { in _sasl_load_plugins() 642 if (b.st_mtime <= path_info->last_changed) { in _sasl_load_plugins()
|
H A D | client.c | 115 _sasl_path_info_t *path_info, *p; local 172 while((path_info = p) != NULL) { 173 sasl_FREE(path_info->path); 174 p = path_info->next; 175 sasl_FREE(path_info);
|
H A D | server.c | 534 _sasl_path_info_t *path_info, *p; local 606 while((path_info = p) != NULL) { 607 sasl_FREE(path_info->path); 608 p = path_info->next; 609 sasl_FREE(path_info);
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | hotplug.c | 616 if (pathlist.path_info[i].path_state < in hotplug() 618 if (strstr(pathlist.path_info[i]. in hotplug() 624 if (pathlist.path_info[i].path_state == in hotplug() 628 if (pathlist.path_info[i].path_state == in hotplug() 634 if (strstr(pathlist.path_info[p_pw].path_addr, in hotplug() 638 pathlist.path_info[p_pw].path_hba); in hotplug() 639 } else if (pathlist.path_info[p_on].path_state == in hotplug() 643 pathlist.path_info[p_on].path_hba); in hotplug() 647 pathlist.path_info[p_st].path_hba); in hotplug() 649 free(pathlist.path_info); in hotplug() [all …]
|
H A D | g_adm.c | 2534 if (pathlist.path_info[i].path_state < MAXPATHSTATE) { in adm_display_err() 2535 if (pathlist.path_info[i].path_state == in adm_display_err() 2539 } else if (pathlist.path_info[i].path_state == in adm_display_err() 2545 if (pathlist.path_info[p_on].path_state == in adm_display_err() 2549 pathlist.path_info[p_on].path_hba); in adm_display_err() 2553 pathlist.path_info[p_st].path_hba); in adm_display_err() 2555 free(pathlist.path_info); in adm_display_err() 2957 if (pathlist.path_info[i].path_state < in dump_map() 2959 if (strstr(pathlist.path_info[i]. in dump_map() 2965 if (pathlist.path_info[i].path_state == in dump_map() [all …]
|
/titanic_41/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | gfc.h | 371 mp_pathinfo_t *path_info; member
|
/titanic_41/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 2073 ibt_path_info_t path_info; in daplka_ep_connect() local 2157 bzero(&path_info, sizeof (ibt_path_info_t)); in daplka_ep_connect() 2182 pathflags, &path_attr, 1, &path_info, &num_paths); in daplka_ep_connect() 2192 path_info.pi_sid = args.epc_sid; in daplka_ep_connect() 2196 chan_args.oc_path = &path_info; in daplka_ep_connect() 8111 ibt_alt_path_info_t path_info; in daplka_ep_altpath() local 8117 bzero(&path_info, sizeof (ibt_alt_path_info_t)); in daplka_ep_altpath() 8124 &path_attr, &path_info); in daplka_ep_altpath() 8134 &path_info, NULL, 0, &ap_rets); in daplka_ep_altpath()
|
/titanic_41/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 1769 ibt_path_info_t path_info; in ibd_async_acache() local 1864 bzero(&path_info, sizeof (path_info)); in ibd_async_acache() 1873 &path_info, NULL) != IBT_SUCCESS) { in ibd_async_acache() 1879 &path_info.pi_prim_cep_path.cep_adds_vect) != IBT_SUCCESS) { in ibd_async_acache() 1900 ibd_rc_try_connect(state, ce, &path_info); in ibd_async_acache()
|