| /onnv/onnv-gate/usr/src/uts/sun4u/makaha/io/ |
| acebus.conf | 30 ac-interrupt-map=0x14,0x400000,1,0,3;
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/ |
| 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 == NULL 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 [all...] |
| shim_lockmap.c | 30 * DESCRIPTION: Contains a front end to the map locking code. These are called 31 * when a map, or its map_ctrl structure, needs to be locked 36 * held for a relatively long period when a map is being update 60 lock_map_ctrl(map_ctrl *map) 64 ret = lock_core(map->hash_val); 80 unlock_map_ctrl(map_ctrl *map) 84 ret = unlock_core(map->hash_val);
|
| 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...] |
| 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) { 404 map_ctrl *map = (map_ctrl *)db; local [all...] |
| ttl_utils.c | 59 * INPUTS: Map control structure for an open map 68 has_entry_expired(map_ctrl *map, datum *key) 76 if ((map == NULL) || (map->ttl == NULL)) 80 ttl = dbm_fetch(map->ttl, *key); 84 * If we failed to get a map expiry key, which must always be 86 * the map. 91 "for map %s. Will attempt to recreate map", [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
| dlcosmk.types | 33 map bband uint32 0,0,0,96,128,160,192,224 34 map dlpri uint32 0,0,0,3,4,5,6,7
|
| /onnv/onnv-gate/usr/src/common/mapfiles/amd64/ |
| Makefile | 33 FILES= $(ROOTDIR64)/map.above4G $(ROOTDIR64)/map.below4G 35 install: $(DIRS) $(FILES) map.link 41 map.link: 42 $(RM) $(ROOTDIR64)/map.default 43 $(SYMLINK) ./map.below4G $(ROOTDIR64)/map.default
|
| /onnv/onnv-gate/usr/src/common/mapfiles/sparcv9/ |
| Makefile | 33 FILES= $(ROOTDIR64)/map.above4G $(ROOTDIR64)/map.below4G 35 install: $(DIRS) $(FILES) map.link 41 map.link: 42 $(RM) $(ROOTDIR64)/map.default 43 $(SYMLINK) ./map.above4G $(ROOTDIR64)/map.default
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/lib/ |
| 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,
|
| /onnv/onnv-gate/usr/src/common/mapfiles/common/ |
| Makefile | 33 $(ROOTDIR)/map.execdata \ 34 $(ROOTDIR)/map.filter \ 35 $(ROOTDIR)/map.bssalign \ 36 $(ROOTDIR)/map.noexbss \ 37 $(ROOTDIR)/map.noexstk
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/ |
| 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...] |
| /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/libldap5/sources/ldap/common/ |
| 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)[i].f_friendly ) [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...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| map.c | 23 SM_RCSID("@(#)$Id: map.c,v 8.699 2007/10/10 00:06:45 ca Exp $") 50 #include "map.h" 54 static bool db_map_open __P((MAP *, int, char *, DBTYPE, const void *)); 57 static bool db_map_open __P((MAP *, int, char *, DBTYPE, DB_INFO *)); 60 static bool db_map_open __P((MAP *, int, char *, DBTYPE, void **)); 86 /* default error message for trying to open a map in write mode */ 98 ** MAP.C -- implementations for various map classes. 100 ** Each map class implements a series of functions: 102 ** bool map_parse(MAP *map, char *args 477 register MAP *map; local 632 MAP *map; local 4668 MAP map; local 7147 ns_map_t *map; \/* XXX ns_ ? *\/ member in struct:ns_map_list [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| grep.t | 4 # grep() and map() tests 19 my @mapped = map {scalar @$_} @lol; 33 print map({$_} ("ok $test\n")); 35 print map 38 print((map({a => $_}, ("ok $test\n")))[0]->{a}); 40 print((map 44 print map { $_ } ("ok $test\n"); 46 print map 49 print((map {a => $_}, ("ok $test\n"))[0]->{a}); 51 print((map [all...] |
| /onnv/onnv-gate/usr/src/lib/libldap4/common/ |
| friendly.c | 47 ldap_friendly_name( char *filename, char *uname, FriendlyMap **map ) 54 if ( map == NULL ) { 61 if ( *map == NULL ) { 72 if ( (*map = (FriendlyMap *) malloc( (entries + 1) * 109 (*map)[i].f_unfriendly = strdup( buf ); 110 (*map)[i].f_friendly = strdup( s ); 115 (*map)[i].f_unfriendly = NULL; 118 for ( i = 0; (*map)[i].f_unfriendly != NULL; i++ ) { 119 if ( strcasecmp( uname, (*map)[i].f_unfriendly ) == 0 ) 120 return( (*map)[i].f_friendly ) [all...] |
| /onnv/onnv-gate/usr/src/cmd/ipf/examples/ |
| 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 ppp0 w.x.y.u/32 -> a.b.c.F/32 portmap tcp/udp 40000:6000 [all...] |
| /onnv/onnv-gate/usr/src/cmd/ypcmd/shared/ |
| 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) {
|
| /onnv/onnv-gate/usr/src/common/mapfiles/i386/ |
| Makefile | 33 $(ROOTDIR)/map.default \ 34 $(ROOTDIR)/map.pagealign \ 35 $(ROOTDIR)/map.noexdata
|
| /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/cmd/man/src/util/nsgmls.src/lib/ |
| ShortReferenceMap.cxx | 26 void ShortReferenceMap::setNameMap(Vector<StringC> &map) 28 map.swap(nameMap_);
|
| /onnv/onnv-gate/usr/src/common/mapfiles/sparc/ |
| Makefile | 33 $(ROOTDIR)/map.default \ 34 $(ROOTDIR)/map.pagealign
|
| /onnv/onnv-gate/usr/src/tools/bfuld/ |
| bfuld.c | 81 char *map; local 88 map = mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); 91 (bcmp(&map[i], istr, ISTRLEN) == 0 || 92 bcmp(&map[i], istretc, ISTRLEN) == 0)) { 93 bcopy(bstr, &map[i], ISTRLEN); 97 bcmp(&map[i], istr2, ISTRLEN2) == 0) { 98 bcopy(bstr2, &map[i], ISTRLEN2); 103 bcmp(&map[i], i64str, I64STRLEN) == 0) { 104 bcopy(b64str, &map[i], I64STRLEN); 108 bcmp(&map[i], i64str2, I64STRLEN2) == 0) [all...] |