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

/opensolaris-onvv-gate/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);
/opensolaris-onvv-gate/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.cc712 fc_hba_target_mappings_t *mappings; local
729 mappings = (fc_hba_target_mappings_t *)new uchar_t[
733 if (mappings == NULL) {
743 fioctl.list = (caddr_t)mappings;
747 log.debug("Performing IOCTL to fetch mappings");
750 delete (mappings);
761 throw IOError("Unable to fetch target mappings");
768 i < mappings->numLuns; i++) {
769 string raw = mappings->entries[i].targetDriver;
806 mappings
[all...]
H A DHBAPort.h123 void convertToShortNames(PHBA_FCPTARGETMAPPINGV2 mappings);
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c725 * Create iterator to get SID to UID/GID mappings
745 * Iterate through the SID to UID/GID mappings
765 idmap_mappings_res *mappings; local
791 mappings = (idmap_mappings_res *)iter->retlist;
792 if (iter->retcode == IDMAP_NEXT && (mappings == NULL ||
793 iter->next >= mappings->mappings.mappings_len)) {
803 (uchar_t **)&mappings, sizeof (*mappings),
809 if (IDMAP_ERROR(mappings
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libproc/
H A Dlibproc.c202 mp = &psp.mappings[mid];
206 mappings) + (mp - psp.mappings) *
315 miw->miw_next = (uintptr_t)psp.mappings;
/opensolaris-onvv-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c541 _VALIDATE_LIST_CB_DATA(19, &result->mappings.mappings_val,
544 result->mappings.mappings_len++;
548 result->mappings.mappings_val[cb_data->next].id1.idmap_id_u.sid.prefix =
550 result->mappings.mappings_val[cb_data->next].id1.idmap_id_u.sid.rid =
552 result->mappings.mappings_val[cb_data->next].id1.idtype =
555 result->mappings.mappings_val[cb_data->next].id2.idmap_id_u.uid =
557 result->mappings.mappings_val[cb_data->next].id2.idtype =
564 result->mappings.mappings_val[cb_data->next].direction =
567 result->mappings.mappings_val[cb_data->next].direction =
570 result->mappings
[all...]
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c539 static zjni_class_type_map_t mappings[] = { local
544 int nmappings = sizeof (mappings) / sizeof (zjni_class_type_map_t);
561 jclass typeClass = (*env)->FindClass(env, mappings[i].class);
570 map_data.type = mappings[i].type;
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm66 this conflicts with mappings by the Unicode Consortium. See
/opensolaris-onvv-gate/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.h210 map_info_t *mappings; /* cached process mappings */ member in struct:ps_prochandle
211 size_t map_count; /* number of mappings */
212 size_t map_alloc; /* number of mappings allocated */
H A DPcontrol.c3652 * associated file_map pointer needs to be relocated after the mappings have
3665 if ((P->mappings = realloc(P->mappings,
3672 mp = &P->mappings[P->map_count++];
3702 * Sort the current set of mappings. Should be called during target
3711 qsort(P->mappings, P->map_count, sizeof (map_info_t), map_sort);
3717 mp = &P->mappings[i];
H A DPcore.c1365 * Librtld_db agent callback for iterating over load object mappings.
1395 * identify any other mappings that belong to this load object.
1451 * identify this load object's other mappings with what we've
1456 for (mp = fp->file_map + 1; mp < P->mappings + P->map_count &&
1477 /* Ensure that all this file's mappings are named. */
1478 for (mp = fp->file_map; mp < P->mappings + P->map_count &&
1718 * for proc_update_maps() to reload mappings at any later point.
1948 * Locate and label the mappings corresponding to the end of the
1964 * and the ability to read from mappings provided by the core file.
2093 P->mappings[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/
H A DREADME126 Attributes are kept as an array of name-value mappings (using the typedef
/opensolaris-onvv-gate/usr/src/uts/common/rpcsvc/
H A Didmap_prot.x289 /* Identity mappings (sid-posix) */
308 idmap_mapping mappings<>;
477 /* List all identity mappings */
/opensolaris-onvv-gate/usr/src/uts/sun4v/ml/
H A Dmach_proc_init.s102 ldx [%l1 + LPAD_NMAP], %l2 ! %l2 = number of mappings
106 * Sanity check the number of mappings.
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpriv_defs172 privileged graphics device mappings.
176 Allows a process to perform privileged mappings through a
349 queue sizes, event to class mappings, policy options).
533 Allows a process to modify pointer button and key mappings.
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1735 * Fetch the target mappings (path, etc.) for all LUNs
1744 fc_hba_target_mappings_t *mappings; local
1799 cmn_err(CE_NOTE, "target mappings: unknown instance number: %d",
1812 cmn_err(CE_NOTE, "target mappings: Insufficient buffer");
1817 if ((mappings = kmem_zalloc(mappingSize, KM_SLEEP)) == NULL) {
1820 mappings->version = FC_HBA_TARGET_MAPPINGS_VERSION;
1850 map = &mappings->entries[mapIndex++];
1905 mappings->numLuns = mapIndex;
1907 if (ddi_copyout(mappings, fioctl.list, mappingSize, mode)) {
1908 kmem_free(mappings, mappingSiz
[all...]
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4736 /* If the user specifies no argument, reset the key mappings. */
4846 " mappings."

Completed in 222 milliseconds