/titanic_52/usr/src/contrib/zlib/ |
H A D | crc32.h | 5 local const z_crc_t FAR crc_table[] = { 63 local const z_word_t FAR crc_big_table[] = { 153 local const z_word_t FAR crc_big_table[] = { 213 local const z_crc_t FAR crc_braid_table[][256] = { 631 local const z_word_t FAR crc_braid_big_table[][256] = { 1323 local const z_crc_t FAR crc_braid_table[][256] = { 1533 local const z_word_t FAR crc_braid_big_table[][256] = { 1751 local const z_crc_t FAR crc_braid_table[][256] = { 2169 local const z_word_t FAR crc_braid_big_table[][256] = { 2861 local cons [all...] |
H A D | trees.c | 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 71 local const uch bl_order[BL_CODES] 86 local ct_data static_ltree[L_CODES+2]; 93 local ct_data static_dtree[D_CODES]; 107 local int base_length[LENGTH_CODES]; 110 local int base_dist[D_CODES]; 125 local const static_tree_desc static_l_desc = 128 local cons [all...] |
H A D | crc32.c | 100 local z_crc_t multmodp OF((z_crc_t a, z_crc_t b)); 101 local z_crc_t x2nmodp OF((z_off64_t n, unsigned k)); 115 local z_word_t byte_swap(z_word_t word) in byte_swap() 142 local z_crc_t FAR crc_table[256]; 143 local z_crc_t FAR x2n_table[32]; 144 local void make_crc_table OF((void)); 146 local z_word_t FAR crc_big_table[256]; 147 local z_crc_t FAR crc_braid_table[W][256]; 148 local z_word_t FAR crc_braid_big_table[W][256]; 149 local voi [all...] |
/titanic_52/usr/src/common/ficl/softcore/ |
H A D | jhlocal.fr | 3 \ ** stack comment style local syntax... 35 1 constant local-is-double 36 2 constant local-is-float 38 \ parse-local-prefix-flags 40 \ Parses single-letter prefix flags from the name of a local, and returns 41 \ a bitfield of all flags (local-is-float | local-is-double) appropriate 42 \ for the local. Adjusts the "c-addr u" of the name to remove any prefix. 56 \ (single-cell data stack) local. 60 : parse-local [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmpool.c | 42 static Void_t* poolalloc(Vmalloc_t* vm, reg size_t size, int local) in poolalloc() argument 44 static Void_t* poolalloc(vm, size, local ) in poolalloc() 47 int local; 64 SETLOCK(vm, local); 105 if(!local && (vd->mode&VM_TRACE) && _Vmtrace && tp) 108 CLRLOCK(vm, local); 114 static long pooladdr(Vmalloc_t* vm, reg Void_t* addr, int local) in pooladdr() argument 116 static long pooladdr(vm, addr, local) in pooladdr() 119 int local; 129 SETLOCK(vm, local); 159 poolfree(reg Vmalloc_t * vm,reg Void_t * data,int local) poolfree() argument 192 poolresize(Vmalloc_t * vm,Void_t * data,size_t size,int type,int local) poolresize() argument 232 poolsize(Vmalloc_t * vm,Void_t * addr,int local) poolsize() argument 244 poolcompact(Vmalloc_t * vm,int local) poolcompact() argument 282 poolalign(Vmalloc_t * vm,size_t size,size_t align,int local) poolalign() argument [all...] |
H A D | vmlast.c | 36 static Void_t* lastalloc(Vmalloc_t* vm, size_t size, int local) in lastalloc() argument 38 static Void_t* lastalloc(vm, size, local) in lastalloc() 41 int local; 50 SETLOCK(vm, local); 82 if(!local && (vd->mode&VM_TRACE) && _Vmtrace) 86 CLRLOCK(vm, local); 92 static int lastfree(Vmalloc_t* vm, reg Void_t* data, int local ) in lastfree() argument 94 static int lastfree(vm, data, local) in lastfree() 97 int local; 108 SETLOCK(vm, local); 135 lastresize(Vmalloc_t * vm,reg Void_t * data,size_t size,int type,int local) lastresize() argument 271 lastaddr(Vmalloc_t * vm,Void_t * addr,int local) lastaddr() argument 294 lastsize(Vmalloc_t * vm,Void_t * addr,int local) lastsize() argument 319 lastcompact(Vmalloc_t * vm,int local) lastcompact() argument 356 lastalign(Vmalloc_t * vm,size_t size,size_t align,int local) lastalign() argument [all...] |
H A D | vmprofile.c | 464 static Void_t* pfalloc(Vmalloc_t* vm, size_t size, int local) in pfalloc() argument 466 static Void_t* pfalloc(vm, size, local) in pfalloc() 469 int local; 481 SETLOCK(vm, local); 487 if(!local && (vd->mode&VM_TRACE) && _Vmtrace) 493 CLRLOCK(vm, local); 499 static int pffree(Vmalloc_t* vm, Void_t* data, int local) in pffree() argument 501 static int pffree(vm, data, local) in pffree() 504 int local; 519 SETLOCK(vm,local); 545 pfresize(Vmalloc_t * vm,Void_t * data,size_t size,int type,int local) pfresize() argument 621 pfsize(Vmalloc_t * vm,Void_t * addr,int local) pfsize() argument 633 pfaddr(Vmalloc_t * vm,Void_t * addr,int local) pfaddr() argument 645 pfcompact(Vmalloc_t * vm,int local) pfcompact() argument 656 pfalign(Vmalloc_t * vm,size_t size,size_t align,int local) pfalign() argument [all...] |
H A D | vmdebug.c | 264 static long dbaddr(Vmalloc_t* vm, Void_t* addr, int local) in dbaddr() argument 266 static long dbaddr(vm, addr, local) in dbaddr() 269 int local; 278 SETLOCK(vm, local); 291 if(local) /* must be vmfree or vmresize checking address */ 317 CLRLOCK(vm, local); 323 static long dbsize(Vmalloc_t* vm, Void_t* addr, int local) in dbsize() argument 325 static long dbsize(vm, addr, local) in dbsize() 328 int local; 336 SETLOCK(vm, local); 362 dballoc(Vmalloc_t * vm,size_t size,int local) dballoc() argument 411 dbfree(Vmalloc_t * vm,Void_t * data,int local) dbfree() argument 463 dbresize(Vmalloc_t * vm,Void_t * addr,reg size_t size,int type,int local) dbresize() argument 549 dbcompact(Vmalloc_t * vm,int local) dbcompact() argument 654 dbalign(Vmalloc_t * vm,size_t size,size_t align,int local) dbalign() argument [all...] |
/titanic_52/usr/src/cmd/krb5/kadmin/server/ |
H A D | kadm_rpc_svc.c | 95 char *(*local)(); local 114 local = (char *(*)()) create_principal_2_svc; 120 local = (char *(*)()) delete_principal_2_svc; 126 local = (char *(*)()) modify_principal_2_svc; 132 local = (char *(*)()) rename_principal_2_svc; 138 local = (char *(*)()) get_principal_2_svc; 144 local = (char *(*)()) get_princs_2_svc; 150 local = (char *(*)()) chpass_principal_2_svc; 157 local = (char *(*)()) setv4key_principal_2_svc; 164 local [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tminit.c | 123 * return minutes west of GMT for local time clock 126 * this routine also kicks in the local initialization 139 * convert to GMT assuming local time in tzwest() 189 tm_info.local->type = (n && *v) ? ((zp = tmtype(v, NiL)) ? zp->type : strdup(v)) : 0; in tmopt() 202 * initialize the local timezone 220 static Tm_zone_t local; in tmlocal() local 252 local.standard = strdup(tzname[0]); in tmlocal() 253 local.daylight = strdup(tzname[1]); in tmlocal() 258 * tm_info.local in tmlocal() 261 tm_info.zone = tm_info.local in tmlocal() [all...] |
/titanic_52/usr/src/cmd/dtrace/test/tst/common/ip/ |
H A D | tst.localtcpstate.ksh | 29 # the local ssh service and sending a test message. This should result 39 # 3. The local ssh service is not online. 65 local=127.0.0.1 76 PeerAddr => "$local", 79 die "Could not connect to host $local port $tcpport" unless \$s; 92 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" && 99 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" && 106 /args[2]->ip_saddr == "$local" [all...] |
H A D | tst.ipv4localtcp.ksh | 28 # Test {ip,tcp}:::{send,receive} of IPv4 TCP to local host. 35 # 3. The local ssh service is not online. 60 local=127.0.0.1 71 PeerAddr => "$local", 74 die "Could not connect to host $local port $tcpport" unless \$s; 85 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" && 92 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local"/ 98 /args[2]->ip_saddr == "$local" [all...] |
H A D | tst.ipv4localudp.ksh | 28 # Test ip:::{send,receive} of IPv4 UDP to a local address. 58 local=127.0.0.1 60 $dtrace -c "/usr/sbin/ping -U $local" -qs /dev/stdin <<EOF | grep -v 'is alive' 67 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" && 74 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local"/ 80 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
|
H A D | get.ipv4remote.pl | 33 # TCP port. Print the local address and the remote address, or an 46 # Determine local IP address 48 my $local = ""; 64 $local = $addr if $up and $local eq ""; 69 die "Could not determine local IP address" if $local eq ""; 73 # which isn't a local address. 75 open PING, "/usr/sbin/ping -ns $Broadcast{$local} 56 $MAXHOSTS |" or 101 "$Broadcast{$local}\ [all...] |
H A D | get.ipv6remote.pl | 32 # Print the local address and the remote address, or print nothing if either 46 # Determine local IP address 48 my $local = ""; 65 $local = $addr if $up and $local eq ""; 70 exit 1 if $local eq ""; 74 # which isn't a local address. 87 print "$local $remote\n";
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/hash/ |
H A D | hashlook.c | 104 if (!tab->root->local->compare) in hashlook() 121 if (!(*tab->root->local->compare)(hashname(b), name, tab->root->namesize)) goto found; in hashlook() 123 else if (!(*tab->root->local->compare)(hashname(b), name)) goto found; in hashlook() 172 if (tab->root->local->free && b->value) in hashlook() 174 (*tab->root->local->free)(b->value); in hashlook() 189 if (tab->root->local->free && (tab->root->flags & HASH_BUCKET)) (*tab->root->local->free)((char*)b); in hashlook() 192 if (tab->root->local->region) (*tab->root->local->region)(tab->root->local in hashlook() [all...] |
H A D | hashdump.c | 143 if (root->local->alloc) sfprintf(sfstderr, "alloc=0x%08lx ", (unsigned long)root->local->alloc); in dumproot() 144 if (root->local->compare) sfprintf(sfstderr, "compare=0x%08lx ", (unsigned long)root->local->compare); in dumproot() 145 if (root->local->free) sfprintf(sfstderr, "free=0x%08lx ", (unsigned long)root->local->free); in dumproot() 146 if (root->local->hash) sfprintf(sfstderr, "hash=0x%08lx ", (unsigned long)root->local->hash); in dumproot() 147 if (root->local->region) sfprintf(sfstderr, "region=0x%08lx handle=0x%08lx ", (unsigned long)root->local in dumproot() [all...] |
/titanic_52/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 85 static void output(char *path, int n, char *local); 166 output(char *path, int n, char *local) in output() argument 187 entry.ainfo.local = NULL; in output() 216 entry.ainfo.local = mylocal; in output() 236 /* replace first n characters with 'local' */ in output() 238 entry.ainfo.local = mylocal; in output() 239 (void) strlcpy(entry.ainfo.local, entry.path, in output() 241 canonize(entry.ainfo.local); in output() 243 if (local[0]) { in output() 244 entry.ainfo.local in output() 272 local[PATH_MAX], follow() local [all...] |
/titanic_52/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgobjmap.c | 111 * Generate local (delivered source) paths for files in pkgobjassign() 118 if (ept->ainfo.local == NULL) { in pkgobjassign() 122 ept->ainfo.local = pathdup(source); in pkgobjassign() 123 *server_local = ept->ainfo.local; in pkgobjassign() 124 *client_local = ept->ainfo.local; in pkgobjassign() 152 mappath(getmapmode(), ept->ainfo.local); in pkgobjassign() 153 if (!RELATIVE(ept->ainfo.local)) { in pkgobjassign() 154 canonize(ept->ainfo.local); in pkgobjassign() 162 ept->ainfo.local); in pkgobjassign() 166 ept->ainfo.local in pkgobjassign() 215 seed_pkgobjmap(struct cfextra * ext_entry,char * path,char * local) seed_pkgobjmap() argument 576 char *local = ept2->ainfo.local; dup_merg() local [all...] |
H A D | procmap.c | 107 * Generate local (delivered source) paths for files in procassign() 114 if (ept->ainfo.local == NULL) { in procassign() 117 ept->ainfo.local = pathdup(source); in procassign() 118 *server_local = ept->ainfo.local; in procassign() 119 *client_local = ept->ainfo.local; in procassign() 147 mappath(getmapmode(), ept->ainfo.local); in procassign() 148 if (!RELATIVE(ept->ainfo.local)) { in procassign() 149 canonize(ept->ainfo.local); in procassign() 157 ept->ainfo.local); in procassign() 161 ept->ainfo.local in procassign() [all...] |
/titanic_52/usr/src/boot/lib/libz/ |
H A D | crc32.c | 33 #define local static macro 40 local unsigned long crc32_little OF((unsigned long, 42 local unsigned long crc32_big OF((unsigned long, 50 local unsigned long gf2_matrix_times OF((unsigned long *mat, 52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat)); 53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2)); 58 local volatile int crc_table_empty = 1; 59 local z_crc_t FAR crc_table[TBLS][256]; 60 local void make_crc_table OF((void)); 62 local voi [all...] |
H A D | trees.c | 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 71 local const uch bl_order[BL_CODES] 86 local ct_data static_ltree[L_CODES+2]; 93 local ct_data static_dtree[D_CODES]; 107 local int base_length[LENGTH_CODES]; 110 local int base_dist[D_CODES]; 125 local static_tree_desc static_l_desc = 128 local static_tree_des [all...] |
/titanic_52/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc.c | 85 bool_t (*local)(); in rpcb_service_3() local 111 syslog(LOG_ERR, "non-local attempt to set from %s", in rpcb_service_3() 119 local = (bool_t (*)()) rpcbproc_set_com; in rpcb_service_3() 134 syslog(LOG_ERR, "non-local attempt to unset from %s", in rpcb_service_3() 142 local = (bool_t (*)()) rpcbproc_unset_com; in rpcb_service_3() 148 local = (bool_t (*)()) rpcbproc_getaddr_com; in rpcb_service_3() 154 local = (bool_t (*)()) rpcbproc_dump_com; in rpcb_service_3() 164 local = (bool_t (*)()) rpcbproc_gettime_com; in rpcb_service_3() 170 local = (bool_t (*)()) rpcbproc_uaddr2taddr_com; in rpcb_service_3() 176 local in rpcb_service_3() [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfflsbuf.c | 41 int local, isall; local 43 SFMTXDECL(f); /* declare a local stream variable for multithreading */ 47 GETLOCAL(f,local); 51 if(SFMODE(f,local) != SF_WRITE && _sfmode(f,SF_WRITE,local) < 0) 53 SFLOCK(f,local); 68 { SFOPEN(f,local); 109 { SFOPEN(f,local); 120 SFOPEN(f,local);
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | state023.cfg | 48 local default 49 local local 50 local local 56 local default 57 local local 64 local default
|