/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pmap.c | 278 int maps = 0; in sum_pmaplist() local 282 (void) sprintf(buff, "%d+ map(s) found", maps); in sum_pmaplist() 291 maps++; in sum_pmaplist() 294 (void) sprintf(buff, "%d map(s) found", maps); in sum_pmaplist() 302 int maps = 0; in show_pmaplist() local 307 maps); in show_pmaplist() 321 maps++; in show_pmaplist() 324 (void) sprintf(get_line(0, 0), " %d maps", maps); in show_pmaplist() 614 int maps = 0; in sum_rpcblist() local 618 (void) sprintf(buff, "%d+ map(s) found", maps); in sum_rpcblist() [all …]
|
H A D | snoop_nis.c | 623 int maps = 0; in sum_ypmaplist() local 626 (void) sprintf(buff, "%d+ maps", maps); in sum_ypmaplist() 632 maps++; in sum_ypmaplist() 635 (void) sprintf(buff, "%d maps", maps); in sum_ypmaplist() 642 int maps = 0; in detail_ypmaplist() local 647 maps); in detail_ypmaplist() 655 maps++; in detail_ypmaplist() 658 (void) sprintf(get_line(0, 0), "%d maps", maps); in detail_ypmaplist()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/tests/ |
H A D | loadmaps | 24 echo "Display maps before any link-maps are available." 26 maps 30 echo "Now that link-maps are available display both memory maps and " 31 echo "link-maps" 33 maps
|
H A D | object_padding_maps | 30 echo "Now display both mapping and link-maps to show results of" 33 maps
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_vget.c | 509 map(c, maps, commch) in map() argument 511 struct maps *maps; 547 for (d=0; d < MAXNOMACS && maps[d].mapto; d++) { 550 fprintf(trace,"\ntry '%s', ",maps[d].cap); 552 if (p = maps[d].cap) { 586 macpush(&b[1],maps == arrows); 599 macpush(maps[d].mapto,maps == arrows); 614 if ((maps == immacs) 615 && strcmp(maps[d].descr, maps[d].cap)) { 618 if (!strcmp(maps[d].descr, "home")) [all …]
|
H A D | ex_tty.h | 144 struct maps { struct 149 void kpadd(struct maps *, unsigned char *, unsigned char *, unsigned char *); argument 150 var struct maps arrows[MAXNOMACS]; /* macro defs - 1st 5 built in */ 151 var struct maps immacs[MAXNOMACS]; /* for while in insert mode */ 152 var struct maps abbrevs[MAXNOMACS]; /* for word abbreviations */
|
H A D | ex_tty.c | 271 struct maps *map1, *map2; 297 kpadd(struct maps *mapstr, unsigned char *key, unsigned char *mapto, in kpadd()
|
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | ccmapid.c | 35 static const Ccmap_t maps[] = variable 128 return !mp ? (Ccmap_t*)maps : (++mp)->name ? mp : (Ccmap_t*)0; in ccmaplist() 146 for (mp = maps; mp->name; mp++) in ccmapid() 169 for (mp = maps; mp->name; mp++) in ccmapname()
|
H A D | ccmap.c | 620 static Map_t* maps; variable 662 for (map = maps; map; map = map->next) in _ccmap() 675 map->next = maps; in _ccmap() 676 maps = map; in _ccmap()
|
/titanic_50/usr/src/lib/libsum/common/ |
H A D | sumlib.c | 204 static const Map_t maps[] = variable 280 for (n = 0; n < elementsof(maps); n++) in sumopen() 281 if (match(name, maps[n].match)) in sumopen() 283 name = maps[n].map; in sumopen() 373 for (i = 0; i < elementsof(maps); i++) in sumusage() 374 …n += sfprintf(sp, "[+%s?%s Shorthand for \b%s\b.]", maps[i].match, maps[i].description, maps[i].ma… in sumusage()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_mapping.c | 831 ns_ldap_attribute_map_t ***maps, in __ns_ldap_getAttributeMaps() argument 834 *maps = NULL; in __ns_ldap_getAttributeMaps() 839 __ns_ldap_freeAttributeMaps(ns_ldap_attribute_map_t ***maps) in __ns_ldap_freeAttributeMaps() argument 845 if (*maps == NULL) in __ns_ldap_freeAttributeMaps() 847 for (dptr = *maps; (ptr = *dptr) != NULL; dptr++) { in __ns_ldap_freeAttributeMaps() 860 free(*maps); in __ns_ldap_freeAttributeMaps() 861 *maps = NULL; in __ns_ldap_freeAttributeMaps() 914 ns_ldap_objectclass_map_t ***maps, in __ns_ldap_getObjectClassMaps() argument 917 *maps = NULL; in __ns_ldap_getObjectClassMaps() 922 __ns_ldap_freeObjectClassMaps(ns_ldap_objectclass_map_t ***maps) in __ns_ldap_freeObjectClassMaps() argument [all …]
|
H A D | ns_sldap.h | 880 ns_ldap_attribute_map_t ***maps, 884 ns_ldap_attribute_map_t ***maps); 896 ns_ldap_objectclass_map_t ***maps, 900 ns_ldap_objectclass_map_t ***maps);
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | a.out.c | 727 prmap_t *maps; in aout_get_mmap() local 746 if ((maps = malloc((num + 1) * sizeof (prmap_t))) == NULL) in aout_get_mmap() 749 if (ioctl(fd, PIOCMAP, (void *)maps) == -1) { in aout_get_mmap() 752 free(maps); in aout_get_mmap() 756 mpp->mr_addr = maps->pr_vaddr; in aout_get_mmap() 757 mpp->mr_fsize = mpp->mr_msize = maps->pr_size; in aout_get_mmap() 760 mpp++, maps++; in aout_get_mmap() 762 mpp->mr_addr = maps->pr_vaddr; in aout_get_mmap() 763 mpp->mr_fsize = mpp->mr_msize = maps->pr_size; in aout_get_mmap() 766 maps--; in aout_get_mmap() [all …]
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-fault-management.mf | 80 # - we don't deliver any topo maps to non-global zones, but we 99 dir path=usr/lib/fm/topo/maps variant.opensolaris.zone=__NODEFAULT 113 $(sparc_ONLY)dir path=usr/platform/SUNW,Netra-CP3060/lib/fm/topo/maps 120 $(sparc_ONLY)dir path=usr/platform/SUNW,Netra-CP3260/lib/fm/topo/maps 127 $(sparc_ONLY)dir path=usr/platform/SUNW,Netra-T5220/lib/fm/topo/maps 134 $(sparc_ONLY)dir path=usr/platform/SUNW,Netra-T5440/lib/fm/topo/maps 144 path=usr/platform/SUNW,SPARC-Enterprise-T5120/lib/fm/topo/maps 150 $(sparc_ONLY)dir path=usr/platform/SUNW,SPARC-Enterprise/lib/fm/topo/maps 158 $(sparc_ONLY)dir path=usr/platform/SUNW,Sun-Blade-T6300/lib/fm/topo/maps 165 $(sparc_ONLY)dir path=usr/platform/SUNW,Sun-Blade-T6320/lib/fm/topo/maps [all …]
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | ypinit.sh | 36 maps="publickey publickey.byname" 372 maps=`ypwhich -m | egrep $master$| awk '{ printf("%s ",$1) }' -` 373 if [ -z "$maps" ] 446 for map in $maps
|
/titanic_50/usr/src/cmd/sgs/libcrle/common/ |
H A D | dump.c | 207 prmap_t *maps, *_maps; in filladdr() local 265 if ((maps = alloca(size)) == 0) { in filladdr() 272 if (read(fd, (void *)maps, size) < 0) { in filladdr() 301 for (_num = 0, _maps = maps; _num < num; _num++, _maps++) { in filladdr()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/ |
H A D | Makefile.com | 34 utils.c maps.c syms.c callstack.c disasm.c 77 TESTS= test-maps test-breaks test-steps test-plt_skip \
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_yp_util.c | 1165 char *maps = *mapname; in getfullmapname() local 1166 int maplen = strlen(maps); in getfullmapname() 1170 maps[maplen - 1] == PERIOD_CHAR) in getfullmapname() 1172 else if (strchr(maps, COMMA_CHAR)) { in getfullmapname() 1176 append_comma(&maps); in getfullmapname() 1177 maplen = strlen(maps); in getfullmapname() 1178 maps = realloc(maps, (maplen + domainlen + 1)); in getfullmapname() 1179 if (maps != NULL) { in getfullmapname() 1180 if (strlcat(maps, domainname, (maplen + domainlen + 1)) in getfullmapname() 1183 *mapname = maps; in getfullmapname()
|
/titanic_50/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 162 static mapdata_t *maps; variable 674 maps[map_count - 1].md_last = B_TRUE; in xmapping_iter() 1179 newmaps = realloc(maps, next * sizeof (mapdata_t)); in nextmap() 1188 maps = newmaps; in nextmap() 1191 return (&maps[map_count++]); in nextmap() 1246 if ((ret = func(data, &maps[i].md_map, in iter_map() 1247 maps[i].md_objname)) != 0) in iter_map() 1263 if ((ret = func(data, &maps[i].md_xmap, maps[i].md_objname, in iter_xmap() 1264 maps[i].md_last, maps[i].md_doswap)) != 0) in iter_xmap()
|
/titanic_50/usr/src/lib/fm/topo/ |
H A D | Makefile | 27 SUBDIRS = libtopo modules maps
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | ccode | 15 #define CC_MAPS 8 /* number of code maps */
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | ccode | 15 #define CC_MAPS 8 /* number of code maps */
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | ccode | 15 #define CC_MAPS 8 /* number of code maps */
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | ccode | 15 #define CC_MAPS 8 /* number of code maps */
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | lex.l | 59 ^{ws}*maps {return (MAPS);}
|