| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/ |
| socket.c | 42 static int map[]={0,2,1,4,5,6}; local 43 if ((a = _socket_bsd(family, map[type], protocol)) == -1) {
|
| socketpair.c | 43 static int map[] = {0, 2, 1, 4, 5, 6}; local 44 if ((ret = _socketpair_bsd(family, map[type], protocol,
|
| /onnv/onnv-gate/usr/src/cmd/geniconvtbl/ |
| itm_comp.y | 82 %type <tbl_hdr> map 128 %token MAP 201 | map 203 TRACE_MESSAGE('y', ("def_element: map\n")); 295 | map 297 TRACE_MESSAGE('y', ("action: map\n")); 477 map : MAP name CBO map_list CBC label 479 TRACE_MESSAGE('y', ("map: map name {map_list}\n")) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/download/ |
| download.h | 45 typedef struct map { struct 51 } Map;
|
| /onnv/onnv-gate/usr/src/lib/libpp/i386/ |
| ppdebug.h | 4 struct map struct 9 static struct map pplexmap[] = 107 static struct map ppstatemap[] = 142 static struct map ppmodemap[] = 165 static struct map ppoptionmap[] = 198 static struct map ppinmap[] =
|
| /onnv/onnv-gate/usr/src/lib/libpp/sparc/ |
| ppdebug.h | 4 struct map struct 9 static struct map pplexmap[] = 107 static struct map ppstatemap[] = 142 static struct map ppmodemap[] = 165 static struct map ppoptionmap[] = 198 static struct map ppinmap[] =
|
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| fnmatch.c | 39 static const Map_t map[] = variable 60 for (mp = map; mp < &map[elementsof(map)]; mp++)
|
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| pmButton.java | 55 // map root panes to their true default buttons 56 static Hashtable map = new Hashtable(); field in class:pmButton 59 return map; 154 makeDefaultButton((JButton) map.get(getRootPane())); 178 map.remove(r); 180 map.put(r, b); // creates a new entry if needed 188 map.remove(r); 193 map.remove(r); 197 map.remove(r);
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| RangeMap.cxx | 22 Boolean RangeMap<From, To>::map(From from, To &to, From &alsoMax) const function in class:SP_NAMESPACE::RangeMap 82 RangeMapIter<From, To>::RangeMapIter(const RangeMap<From, To> &map) 83 : count_(map.ranges_.size()), ptr_(map.ranges_.begin())
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| Partition.h | 32 const XcharMap<EquivCode> &map() const; 66 const XcharMap<EquivCode> &Partition::map() const function in class:SP_NAMESPACE::Partition
|
| TranslateCodingSystem.cxx | 26 const ConstPtr<CharMapResource<Char> > &map) 27 : Decoder(decoder->minBytesPerChar()), decoder_(decoder), map_(map) 50 TranslateEncoder(Encoder *, const ConstPtr<CharMapResource<Char> > &map, 64 const ConstPtr<CharMapResource<Char> > &map, 66 : encoder_(encoder), map_(map), illegalChar_(illegalChar) 139 CharMapResource<Char> *map = new CharMapResource<Char>(replacementChar_); local 140 *(ConstPtr<CharMapResource<Char> > *)&decodeMap_ = map; 157 map->setChar(min + d->add + i, sysChar + i); 172 CharMapResource<Char> *map = new CharMapResource<Char>(illegalChar_); local 173 *(ConstPtr<CharMapResource<Char> > *)&encodeMap_ = map; [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/ |
| resolv_common.h | 53 char *map; member in struct:ypfwdreq_key4 61 char *map; member in struct:ypfwdreq_key6
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| ypserv_ancil.c | 72 struct ypmaplist *map; local 96 * implementing a map, remove the extension (dbm_pag or dbm_dir) 135 * At this point, path holds the map file base name (no dbm 136 * file extension), and mapname holds the map name. 141 if ((map = (struct ypmaplist *)malloc( 147 map->ypml_next = *list; 148 *list = map; 161 (void) strcpy(map->ypml_name, map_key); 171 (void) strncpy(map->ypml_name, 174 map->ypml_name[YPMAXMAP] = '\0' [all...] |
| ypmatch.c | 38 * This is a user command which looks up the value of a key in a map 73 static char *map = NULL; variable 82 mname may be either a mapname or a nickname for a map\n\ 83 -t inhibits map nickname translation\n\ 85 -x dumps the map nickname translation table.\n"; 113 if (translate && (strchr(map, '.') == NULL) && 114 (getmapname(map, nm))) { 115 map = nm; 191 map = argv[argc -1]; 193 if ((int)strlen(map) > YPMAXMAP) [all...] |
| ypserv_resolv_common.h | 71 char *map; member in struct:ypfwdreq_key4 79 char *map; member in struct:ypfwdreq_key6
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/ |
| pcy_map.c | 71 static void policy_map_free(X509_POLICY_REF *map) 73 if (map->subjectDomainPolicy) 74 ASN1_OBJECT_free(map->subjectDomainPolicy); 75 OPENSSL_free(map); 96 POLICY_MAPPING *map; local 110 map = sk_POLICY_MAPPING_value(maps, i); 111 /* Reject if map to or from anyPolicy */ 112 if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy) 113 || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy)) 120 if (policy_map_find(cache, map->subjectDomainPolicy) != NULL [all...] |
| /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/ |
| update.c | 30 * DESCRIPTION: Contains the map update thread and related code. 72 * GIVEN : Pointer to the open map ctrl 82 update_entry_if_required(map_ctrl *map, datum *key) 85 /* Only update individual entries if entire map is */ 87 if (is_map_updating(map)) 92 * the map is in need of an update. If it is then fake a 93 * recent order. The client will then read the map, using 97 if (has_map_expired(map)) 98 update_timestamp(map->entries); 106 if (!has_entry_expired(map, key) 345 map_ctrl *map; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libsec/common/ |
| aclsort.c | 49 * entry type with this map. 54 struct map { struct 59 static struct map map_to_sort[] = {
|
| /onnv/onnv-gate/usr/src/lib/libdevinfo/ |
| devinfo_profile.c | 146 char *map[2]; local 148 map[0] = (char *)source; /* 1st entry must be the source */ 149 map[1] = (char *)target; /* 2nd entry must be the target */ 150 if (nvlist_add_string_array(nvl, SDEV_NVNAME_MAP, map, 2))
|
| /onnv/onnv-gate/usr/src/lib/storage/liba5k/common/hdrs/ |
| a_state.h | 70 gfc_map_t map; member in struct:gfc_map_mp
|
| /onnv/onnv-gate/usr/src/uts/intel/io/mc-amd/ |
| mcamd_dimmcfg.c | 34 * we must map the csbase/csmask pair to an associated logical DIMM and 333 const struct mcdcfg_csmapline *map; member in struct:__anon8587 366 csm = csmap_tbls[i].map;
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| Aggregate.java | 64 // Map must not have same name as named PersistenceDelegate property 66 // and XMLDecoder calls the constructor with a Map instead of the 69 private transient Map <String, Aggregation> map; field in class:Aggregate 79 map = new HashMap <String, Aggregation> (); 103 // assumes map is not yet created 109 map = new HashMap <String, Aggregation> (capacity, 1.0f); 111 map.put(a.getName(), a); 122 for (Aggregation a : map.values()) { 170 List <Aggregation> list = new ArrayList <Aggregation> (map.size()) [all...] |
| /onnv/onnv-gate/usr/src/cmd/format/ |
| modify_partition.c | 46 static void adj_cyl_offset(struct dk_map32 *map); 47 static int check_map(struct dk_map32 *map); 48 static void get_user_map(struct dk_map32 *map, int float_part); 49 static void get_user_map_efi(struct dk_gpt *map, int float_part); 76 struct dk_map32 *map = tmp_pinfo->pinfo_map; local 168 * Create partition map from existing map 172 map[i].dkl_nblk = cur_parts->pinfo_map[i].dkl_nblk; 173 map[i].dkl_cylno = cur_parts->pinfo_map[i].dkl_cylno; 177 * Make an empty partition map, with all the spac [all...] |
| partition.c | 75 maxofN(struct dk_gpt *map) 81 for (i = 0; i < map->efi_nparts - 1; i++) { 82 start[0] = map->efi_parts[i].p_start; 83 size[0] = map->efi_parts[i].p_size; 86 start[1] = map->efi_parts[i+1].p_start; 87 size[1] = map->efi_parts[i+1].p_size; 90 if (map->efi_parts[i].p_tag == V_BACKUP) { 93 if (map->efi_parts[i+1].p_tag == V_BACKUP) { 112 * partition in the current partition map. 327 * We create a new current partition map instead 438 struct dk_gpt *map; local [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| fsys_ffs.c | 68 /* used for filesystem map blocks */ 147 int logno, off, size, map, ret = 0; local 155 if ((map = block_map (logno)) < 0) 165 devread (fsbtodb (SUPERBLOCK, map), off, size, buf); 186 int block, off, loc, map, ino = ROOTINO; local 255 if ((map = block_map (block)) < 0 256 || !devread (fsbtodb (SUPERBLOCK, map), 0,
|