Searched defs:mappings (Results 1 - 6 of 6) sorted by relevance

/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...]
/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...]
/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/lib/libproc/common/
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 */
/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...]

Completed in 43 milliseconds