Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 799) sorted by relevance

12345678910>>...32

/titanic_41/usr/src/cmd/krb5/kadmin/server/
H A Dkadm_rpc_svc.c95 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 = (char *(*)()) setkey_principal_2_svc;
[all …]
/titanic_41/usr/src/lib/libast/common/tm/
H A Dtminit.c188 tm_info.local->type = (n && *v) ? ((zp = tmtype(v, NiL)) ? zp->type : strdup(v)) : 0; in tmopt()
219 static Tm_zone_t local; in tmlocal() local
251 local.standard = strdup(tzname[0]); in tmlocal()
252 local.daylight = strdup(tzname[1]); in tmlocal()
260 tm_info.zone = tm_info.local = &local; in tmlocal()
284 local.west = n; in tmlocal()
285 local.dst = m; in tmlocal()
298 if (!local.standard) in tmlocal()
299 local.standard = strdup(tzname[0]); in tmlocal()
300 if (!local.daylight) in tmlocal()
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.localtcpstate.ksh76 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" && args[2]->ip_daddr == "$local" &&
113 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
125 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
132 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
139 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
H A Dtst.ipv4localtcp.ksh71 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" && args[2]->ip_daddr == "$local" &&
105 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local"/
H A Dtst.ipv4localudp.ksh60 $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 Dget.ipv4remote.pl48 my $local = "";
64 $local = $addr if $up and $local eq "";
69 die "Could not determine local IP address" if $local eq "";
75 open PING, "/usr/sbin/ping -ns $Broadcast{$local} 56 $MAXHOSTS |" or
101 "$Broadcast{$local}\n" if $remote eq "";
103 print "$local $remote\n";
H A Dget.ipv6remote.pl48 my $local = "";
65 $local = $addr if $up and $local eq "";
70 exit 1 if $local eq "";
87 print "$local $remote\n";
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregcoll.c59 } local; variable
75 if (local.fatal) in initialize()
77 local.dtdisc.link = offsetof(Ucs_map_t, link); in initialize()
78 local.dtdisc.key = offsetof(Ucs_map_t, name); in initialize()
79 local.dtdisc.size = -1; in initialize()
82 local.fatal = 1; in initialize()
85 if (!(local.attrs = dtopen(&local.dtdisc, Dttree))) in initialize()
88 local.fatal = 1; in initialize()
91 if (!(local.names = dtopen(&local.dtdisc, Dttree))) in initialize()
94 dtclose(local.attrs); in initialize()
[all …]
/titanic_41/usr/src/lib/libast/common/hash/
H A Dhashlook.c104 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->handle, b, 0, 0); in hashlook()
197 …if (tab->root->local->region) (*tab->root->local->region)(tab->root->local->handle, (char*)name, 0… in hashlook()
231 …if (!(t = tab->root->local->region ? (char*)(*tab->root->local->region)(tab->root->local->handle, … in hashlook()
239 …if (tab->root->local->region) (*tab->root->local->region)(tab->root->local->handle, (char*)name, 0… in hashlook()
[all …]
H A Dhashdump.c143 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->compa… 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-… in dumproot()
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmpool.c53 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))
[all …]
H A Dvmlast.c47 reg int local, inuse; local
51 if(!(local = vd->mode&VM_TRUST))
52 { GETLOCAL(vd,local);
53 if(ISLOCK(vd,local))
57 SETLOCK(vd,local);
95 if(!local && (vd->mode&VM_TRACE) && _Vmtrace)
99 CLRLOCK(vd,local);
100 ANNOUNCE(local, vm, VM_ALLOC, (Void_t*)tp, vm->disc);
117 reg int local, inuse; local
123 if(!(local = vd->mode&VM_TRUST) )
[all …]
H A Dvmbest.c566 reg int local, inuse; local
571 if(!(local = vd->mode&VM_TRUST) )
572 { GETLOCAL(vd,local);
573 if(ISLOCK(vd,local))
577 SETLOCK(vd,local);
640 if(!local && _Vmtrace && (vd->mode&VM_TRACE) && VMETHOD(vd) == VM_MTBEST)
643 CLRLOCK(vd,local); /**/ASSERT(_vmbestcheck(vd, NIL(Block_t*)) == 0);
661 reg int local, inuse; local
670 if(!(local = vd->mode&VM_TRUST))
671 { GETLOCAL(vd,local); /**/ASSERT(!ISLOCK(vd,local));
[all …]
/titanic_41/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c85 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()
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 = mylocal; in output()
245 (void) strlcpy(entry.path, local, PATH_MAX); in output()
[all …]
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c118 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 = *server_local; in pkgobjassign()
183 if (ept->ainfo.local != NULL) in pkgobjassign()
[all …]
H A Dprocmap.c114 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 = *server_local; in procassign()
178 if (ept->ainfo.local != NULL) in procassign()
[all …]
/titanic_41/usr/src/uts/common/zmod/
H A Dcrc32.c36 #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 void make_crc_table() in make_crc_table()
[all …]
H A Dtrees.c61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
70 local const uch bl_order[BL_CODES]
90 local ct_data static_ltree[L_CODES+2];
97 local ct_data static_dtree[D_CODES];
111 local int base_length[LENGTH_CODES];
114 local int base_dist[D_CODES];
129 local static_tree_desc static_l_desc =
132 local static_tree_desc static_d_desc =
[all …]
/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsfflsbuf.c41 int local, isall; local
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 Dsfraise.c66 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);
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcb_svc.c85 bool_t (*local)(); in rpcb_service_3() local
119 local = (bool_t (*)()) rpcbproc_set_com; 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 = (bool_t (*)()) rpcbproc_taddr2uaddr_com; in rpcb_service_3()
190 retval = (*local)(&argument, &result, rqstp, RPCBVERS); in rpcb_service_3()
/titanic_41/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate023.cfg48 local default
49 local local
50 local local
56 local default
57 local local
64 local default
H A Dstate013.cfg42 local local
43 local local
48 local default
49 local local
55 local default
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Drpc_svc.c208 bool_t (*local)(char *, void *, struct svc_req *); in idmap_prog_1() local
219 local = (bool_t (*) (char *, void *, struct svc_req *)) in idmap_prog_1()
228 local = (bool_t (*) (char *, void *, struct svc_req *)) in idmap_prog_1()
237 local = (bool_t (*) (char *, void *, struct svc_req *)) in idmap_prog_1()
246 local = (bool_t (*) (char *, void *, struct svc_req *)) in idmap_prog_1()
255 local = (bool_t (*) (char *, void *, struct svc_req *)) in idmap_prog_1()
264 local = (bool_t (*) (char *, void *, struct svc_req *)) in idmap_prog_1()
273 local = (bool_t (*) (char *, void *, struct svc_req *)) in idmap_prog_1()
282 local = (bool_t (*) (char *, void *, struct svc_req *)) in idmap_prog_1()
291 local = (bool_t (*) (char *, void *, struct svc_req *)) in idmap_prog_1()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c79 static void proxtrans(char *cmd, char *local, char *remote);
86 hrtime_t t1, char *local, char *remote);
88 static char *gunique(char *local);
740 sendrequest(char *cmd, char *local, char *remote, int allowpipe) in sendrequest() argument
758 proxtrans(cmd, local, remote); in sendrequest()
782 if (strcmp(local, "-") == 0) in sendrequest()
784 else if (allowpipe && *local == '|') { in sendrequest()
786 fin = mypopen(local + 1, "r"); in sendrequest()
788 perror(local + 1); in sendrequest()
797 fin = fopen(local, "r"); in sendrequest()
[all …]

12345678910>>...32