/titanic_44/usr/src/lib/sun_sas/common/ |
H A D | devlink_disco.c | 88 convertDevpathToDevlink(PSMHBA_TARGETMAPPING mappings) in convertDevpathToDevlink() argument 102 for (j = 0; j < mappings->NumberOfEntries; j++) { in convertDevpathToDevlink() 103 if (strchr(mappings->entry[j].ScsiId.OSDeviceName, ':')) { in convertDevpathToDevlink() 105 minor_path = mappings->entry[j].ScsiId.OSDeviceName; in convertDevpathToDevlink() 107 minor_path = mappings->entry[j].ScsiId. in convertDevpathToDevlink() 113 if (strstr(mappings->entry[j].ScsiId.OSDeviceName, in convertDevpathToDevlink() 115 warg.len = strlen(mappings->entry[j].ScsiId. in convertDevpathToDevlink() 117 warg.path = mappings->entry[j]. in convertDevpathToDevlink() 120 warg.len = strlen(mappings->entry[j].ScsiId. in convertDevpathToDevlink() 122 warg.path = mappings->entry[j].ScsiId. in convertDevpathToDevlink() [all …]
|
H A D | sun_sas.h | 283 extern void convertDevpathToDevlink(PSMHBA_TARGETMAPPING mappings);
|
/titanic_44/usr/src/lib/sun_fc/common/ |
H A D | HBAPort.cc | 148 void HBAPort::convertToShortNames(PHBA_FCPTARGETMAPPINGV2 mappings) { in convertToShortNames() argument 160 for (int j = 0; j < mappings->NumberOfEntries; j++) { in convertToShortNames() 161 if (strchr(mappings->entry[j].ScsiId.OSDeviceName, ':')) { in convertToShortNames() 163 minor_path = mappings->entry[j].ScsiId.OSDeviceName; in convertToShortNames() 165 minor_path = mappings->entry[j].ScsiId.OSDeviceName + in convertToShortNames() 168 minor_path = mappings->entry[j].ScsiId.OSDeviceName; in convertToShortNames() 173 if (strstr(mappings->entry[j].ScsiId.OSDeviceName, in convertToShortNames() 175 warg.len = strlen (mappings->entry[j].ScsiId.OSDeviceName) - in convertToShortNames() 177 warg.path = mappings->entry[j].ScsiId.OSDeviceName + in convertToShortNames() 180 warg.len = strlen(mappings->entry[j].ScsiId.OSDeviceName); in convertToShortNames() [all …]
|
H A D | FCHBAPort.cc | 712 fc_hba_target_mappings_t *mappings; in getTargetMappings() local 729 mappings = (fc_hba_target_mappings_t *)new uchar_t[ in getTargetMappings() 733 if (mappings == NULL) { in getTargetMappings() 743 fioctl.list = (caddr_t)mappings; in getTargetMappings() 750 delete (mappings); in getTargetMappings() 768 i < mappings->numLuns; i++) { in getTargetMappings() 769 string raw = mappings->entries[i].targetDriver; in getTargetMappings() 806 mappings->entries[i].targetNumber; in getTargetMappings() 808 mappings->entries[i].osLUN; in getTargetMappings() 810 mappings->entries[i].d_id; in getTargetMappings() [all …]
|
H A D | HBAPort.h | 123 void convertToShortNames(PHBA_FCPTARGETMAPPINGV2 mappings);
|
/titanic_44/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 762 idmap_mappings_res *mappings; in idmap_iter_next_mapping() local 788 mappings = (idmap_mappings_res *)iter->retlist; in idmap_iter_next_mapping() 789 if (iter->retcode == IDMAP_NEXT && (mappings == NULL || in idmap_iter_next_mapping() 790 iter->next >= mappings->mappings.mappings_len)) { in idmap_iter_next_mapping() 800 (uchar_t **)&mappings, sizeof (*mappings), in idmap_iter_next_mapping() 806 if (IDMAP_ERROR(mappings->retcode)) { in idmap_iter_next_mapping() 807 retcode = mappings->retcode; in idmap_iter_next_mapping() 808 xdr_free(xdr_idmap_mappings_res, (caddr_t)mappings); in idmap_iter_next_mapping() 809 free(mappings); in idmap_iter_next_mapping() 813 iter->retcode = mappings->retcode; in idmap_iter_next_mapping() [all …]
|
/titanic_44/usr/src/cmd/idmap/idmapd/ |
H A D | server.c | 541 _VALIDATE_LIST_CB_DATA(19, &result->mappings.mappings_val, in list_mappings_cb() 544 result->mappings.mappings_len++; in list_mappings_cb() 548 result->mappings.mappings_val[cb_data->next].id1.idmap_id_u.sid.prefix = in list_mappings_cb() 550 result->mappings.mappings_val[cb_data->next].id1.idmap_id_u.sid.rid = in list_mappings_cb() 552 result->mappings.mappings_val[cb_data->next].id1.idtype = in list_mappings_cb() 555 result->mappings.mappings_val[cb_data->next].id2.idmap_id_u.uid = in list_mappings_cb() 557 result->mappings.mappings_val[cb_data->next].id2.idtype = in list_mappings_cb() 564 result->mappings.mappings_val[cb_data->next].direction = in list_mappings_cb() 567 result->mappings.mappings_val[cb_data->next].direction = in list_mappings_cb() 570 result->mappings.mappings_val[cb_data->next].direction = in list_mappings_cb() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/libproc/ |
H A D | libproc.c | 202 mp = &psp.mappings[mid]; in pr_addr2map() 206 mappings) + (mp - psp.mappings) * in pr_addr2map() 315 miw->miw_next = (uintptr_t)psp.mappings; in pr_map_info_walk_init()
|
/titanic_44/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_main.c | 539 static zjni_class_type_map_t mappings[] = { in Java_com_sun_zfs_common_model_SystemDataModel_getValidPropertyNames() local 544 int nmappings = sizeof (mappings) / sizeof (zjni_class_type_map_t); in Java_com_sun_zfs_common_model_SystemDataModel_getValidPropertyNames() 561 jclass typeClass = (*env)->FindClass(env, mappings[i].class); in Java_com_sun_zfs_common_model_SystemDataModel_getValidPropertyNames() 570 map_data.type = mappings[i].type; in Java_com_sun_zfs_common_model_SystemDataModel_getValidPropertyNames()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 201 mp = P->mappings; in file_info_new() 203 while (mp < P->mappings + P->map_count && i < fptr->file_nsaddrs) { in file_info_new() 476 mptr = P->mappings; in Pupdate_maps() 549 if (P->mappings != NULL) in Pupdate_maps() 550 free(P->mappings); in Pupdate_maps() 551 P->mappings = newmap; in Pupdate_maps() 1964 mp = &P->mappings[mid]; in Paddr2mptr() 1992 for (i = 0, mptr = P->mappings; i < P->map_count; i++, mptr++) { in exec_map() 2056 for (i = 0, mp = P->mappings; i < P->map_count; i++, mp++) { in object_to_map() 2083 for (i = 0, mp = P->mappings; i < P->map_count; i++, mp++) { in object_to_map() [all …]
|
H A D | Pcontrol.h | 215 map_info_t *mappings; /* cached process mappings */ member
|
H A D | Pcontrol.c | 3831 if ((P->mappings = realloc(P->mappings, in Padd_mapping() 3838 mp = &P->mappings[P->map_count++]; in Padd_mapping() 3877 qsort(P->mappings, P->map_count, sizeof (map_info_t), map_sort); in Psort_mappings() 3883 mp = &P->mappings[i]; in Psort_mappings()
|
H A D | Pcore.c | 1992 for (mp = fp->file_map + 1; mp < P->mappings + P->map_count && in core_iter_mapping() 2014 for (mp = fp->file_map; mp < P->mappings + P->map_count && in core_iter_mapping() 2710 P->mappings[0].map_pmap.pr_mapname); in Pfgrab_core()
|
/titanic_44/usr/src/cmd/ipf/examples/ |
H A D | ftp-proxy | 6 support null-NAT mappings, that is, using the proxy without changing
|
H A D | nat-setup | 34 only a few internal IP addresses) or N:1 mappings, where groups of internal
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | mach_proc_init.s | 102 ldx [%l1 + LPAD_NMAP], %l2 ! %l2 = number of mappings
|
/titanic_44/usr/src/uts/common/rpcsvc/ |
H A D | idmap_prot.x | 308 idmap_mapping mappings<>;
|
/titanic_44/usr/src/cmd/localedef/data/ |
H A D | 8859-8.TXT | 38 # 1.0 version updates 0.1 version by adding mappings for all 41 # the mapping of 0xAF and adding mappings for LRM and RLM.
|
H A D | 8859-7.TXT | 42 # 1.0 version updates 0.1 version by adding mappings for all 47 # 2.0 version updates 1.0 version by adding mappings for the
|
H A D | 8859-5.TXT | 38 # 1.0 version updates 0.1 version by adding mappings for all
|
H A D | 8859-1.TXT | 38 # 1.0 version updates 0.1 version by adding mappings for all
|
H A D | 8859-2.TXT | 38 # 1.0 version updates 0.1 version by adding mappings for all
|
/titanic_44/usr/src/cmd/cmd-inet/etc/ |
H A D | wanboot.conf.sample | 75 # may be used to add additional mappings to the hosts file.
|
/titanic_44/usr/src/uts/common/os/ |
H A D | priv_defs | 173 privileged graphics device mappings. 177 Allows a process to perform privileged mappings through a 354 queue sizes, event to class mappings, policy options). 538 Allows a process to modify pointer button and key mappings.
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/boston/frutree/ |
H A D | piclfrutree.info | 412 * add disk fru nodes for disks which are present (built-in 1068E mappings) 433 * Add disk fru nodes for disks which are present (1068x mappings with the 455 * Add disk fru nodes for disks which are present (1064x mappings with the
|