Searched refs:mappings (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/lib/sun_sas/common/
H A Ddevlink_disco.c81 * mappings The target mappings data to convert to short names
88 convertDevpathToDevlink(PSMHBA_TARGETMAPPING mappings) argument
102 for (j = 0; j < mappings->NumberOfEntries; j++) {
103 if (strchr(mappings->entry[j].ScsiId.OSDeviceName, ':')) {
105 minor_path = mappings->entry[j].ScsiId.OSDeviceName;
107 minor_path = mappings->entry[j].ScsiId.
113 if (strstr(mappings->entry[j].ScsiId.OSDeviceName,
115 warg.len = strlen(mappings->entry[j].ScsiId.
117 warg.path = mappings
[all...]
H A Dsun_sas.h283 extern void convertDevpathToDevlink(PSMHBA_TARGETMAPPING mappings);
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAPort.cc140 * @param mappings The target mappings data to convert to
148 void HBAPort::convertToShortNames(PHBA_FCPTARGETMAPPINGV2 mappings) { argument
160 for (int j = 0; j < mappings->NumberOfEntries; j++) {
161 if (strchr(mappings->entry[j].ScsiId.OSDeviceName, ':')) {
163 minor_path = mappings->entry[j].ScsiId.OSDeviceName;
165 minor_path = mappings->entry[j].ScsiId.OSDeviceName +
168 minor_path = mappings->entry[j].ScsiId.OSDeviceName;
173 if (strstr(mappings->entry[j].ScsiId.OSDeviceName,
175 warg.len = strlen (mappings
[all...]
H A DFCHBAPort.cc709 fc_hba_target_mappings_t *mappings; local
726 mappings = (fc_hba_target_mappings_t *)new uchar_t[
730 if (mappings == NULL) {
740 fioctl.list = (caddr_t)mappings;
744 log.debug("Performing IOCTL to fetch mappings");
747 delete (mappings);
758 throw IOError("Unable to fetch target mappings");
765 i < mappings->numLuns; i++) {
766 string raw = mappings->entries[i].targetDriver;
803 mappings
[all...]
H A DHBAPort.h123 void convertToShortNames(PHBA_FCPTARGETMAPPINGV2 mappings);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm47 MacJapanese Shift JIS + Apple vendor mappings
49 = Shift JIS + MS/IBM vendor mappings
87 though this conflicts with mappings by the Unicode Consortium. See
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c728 * Create iterator to get SID to UID/GID mappings
748 * Iterate through the SID to UID/GID mappings
768 idmap_mappings_res *mappings; local
794 mappings = (idmap_mappings_res *)iter->retlist;
795 if (iter->retcode == IDMAP_NEXT && (mappings == NULL ||
796 iter->next >= mappings->mappings.mappings_len)) {
806 (uchar_t **)&mappings, sizeof (*mappings),
812 if (IDMAP_ERROR(mappings
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DTW.pm42 = Big5 + Microsoft vendor mappings
68 though this conflicts with mappings by the Unicode Consortium. See
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm62 though this conflicts with mappings by the Unicode Consortium. See
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c536 static zjni_class_type_map_t mappings[] = { local
541 int nmappings = sizeof (mappings) / sizeof (zjni_class_type_map_t);
558 jclass typeClass = (*env)->FindClass(env, mappings[i].class);
567 map_data.type = mappings[i].type;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm548 C common case folding, common mappings shared
549 by both simple and full mappings
550 F full case folding, mappings that cause strings
553 S simple case folding, mappings to single characters
566 For more information about case mappings see
610 mappings as returned by charinfo() never do).
647 For more information about case mappings see
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm66 this conflicts with mappings by the Unicode Consortium. See
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c189 * To figure out which map_info_t instances correspond to the mappings
193 * instances in lock step to correctly find the mappings that
200 mp = P->mappings;
202 while (mp < P->mappings + P->map_count && i < fptr->file_nsaddrs) {
317 * libraries. We use this to get the load object names for the mappings.
437 * Go through all the address space mappings, validating or updating
440 * This function is only called when we suspect that the mappings have changed
484 * mappings, to avoid having to rebuild the file info.
486 mptr = P->mappings;
494 * We've exhausted all the old mappings
[all...]
H A DPcontrol.h213 map_info_t *mappings; /* cached process mappings */ member in struct:ps_prochandle
214 size_t map_count; /* number of mappings */
215 size_t map_alloc; /* number of mappings allocated */
H A DPcontrol.c3658 * associated file_map pointer needs to be relocated after the mappings have
3671 if ((P->mappings = realloc(P->mappings,
3678 mp = &P->mappings[P->map_count++];
3708 * Sort the current set of mappings. Should be called during target
3717 qsort(P->mappings, P->map_count, sizeof (map_info_t), map_sort);
3723 mp = &P->mappings[i];
H A DPcore.c1390 * Librtld_db agent callback for iterating over load object mappings.
1420 * identify any other mappings that belong to this load object.
1476 * identify this load object's other mappings with what we've
1481 for (mp = fp->file_map + 1; mp < P->mappings + P->map_count &&
1502 /* Ensure that all this file's mappings are named. */
1503 for (mp = fp->file_map; mp < P->mappings + P->map_count &&
1743 * for proc_update_maps() to reload mappings at any later point.
1973 * Locate and label the mappings corresponding to the end of the
1989 * and the ability to read from mappings provided by the core file.
2118 P->mappings[
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4869 /* If the user specifies no argument, reset the key mappings. */
4979 " mappings."

Completed in 2922 milliseconds