/illumos-gate/usr/src/uts/sun4u/makaha/io/ |
H A D | acebus.conf | 30 ac-interrupt-map=0x14,0x400000,1,0,3;
|
/illumos-gate/usr/src/common/mapfiles/common/ |
H A D | Makefile | 32 $(ROOTDIR)/map.above4G \ 33 $(ROOTDIR)/map.below4G \ 34 $(ROOTDIR)/map.bssalign \ 35 $(ROOTDIR)/map.execdata \ 36 $(ROOTDIR)/map.default \ 37 $(ROOTDIR)/map.filter \ 38 $(ROOTDIR)/map.noexbss \ 39 $(ROOTDIR)/map.noexdata \ 40 $(ROOTDIR)/map.noexstk \ 41 $(ROOTDIR)/map [all...] |
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | shim.c | 78 /* Number of times to try to update a map before giving up */ 93 map_ctrl *map; local 95 /* Lock the map */ 96 map = get_map_ctrl(db); 97 if (map == NULL) 100 free_map_ctrl(map); 119 map_ctrl *map; local 121 /* Lock the map */ 122 map = get_map_ctrl(db); 123 if (map 155 map_ctrl *map; local 194 map_ctrl *map; local 226 map_ctrl *map; local 313 map_ctrl *map; local 354 map_ctrl *map; local 385 map_ctrl *map; local 457 map_ctrl *map; local 563 check_old_map_date(map_ctrl *map) argument [all...] |
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...] |
H A D | map_ctrl.c | 31 * specific to one NIS map. 34 * information about an individual map they are created (on the 35 * heap) when a map is opened and destroyed when it is closed. 39 * If two processes access the same map two map_ctrls will be 63 * map_id_list: hash table for map lists 65 * it is also used as the map ID for 81 * INPUTS: Fully qualified map name 91 map_ctrl *map; local 93 map = (map_ctrl *)am(myself, sizeof (map_ctrl)); 94 if (NULL == map) { 142 map_ctrl_init(map_ctrl *map, char *name) argument 335 free_map_ctrl(map_ctrl *map) argument 404 map_ctrl *map = (map_ctrl *)db; local 424 set_key_data(map_ctrl *map, datum *data) argument 471 open_yptol_files(map_ctrl *map) argument [all...] |
H A D | ttl_utils.c | 58 * INPUTS: Map control structure for an open map 67 has_entry_expired(map_ctrl *map, datum *key) argument 75 if ((map == NULL) || (map->ttl == NULL)) 79 ttl = dbm_fetch(map->ttl, *key); 83 * If we failed to get a map expiry key, which must always be 85 * the map. 90 "for map %s. Will attempt to recreate map", 91 MAP_EXPIRY_KEY, map 161 has_map_expired(map_ctrl *map) argument 188 update_entry_ttl(map_ctrl *map, datum *key, TTL_TYPE type) argument 236 update_map_ttl(map_ctrl *map) argument [all...] |
/illumos-gate/usr/src/common/mapfiles/amd64/ |
H A D | Makefile | 34 install: $(DIRS) $(FILES) map.link 40 map.link: 41 $(RM) $(ROOTDIR64)/map.default \ 42 $(ROOTDIR64)/map.above4G $(ROOTDIR64)/map.below4G 43 $(SYMLINK) ../map.default $(ROOTDIR64)/map.default 44 $(SYMLINK) ../map.above4G $(ROOTDIR64)/map.above4G 45 $(SYMLINK) ../map [all...] |
/illumos-gate/usr/src/common/mapfiles/sparcv9/ |
H A D | Makefile | 34 install: $(DIRS) $(FILES) map.link 40 map.link: 41 $(RM) $(ROOTDIR64)/map.default \ 42 $(ROOTDIR64)/map.above4G $(ROOTDIR64)/map.below4G 43 $(SYMLINK) ../map.default $(ROOTDIR64)/map.default 44 $(SYMLINK) ../map.above4G $(ROOTDIR64)/map.above4G 45 $(SYMLINK) ../map [all...] |
/illumos-gate/usr/src/grub/grub-0.97/lib/ |
H A D | device.h | 36 extern void get_drive_geometry (struct geometry *geom, char **map, int drive); 38 extern int init_device_map (char ***map, const char *map_file, 40 extern void restore_device_map (char **map); 43 extern int is_disk_device (char **map, int drive); 44 extern int write_to_partition (char **map, int drive, int partition,
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | cong.c | 86 * We maintain a global counter that is incremented each time a congestion map 105 * - on map changes to inform conns of a new map to send 117 struct rdsv3_cong_map *map; local 121 map = avl_find(&rdsv3_cong_tree, insert, &where); 122 if (map == NULL) { 129 map = avl_find(&rdsv3_cong_tree, &map1, &where); 132 return (map); 143 struct rdsv3_cong_map *map; local 150 map 234 rdsv3_cong_queue_updates(struct rdsv3_cong_map *map) argument 255 rdsv3_cong_map_updated(struct rdsv3_cong_map *map, uint64_t portmask) argument 307 rdsv3_cong_set_bit(struct rdsv3_cong_map *map, uint16_be_t port) argument 322 rdsv3_cong_clear_bit(struct rdsv3_cong_map *map, uint16_be_t port) argument 337 rdsv3_cong_test_bit(struct rdsv3_cong_map *map, uint16_be_t port) argument 365 struct rdsv3_cong_map *map; local 385 rdsv3_cong_wait(struct rdsv3_cong_map *map, uint16_be_t port, int nonblock, struct rdsv3_sock *rs) argument 446 struct rdsv3_cong_map *map; local 469 struct rdsv3_cong_map *map = conn->c_lcong; local [all...] |
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | bitops.h | 24 ** Each bit in this map can be referenced by an ascii character. 28 # define BITMAPBITS 256 /* number of bits in a bit map */ 30 # define BITMAPBYTES (BITMAPBITS / BYTEBITS) /* number of bytes in bit map */ 45 # define bitnset(bit, map) ((map)[_BITWORD(bit)] & _BITBIT(bit)) 48 # define setbitn(bit, map) (map)[_BITWORD(bit)] |= _BITBIT(bit) 51 # define clrbitn(bit, map) (map)[_BITWORD(bit)] &= ~_BITBIT(bit) 53 /* clear an entire bit map */ [all...] |
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | friendly.c | 46 ldap_friendly_name( char *filename, char *name, FriendlyMap *map ) 53 if ( map == NULL ) { 61 if ( *map == NULL ) { 72 if ( (*map = (FriendlyMap)NSLDAPI_MALLOC( (entries + 1) * 109 (*map)[i].f_unfriendly = nsldapi_strdup( buf ); 110 (*map)[i].f_friendly = nsldapi_strdup( s ); 115 (*map)[i].f_unfriendly = NULL; 118 for ( i = 0; (*map)[i].f_unfriendly != NULL; i++ ) { 119 if ( strcasecmp( name, (*map)[i].f_unfriendly ) == 0 ) 120 return( (*map)[ [all...] |
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/ |
H A D | download.h | 45 typedef struct map { struct
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | map.c | 21 SM_RCSID("@(#)$Id: map.c,v 8.705 2009/08/11 22:22:40 ca Exp $") 47 #include "map.h" 83 /* default error message for trying to open a map in write mode */ 95 ** MAP.C -- implementations for various map classes. 97 ** Each map class implements a series of functions: 99 ** bool map_parse(MAP *map, char *args) 101 ** if they were ok, false otherwise. Fill in map with the 104 ** char *map_lookup(MAP *map, char *key, char **args, int *pstat) 105 ** Look up the key in the given map. If found, do any 106 ** rewriting the map want 474 register MAP *map; local 629 MAP *map; local 4681 MAP map; local 7167 ns_map_t *map; /* XXX ns_ ? */ member in struct:ns_map_list [all...] |
H A D | alias.c | 23 static MAP *AliasFileMap = NULL; /* the actual aliases.files map */ 80 ** If the map was unavailable, we will queue this message 81 ** until the map becomes available; otherwise, we could 216 static MAP *map = NULL; local 222 if (map == NULL) 228 map = &s->s_map; 230 DYNOPENMAP(map); 245 return (*map->map_class->map_lookup)(map, name, argv, pstat); 247 return (*map 267 register MAP *map; local [all...] |
/illumos-gate/usr/src/cmd/format/ |
H A D | modify_partition.c | 45 static void adj_cyl_offset(struct dk_map32 *map); 46 static int check_map(struct dk_map32 *map); 47 static void get_user_map(struct dk_map32 *map, int float_part); 48 static void get_user_map_efi(struct dk_gpt *map, int float_part); 75 struct dk_map32 *map = tmp_pinfo->pinfo_map; local 167 * Create partition map from existing map 171 map[i].dkl_nblk = cur_parts->pinfo_map[i].dkl_nblk; 172 map[i].dkl_cylno = cur_parts->pinfo_map[i].dkl_cylno; 176 * Make an empty partition map, wit [all...] |
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | mapping.c | 92 open_mapper_library(KMF_MAPPER_RECORD *map) argument 96 map->dldesc = dlopen(map->curpathname, RTLD_LAZY | RTLD_PARENT); 97 if (map->dldesc == NULL) 115 KMF_MAPPER_RECORD *map = NULL; local 127 map = &handle->policy->mapper; 128 old_curpathname = map->curpathname; 129 old_curoptions = map->curoptions; 156 } else if (map->pathname != NULL) { 157 tmppath = strdup(map 309 KMF_MAPPER_RECORD *map = NULL; local 335 KMF_MAPPER_RECORD *map = NULL; local 363 KMF_MAPPER_RECORD *map = NULL; local [all...] |
/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | BASIC.NAT | 13 map ppp0 w.x.y.z/24 -> a.b.c.d/32 proxy port ftp ftp/tcp 17 map ppp0 w.x.y.z/24 -> a.b.c.d/32 portmap tcp/udp 40000:60000 18 map ppp0 w.x.y.z/24 -> a.b.c.d/32 22 #map ppp0 w.x.y.z/24 -> 0/32 portmap tcp/udp 40000:60000 23 #map ppp0 w.x.y.z/24 -> 0/32 28 #map ppp0 w.x.y.z/24 -> a.b.c.d/24 portmap tcp/udp 40000:60000 29 #map ppp0 w.x.y.z/24 -> a.b.c.d/24 33 #map ppp0 w.x.y.v/32 -> a.b.c.E/32 portmap tcp/udp 40000:60000 34 #map ppp0 w.x.y.v/32 -> a.b.c.E/32 35 #map ppp [all...] |
/illumos-gate/usr/src/cmd/ypcmd/shared/ |
H A D | ancil.c | 65 * This returns TRUE if map is on list, and FALSE otherwise. 68 onmaplist(map, list) 69 char *map; 76 if (strcmp(map, scan->ypml_name) == 0) {
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | ld_pd_map.c | 51 *MR_LdRaidGet(U32 ld, MR_FW_RAID_MAP_ALL *map) argument 53 return (&map->raidMap.ldSpanMap[ld].ldRaid); 57 MR_GetLDTgtId(U32 ld, MR_FW_RAID_MAP_ALL *map) argument 59 return (map->raidMap.ldSpanMap[ld].ldRaid.targetId); 64 MR_LdSpanInfoGet(U32 ld, MR_FW_RAID_MAP_ALL *map) argument 66 return (&map->raidMap.ldSpanMap[ld].spanBlock[0]); 70 MR_LdDataArmGet(U32 ld, U32 armIdx, MR_FW_RAID_MAP_ALL *map) argument 72 return (map->raidMap.ldSpanMap[ld].dataArmMap[armIdx]); 76 MR_ArPdGet(U32 ar, U32 arm, MR_FW_RAID_MAP_ALL *map) argument 78 return (map 82 MR_LdSpanArrayGet(U32 ld, U32 span, MR_FW_RAID_MAP_ALL *map) argument 88 MR_PdDevHandleGet(U32 pd, MR_FW_RAID_MAP_ALL *map) argument 94 MR_TargetIdToLdGet(U32 ldTgtId, MR_FW_RAID_MAP_ALL *map) argument 100 MR_CheckDIF(U32 ldTgtId, MR_FW_RAID_MAP_ALL *map) argument 117 MR_LdSpanPtrGet(U32 ld, U32 span, MR_FW_RAID_MAP_ALL *map) argument 126 MR_ValidateMapInfo(MR_FW_RAID_MAP_ALL *map, PLD_LOAD_BALANCE_INFO lbInfo) argument 150 MR_GetSpanBlock(U32 ld, U64 row, U64 *span_blk, MR_FW_RAID_MAP_ALL *map, int *div_error) argument 202 MR_GetPhyParams(struct mrsas_instance *instance, U32 ld, U64 stripRow, U16 stripRef, U64 *pdBlock, U16 *pDevHandle, MPI2_SCSI_IO_VENDOR_UNIQUE *pRAID_Context, MR_FW_RAID_MAP_ALL *map) argument 294 MR_BuildRaidContext(struct mrsas_instance *instance, struct IO_REQUEST_INFO *io_info, MPI2_SCSI_IO_VENDOR_UNIQUE *pRAID_Context, MR_FW_RAID_MAP_ALL *map) argument 453 mr_update_load_balance_params(MR_FW_RAID_MAP_ALL *map, PLD_LOAD_BALANCE_INFO lbInfo) argument [all...] |
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_gen.c | 157 * _nsc_rmmap_init (nsc_rmmap_t *map, char *name, int nslot, 159 * Initialise a global resource map. 162 * Returns TRUE if the map was successfully created. Otherwise 166 * Initialises a global resource map. If the map already exists 170 _nsc_rmmap_init(nsc_rmmap_t *map, char *name, argument 181 nvmap = _nsc_global_nvmemmap_lookup(map); 183 if (!map->size) 184 map->size = size; 185 if (!map 226 _nsc_rmmap_alloc(nsc_rmmap_t *map, char *name, size_t size, void (*alloc)()) argument 310 _nsc_rmmap_free(nsc_rmmap_t *map, char *name, nsc_mem_t *mp) argument 358 _nsc_rmmap_size(nsc_rmmap_t *map, char *name) argument 390 _nsc_rmmap_avail(nsc_rmmap_t *map) argument 433 _nsc_rmmap_inuse(nsc_rmmap_t *map, ulong_t *offsetp, size_t *sizep) argument [all...] |
/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...] |
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,USBRDT-5240/ |
H A D | Makefile | 33 include ../Makefile.map
|
/illumos-gate/usr/src/lib/fm/topo/maps/i386/ |
H A D | Makefile | 36 include ../Makefile.map
|