/titanic_52/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 306 " %d+ maps. (Frame is incomplete)", in show_pmaplist() 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; sum_rpcblist() local 641 int maps = 0; show_rpcblist() local 674 int maps = 0; sum_rpcb_entry_list() local 703 int maps = 0; show_rpcb_entry_list() local [all...] |
H A D | snoop_nis.c | 121 "Return list of supported maps", /* 11 */ 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 646 " %d+ maps. (Frame is incomplete)", in detail_ypmaplist() 647 maps); in detail_ypmaplist() [all...] |
/titanic_52/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_52/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 [all...] |
H A D | ex_tty.h | 144 struct maps { struct 146 unsigned char *mapto; /* .. maps to this string */ argument 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_52/usr/src/contrib/ast/src/lib/libast/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 | 28 * dynamic single byte character code maps 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_52/usr/src/contrib/ast/src/lib/libsum/ |
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].map); in sumusage()
|
/titanic_52/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_52/usr/src/cmd/sgs/rtld/common/ |
H A D | a.out.c | 237 * recorded in the link maps. If we are presently in aout_needed() 463 * link maps. in aout_lookup_sym() 677 * individual link-maps we don't need to supply a starting link-map to the 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() [all...] |
/titanic_52/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_52/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" ] 375 echo "Can't enumerate maps from $master. Please check that it is running." 446 for map in $maps
|
/titanic_52/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_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | MAPLIB.mk | 8 * but does not compile/link with no libraries maps 10 * otherwise -lL is not required and maps to "no library required"
|
/titanic_52/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_52/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, domainnam in getfullmapname() [all...] |
/titanic_52/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 162 static mapdata_t *maps; variable 265 "\t\t(report process address maps)\n"); in main() 269 "\t\t(report process address maps lgroups mappings)\n"); in main() 282 "\t-r: show reserved address maps\n"); in main() 674 maps[map_count - 1].md_last = B_TRUE; in xmapping_iter() 1179 newmaps = realloc(maps, next * sizeof (mapdata_t)); in nextmap() 1181 (void) perr("failed to allocate maps"); in nextmap() 1188 maps = newmaps; in nextmap() 1191 return (&maps[map_count++]); in nextmap() 1246 if ((ret = func(data, &maps[ in iter_map() [all...] |
/titanic_52/usr/src/lib/fm/topo/ |
H A D | Makefile | 27 SUBDIRS = libtopo modules maps
|
/titanic_52/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | ccode | 15 #define CC_MAPS 8 /* number of code maps */
|
/titanic_52/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | ccode | 15 #define CC_MAPS 8 /* number of code maps */
|
/titanic_52/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | ccode | 15 #define CC_MAPS 8 /* number of code maps */
|
/titanic_52/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | ccode | 15 #define CC_MAPS 8 /* number of code maps */
|