/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | socket.c | 42 static int map[]={0,2,1,4,5,6}; local 43 if ((a = _socket_bsd(family, map[type], protocol)) == -1) {
|
H A D | socketpair.c | 43 static int map[] = {0, 2, 1, 4, 5, 6}; local 44 if ((ret = _socketpair_bsd(family, map[type], protocol,
|
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | shim_lockmap.c | 29 * DESCRIPTION: Contains a front end to the map locking code. These are called 30 * when a map, or its map_ctrl structure, needs to be locked 35 * held for a relatively long period when a map is being update 60 lock_map_ctrl(map_ctrl *map) argument 64 ret = lock_core(map->hash_val); 80 unlock_map_ctrl(map_ctrl *map) argument 84 ret = unlock_core(map->hash_val);
|
H A D | update.c | 29 * DESCRIPTION: Contains the map update thread and related code. 71 * GIVEN : Pointer to the open map ctrl 81 update_entry_if_required(map_ctrl *map, datum *key) argument 84 /* Only update individual entries if entire map is */ 86 if (is_map_updating(map)) 91 * the map is in need of an update. If it is then fake a 92 * recent order. The client will then read the map, using 96 if (has_map_expired(map)) 97 update_timestamp(map->entries); 105 if (!has_entry_expired(map, ke 127 update_from_dit(map_ctrl *map, datum *key) argument 205 update_map_if_required(map_ctrl *map, bool_t wait) argument 344 map_ctrl *map; local [all...] |
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.y | 82 %type <tbl_hdr> 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")); 484 TRACE_MESSAGE('y', ("map: map {map_lis [all...] |
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/ |
H A D | download.h | 45 typedef struct map { struct
|
/illumos-gate/usr/src/lib/libpp/i386/ |
H A D | 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[] =
|
/illumos-gate/usr/src/lib/libpp/sparc/ |
H A D | 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[] =
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_master.c | 58 yp_master(char *domain, char *map, char **master) argument 65 if ((map == NULL) || (domain == NULL)) 69 maplen = strlen(map); 83 reason = domaster(domain, map, pdomb, _ypserv_timeout, 101 * Lookup could be for a secure map; fail over to retry 106 rsvdreason = __yp_master_rsvdport(domain, map, master); 120 __yp_master_rsvdport(char *domain, char *map, char **master) argument 127 if ((map == NULL) || (domain == NULL)) 131 maplen = strlen(map); 145 reason = domaster(domain, map, pdom 177 domaster(char *domain, char *map, struct dom_binding *pdomb, struct timeval timeout, char **master) argument [all...] |
H A D | yp_order.c | 58 yp_order(char *domain, char *map, unsigned long *order) argument 65 if ((map == NULL) || (domain == NULL)) 69 maplen = strlen(map); 83 reason = doorder(domain, map, pdomb, _ypserv_timeout, 106 doorder(char *domain, char *map, struct dom_binding *pdomb, argument 114 req.map = map;
|
H A D | yp_all.c | 63 __yp_all_cflookup(char *domain, char *map, struct ypall_callback *callback, argument 76 if ((map == NULL) || (domain == NULL)) 80 maplen = strlen(map); 136 - transport level create failure for domain %s / map %s", domain, map); 142 req.map = map; 177 yp_all(char *domain, char *map, struct ypall_callback *callback) argument 179 return (__yp_all_cflookup(domain, map, callback, 1)); 188 __yp_all_rsvdport(char *domain, char *map, struc argument [all...] |
H A D | yp_update.c | 64 yp_update(char *domain, char *map, unsigned op, char *key, int keylen, argument 92 if (yp_master(domain, map, &ypmaster) != 0) { 123 args.mapname = map;
|
H A D | yp_enum.c | 59 * first key/value pair from the map data base. The returned key should be 66 char *map, 78 if ((map == NULL) || (domain == NULL)) 82 maplen = strlen(map); 95 reason = dofirst(domain, map, pdomb, _ypserv_timeout, 119 char *map, 126 return (__yp_first_cflookup(domain, map, key, keylen, val, vallen, 1)); 134 dofirst(domain, map, pdomb, timeout, key, keylen, val, vallen) 136 char *map; 150 req.map 64 __yp_first_cflookup( char *domain, char *map, char **key, int *keylen, char **val, int *vallen, int hardlookup) argument 117 yp_first( char *domain, char *map, char **key, int *keylen, char **val, int *vallen) argument 226 __yp_next_cflookup( char *domain, char *map, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **val, int *vallen, int hardlookup) argument 283 yp_next( char *domain, char *map, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **val, int *vallen) argument [all...] |
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | 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 [all...] |
H A D | 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) > YPMAXMA [all...] |
H A D | ypserv_map.c | 63 * The retrieves the order number of a named map from the order number datum 64 * in the map data base. 67 ypget_map_order(char *map, char *domain, uint_t *order) argument 75 if ((fdb = ypset_current_map(map, domain, &error)) != NULL) { 108 * The retrieves the master server name of a named map from the master datum 109 * in the map data base. 141 * This makes a map into the current map, and calls dbminit on that map 142 * and returns the DBM pointer to the map 147 ypset_current_map(char *map, char *domain, uint_t *error) argument [all...] |
/illumos-gate/usr/src/test/zfs-tests/cmd/readmmap/ |
H A D | readmmap.c | 55 char *map = NULL; local 88 map = mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); 89 if (map == MAP_FAILED) { 98 map[idx] = 1; 100 if (msync(map, size, MS_SYNC) != 0) { 106 if (munmap(map, size) != 0) {
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | fnmatch.c | 39 static const Map_t map[] = variable 60 for (mp = map; mp < &map[elementsof(map)]; mp++)
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | 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))
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | runefile.h | 39 int32_t map; member in struct:__anon3017
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | 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);
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_module_load.c | 153 module_load(void *fp, const mdb_map_t *map, const char *fullname) argument 181 return (module_load(fp, map, "libc.so.1"));
|
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a_state.h | 70 gfc_map_t map; member in struct:gfc_map_mp
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclsort.c | 49 * entry type with this map. 54 struct map { struct 59 static struct map map_to_sort[] = {
|
/illumos-gate/usr/src/lib/libdll/common/ |
H A D | dllnext.c | 180 register struct link_map* map; local 195 for (map = _DYNAMIC.ld_un.ld_1->ld_loaded; map; map = map->lm_next) 198 s = map->lm_name; 204 path = map->lm_name;
|