/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | inffixed.h | 9 * fit local coding style. 27 local const uInt fixed_bl = 9; 28 local const uInt fixed_bd = 5; 29 local const inflate_huft fixed_tl[] = { 159 local const inflate_huft fixed_td[] = {
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | trees.h | 3 local const ct_data static_ltree[L_CODES+2] = { 64 local const ct_data static_dtree[D_CODES] = { 118 local const int base_length[LENGTH_CODES] = { 123 local const int base_dist[D_CODES] = {
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/ |
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 | 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.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.ipv4localicmp.ksh | 30 # Test ip:::{send,receive} of IPv4 ICMP to a local address. 46 local=127.0.0.1 48 $dtrace -c "/usr/sbin/ping $local 3" -qs /dev/stdin <<EOF | sort -n 50 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" && 61 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
|
H A D | tst.ipv6localicmp.ksh | 30 # Test ip:::{send,receive} of IPv6 ICMP to a local address. This creates a 46 local=::1 58 $dtrace -c "/usr/sbin/ping -A inet6 $local 3" -qs /dev/stdin <<EOF | sort -n 60 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" && 70 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
|
/illumos-gate/usr/src/cmd/krb5/kadmin/server/ |
H A D | kadm_rpc_svc.c | 95 char *(*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...] |
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | mapfile_skel | 66 local:
|
/illumos-gate/usr/src/lib/libast/common/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); 67 { SFOPEN(f,local); 108 { SFOPEN(f,local); 119 SFOPEN(f,local);
|
H A D | sfnputc.c | 41 reg int local; local 46 GETLOCAL(f,local); 47 if(SFMODE(f,local) != SF_WRITE && _sfmode(f,SF_WRITE,local) < 0) 50 SFLOCK(f,local); 79 SFOPEN(f,local);
|
H A D | sfraise.c | 66 reg int local, rv; local 74 GETLOCAL(f,local); 76 !(local && 79 SFMODE(f,local) != (f->mode&SF_RDWR) && _sfmode(f,0,local) < 0) 81 SFLOCK(f,local); 105 SFOPEN(f,local);
|
H A D | sfexcept.c | 38 reg int ev, local, lock; local 45 GETLOCAL(f,local); 48 if(local && io <= 0) 53 if(local && lock) 61 if(local && lock) 77 if(local && io >= 0) 111 if(local && f->push &&
|
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tminit.c | 122 * return minutes west of GMT for local time clock 125 * this routine also kicks in the local initialization 138 * convert to GMT assuming local time 188 tm_info.local->type = (n && *v) ? ((zp = tmtype(v, NiL)) ? zp->type : strdup(v)) : 0; 201 * initialize the local timezone 219 static Tm_zone_t local; local 251 local.standard = strdup(tzname[0]); 252 local.daylight = strdup(tzname[1]); 257 * tm_info.local 260 tm_info.zone = tm_info.local [all...] |
H A D | tmtype.c | 49 zp = tm_info.local; 53 if (zp == tm_info.local) zp = tm_data.zone;
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regcoll.c | 59 } local; variable in typeref:struct:Local_s 75 if (local.fatal) 77 local.dtdisc.link = offsetof(Ucs_map_t, link); 78 local.dtdisc.key = offsetof(Ucs_map_t, name); 79 local.dtdisc.size = -1; 82 local.fatal = 1; 85 if (!(local.attrs = dtopen(&local.dtdisc, Dttree))) 88 local.fatal = 1; 91 if (!(local [all...] |
/illumos-gate/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) argument 187 entry.ainfo.local = NULL; 216 entry.ainfo.local = mylocal; 236 /* replace first n characters with 'local' */ 238 entry.ainfo.local = mylocal; 239 (void) strlcpy(entry.ainfo.local, entry.path, 241 canonize(entry.ainfo.local); 243 if (local[0]) { 244 entry.ainfo.local 272 local[PATH_MAX], local [all...] |
/illumos-gate/usr/src/lib/libast/common/hash/ |
H A D | hashdump.c | 143 if (root->local->alloc) sfprintf(sfstderr, "alloc=0x%08lx ", (unsigned long)root->local->alloc); 144 if (root->local->compare) sfprintf(sfstderr, "compare=0x%08lx ", (unsigned long)root->local->compare); 145 if (root->local->free) sfprintf(sfstderr, "free=0x%08lx ", (unsigned long)root->local->free); 146 if (root->local->hash) sfprintf(sfstderr, "hash=0x%08lx ", (unsigned long)root->local->hash); 147 if (root->local->region) sfprintf(sfstderr, "region=0x%08lx handle=0x%08lx ", (unsigned long)root->local [all...] |
H A D | hashlook.c | 104 if (!tab->root->local->compare) 121 if (!(*tab->root->local->compare)(hashname(b), name, tab->root->namesize)) goto found; 123 else if (!(*tab->root->local->compare)(hashname(b), name)) goto found; 172 if (tab->root->local->free && b->value) 174 (*tab->root->local->free)(b->value); 189 if (tab->root->local->free && (tab->root->flags & HASH_BUCKET)) (*tab->root->local->free)((char*)b); 192 if (tab->root->local->region) (*tab->root->local->region)(tab->root->local [all...] |
H A D | hashlib.h | 43 typedef struct /* root local pointers */ 66 Hash_local_t* local; /* root local pointers */ \ 84 #define HASH(r,n,h) if (r->local->hash) h = r->namesize ? (*r->local->hash)(n, r->namesize) : (*r->local->hash)(n);\
|
H A D | hashfree.c | 58 if (tab->root->local->free) 60 if (tab->root->flags & HASH_BUCKET) freebucket = tab->root->local->free; 61 else freevalue = tab->root->local->free; 63 if (region = tab->root->local->region) 64 handle = tab->root->local->handle; 134 if (tab->root->local) 135 free(tab->root->local);
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/ |
H A D | rdsib_sc.h | 46 rds_path_endpoint_t local; member in struct:rds_path_s
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3_sc.h | 43 rds_path_endpoint_t local; member in struct:rds_path_s
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmpool.c | 53 reg int local, inuse; local 64 if(!(local = vd->mode&VM_TRUST) ) 65 { GETLOCAL(vd,local); 66 if(ISLOCK(vd, local)) 70 SETLOCK(vd, local); 116 if(!local && (vd->mode&VM_TRACE) && _Vmtrace && tp) 119 CLRLOCK(vd, local); 120 ANNOUNCE(local, vm, VM_ALLOC, (Void_t*)tp, vm->disc); 139 reg int local, inuse; local 142 if(!(local 188 reg int local, inuse; local 236 int local, inuse; local [all...] |
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | crc32.c | 36 #define local static macro 63 local unsigned long crc32_little OF((unsigned long, 65 local unsigned long crc32_big OF((unsigned long, 73 local unsigned long gf2_matrix_times OF((unsigned long *mat, 75 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat)); 79 local volatile int crc_table_empty = 1; 80 local unsigned long FAR crc_table[TBLS][256]; 81 local void make_crc_table OF((void)); 83 local void write_table OF((FILE *, const unsigned long FAR *)); 111 local voi [all...] |