HomeSort by relevance Sort by last modified time
    Searched refs:local (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
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[] = {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
authuser.h 36 extern int auth_fd(register int fd, register long unsigned int *in, register short unsigned int *local, register short unsigned int *remote);
38 extern char *auth_tcpuser(register long unsigned int in, register short unsigned int local, register short unsigned int remote);
authenticate.c 55 unsigned short local, remote; local
65 else if (auth_fd(0, &in, &local, &remote) == -1)
68 if (!(user = auth_tcpuser(in, local, remote)))
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/ip/
tst.ipv4localudp.ksh 30 # Test ip:::{send,receive} of IPv4 UDP to a local address.
54 local=127.0.0.1
56 $dtrace -c "/usr/sbin/ping -U $local" -qs /dev/stdin <<EOF | grep -v 'is alive'
63 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
70 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
tst.ipv4localtcp.ksh 37 # 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" &&
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" &&
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" &&
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/server/
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 = (char *(*)()) setkey_principal_2_svc
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/
mapfile_skel 62 local:
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
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);
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);
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);
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 &&
  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tminit.c 121 * return minutes west of GMT for local time clock
124 * this routine also kicks in the local initialization
137 * convert to GMT assuming local time
187 tm_info.local->type = (n && *v) ? ((zp = tmtype(v, NiL)) ? zp->type : strdup(v)) : 0;
200 * initialize the local timezone
218 static Tm_zone_t local; local
246 local.standard = strdup(tzname[0]);
247 local.daylight = strdup(tzname[1]);
252 * tm_info.local
255 tm_info.zone = tm_info.local = &local
    [all...]
tmtype.c 49 zp = tm_info.local;
53 if (zp == tm_info.local) zp = tm_data.zone;
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
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.names = dtopen(&local.dtdisc, Dttree))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
ypserv1.c 102 char *(*local)();
113 local = (char *(*)()) ypproc_null_1;
119 local = (char *(*)()) ypproc_domain_svc;
125 local = (char *(*)()) ypproc_domain_nonack_svc;
137 result = (*local)(&argument, rqstp);
nis_service.c 122 char *(*local)();
136 local = (char *(*)()) ypproc_domain_svc;
142 local = (char *(*)()) ypproc_domain_nonack_svc;
148 local = (char *(*)()) ypproc_match_svc;
154 local = (char *(*)()) ypproc_first_svc;
160 local = (char *(*)()) ypproc_next_svc;
166 local = (char *(*)()) ypproc_all_svc;
172 local = (char *(*)()) ypproc_master_svc;
178 local = (char *(*)()) ypproc_maplist_svc;
192 result = (*local)(&argument, rqstp)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgproto/
main.c 85 static void output(char *path, int n, char *local);
166 output(char *path, int n, char *local)
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 = mylocal
272 local[PATH_MAX], local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/hash/
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->region, (unsigned long)root->local->handle)
    [all...]
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->handle, b, 0, 0)
    [all...]
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);\
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);
  /onnv/onnv-gate/usr/src/uts/common/sys/ib/clients/rds/
rdsib_sc.h 46 rds_path_endpoint_t local; member in struct:rds_path_s
  /onnv/onnv-gate/usr/src/lib/libast/common/vmalloc/
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 = vd->mode&VM_TRUST)
188 reg int local, inuse; local
236 int local, inuse; local
    [all...]

Completed in 540 milliseconds

1 2 3 4 5 6 7 8 9