Home
last modified time | relevance | path

Searched refs:local (Results 26 – 50 of 850) sorted by relevance

12345678910>>...34

/illumos-gate/usr/src/tools/smatch/src/
H A Dmemops.c21 int local) in find_dominating_parents() argument
36 dominance = dominates(pseudo, insn, one, local); in find_dominating_parents()
51 if (!find_dominating_parents(pseudo, insn, parent, generation, dominators, local)) in find_dominating_parents()
95 int local = local_pseudo(pseudo); in simplify_loads() local
109 dominance = dominates(pseudo, insn, dom, local); in simplify_loads()
127 if (find_dominating_parents(pseudo, insn, bb, generation, &dominators, local)) { in simplify_loads()
130 if (local) { in simplify_loads()
159 int local; in kill_dominated_stores() local
166 local = local_pseudo(pseudo); in kill_dominated_stores()
171 dominance = dominates(pseudo, insn, dom, local); in kill_dominated_stores()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
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);
H A Dsfnputc.c41 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 Dsfclose.c36 reg int local, ex, rv; local
42 GETLOCAL(f,local);
45 SFMODE(f,local) != (f->mode&SF_RDWR) &&
46 SFMODE(f,local) != (f->mode&(SF_READ|SF_SYNCED)) &&
47 _sfmode(f,SF_SYNCED,local) < 0)
74 if(f->disc && (ex = SFRAISE(f,local ? SF_NEW : SF_CLOSING,NIL(Void_t*))) != 0)
77 if(!local && f->pool)
105 if(f->data && (!local || (f->flags&SF_STRING) || (f->bits&SF_MMAP) ) )
159 if(!local)
H A Dsfexcept.c38 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 &&
H A Dsffilbuf.c43 reg int first, local, rcrv, rc, justseek; local
48 GETLOCAL(f,local);
58 if(SFMODE(f,local) != SF_READ && _sfmode(f,SF_READ,local) < 0)
60 SFLOCK(f,local);
111 SFOPEN(f,local);
H A Dsfsync.c89 int local, rv, mode, lock; local
98 GETLOCAL(origf,local);
109 if((origf->mode&SF_RDWR) != SFMODE(origf,local) && _sfmode(origf,0,local) < 0)
119 SFLOCK(f,local);
161 SFOPEN(f,local);
168 if(!local && f && (f->mode&SF_POOL) && f->pool && f != f->pool->sf[0])
H A Dsfread.c40 reg int local, justseek; local
45 GETLOCAL(f,local);
84 if(SFMODE(f,local) != SF_READ && _sfmode(f,SF_READ,local) < 0)
89 SFLOCK(f,local);
137 SFOPEN(f,local);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c39 #ifndef local
40 # define local static macro
902 local void lm_init (s) in lm_init()
1736 local void ct_init(s) in ct_init()
1769 local void init_block(s) in init_block()
2256 local void ct_align(s) in ct_align()
2536 local void bi_flush(s) in bi_flush()
2553 local void bi_windup(s) in bi_windup()
3638 local void ffree OF((
3981 local uInt fixed_bl;
[all …]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_4.c82 bool_t (*local)(); in rpcb_service_4() local
110 local = (bool_t (*)()) rpcbproc_set_com; in rpcb_service_4()
127 local = (bool_t (*)()) rpcbproc_unset_com; in rpcb_service_4()
133 local = (bool_t (*)()) rpcbproc_getaddr_com; in rpcb_service_4()
139 local = (bool_t (*)()) rpcbproc_dump_com; in rpcb_service_4()
149 local = (bool_t (*)()) rpcbproc_gettime_com; in rpcb_service_4()
155 local = (bool_t (*)()) rpcbproc_uaddr2taddr_com; in rpcb_service_4()
161 local = (bool_t (*)()) rpcbproc_taddr2uaddr_com; in rpcb_service_4()
167 local = (bool_t (*)()) rpcbproc_getaddr_com; in rpcb_service_4()
177 local = (bool_t (*)()) rpcbproc_getaddrlist; in rpcb_service_4()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmbest.c526 int local;
534 SETLOCK(vm, local);
623 SETLOCK(vm,local);
721 int local;
730 SETLOCK(vm, local);
763 CLRLOCK(vm,local);
773 int local;
796 SETLOCK(vm, local);
847 int local;
966 int local;
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localicmp.ksh47 $dtrace -c "/usr/sbin/ping -D $local 3" -qs /dev/stdin <<EOF | sort -n
49 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
60 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
H A Dtst.ipv6localicmp.ksh57 $dtrace -c "/usr/sbin/ping -A inet6 $local 3" -qs /dev/stdin <<EOF | sort -n
59 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
69 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c83 if ((p->local.iftype != DL_IB) || (p->remote.iftype != DL_IB)) \
129 while ((p) && ((p->lnode_ip != path->local.node_ipaddr) || in rds_path_up()
141 p->lnode_ip = path->local.node_ipaddr; in rds_path_up()
146 p1->libd_ip = path->local.ipaddr; in rds_path_up()
150 (void) strcpy(p1->lifname, path->local.ifname); in rds_path_up()
166 p1->libd_ip = path->local.ipaddr; in rds_path_up()
172 (void) strcpy(p1->lifname, path->local.ifname); in rds_path_up()
196 while ((p) && ((p->lnode_ip != path->local.node_ipaddr) || in rds_path_down()
204 "(0x%x <-> 0x%x)", path->local.node_ipaddr, in rds_path_down()
211 while ((p1) && ((p1->libd_ip != path->local.ipaddr) || in rds_path_down()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashfree.c58 if (tab->root->local->free) in hashfree()
60 if (tab->root->flags & HASH_BUCKET) freebucket = tab->root->local->free; in hashfree()
61 else freevalue = tab->root->local->free; in hashfree()
63 if (region = tab->root->local->region) in hashfree()
64 handle = tab->root->local->handle; in hashfree()
134 if (tab->root->local) in hashfree()
135 free(tab->root->local); in hashfree()
H A Dhashalloc.c88 if (!(tab->root->local = newof(0, Hash_local_t, 1, 0))) in hashalloc()
90 if (tab->root->local->region = region) in hashalloc()
91 tab->root->local->handle = handle; in hashalloc()
102 tab->root->local->alloc = va_arg(ap, Hash_alloc_f); in hashalloc()
114 tab->root->local->compare = va_arg(ap, Hash_compare_f); in hashalloc()
118 tab->root->local->free = va_arg(ap, Hash_free_f); in hashalloc()
122 tab->root->local->hash = va_arg(ap, Hash_hash_f); in hashalloc()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c121 if (local == NULL) in gss_chanbind_cmp()
139 if (gss_buffer_cmp(&local->acceptor_address, in gss_chanbind_cmp()
170 accept->remote = ctx->local; in gen_accept_token()
172 accept->local = ctx->remote; in gen_accept_token()
501 if ((g_cntx->local = strdup(clnt->cntx.local)) == NULL) { in __dh_gss_accept_sec_context()
567 free(g_cntx->local); in __dh_gss_accept_sec_context()
613 remote->cntx.remote = cntx->local; in gen_init_token()
615 remote->cntx.local = cntx->remote; in gen_init_token()
694 dh_gss_ctx->local = NULL; in create_context()
780 free(dh_gss_ctx->local); in create_context()
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dinffixed.h25 local const uInt fixed_bl = 9;
26 local const uInt fixed_bd = 5;
27 local const inflate_huft fixed_tl[] = {
157 local const inflate_huft fixed_td[] = {
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c81 if ((p->local.iftype != DL_IB) || (p->remote.iftype != DL_IB)) \
127 while ((p) && ((p->lnode_ip != path->local.node_ipaddr) || in rdsv3_path_up()
139 p->lnode_ip = path->local.node_ipaddr; in rdsv3_path_up()
144 p1->libd_ip = path->local.ipaddr; in rdsv3_path_up()
148 (void) strcpy(p1->lifname, path->local.ifname); in rdsv3_path_up()
164 p1->libd_ip = path->local.ipaddr; in rdsv3_path_up()
170 (void) strcpy(p1->lifname, path->local.ifname); in rdsv3_path_up()
194 while ((p) && ((p->lnode_ip != path->local.node_ipaddr) || in rdsv3_path_down()
202 "(0x%x <-> 0x%x)", path->local.node_ipaddr, in rdsv3_path_down()
209 while ((p1) && ((p1->libd_ip != path->local.ipaddr) || in rdsv3_path_down()
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficl.fr28 (local)
29 repeat 2drop 0 0 (local)
32 : local ( name -- ) bl word count (local) ; immediate
34 : 2local ( name -- ) bl word count (2local) ; immediate
36 : end-locals ( -- ) 0 0 (local) ; immediate
/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.h3 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/test/zfs-tests/tests/functional/inheritance/
H A Dstate007.cfg43 local local
44 local local
45 local local
H A Dstate021.cfg47 local default
49 local local
56 local local
63 local default
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c1288 char local[60]; in pmcs_process_general_event() local
1293 (void) snprintf(local, sizeof (local), in pmcs_process_general_event()
1297 (void) snprintf(local, sizeof (local), in pmcs_process_general_event()
1300 (void) snprintf(local, sizeof (local), in pmcs_process_general_event()
1323 char local[PMCS_QENTRY_SIZE << 1]; in pmcs_general_intr() local
1362 pmcs_process_ssp_event(pwp, local, amt); in pmcs_general_intr()
1381 (void) snprintf(local, sizeof (local), in pmcs_general_intr()
1551 char local[PMCS_QENTRY_SIZE << 1]; in pmcs_iodone_intr() local
1603 (void) snprintf(local, sizeof (local), in pmcs_iodone_intr()
1649 char local[PMCS_QENTRY_SIZE << 1]; in pmcs_event_intr() local
[all …]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dallow.py58 self.local = dict()
91 d = self.local
101 for nwho in self.local:
105 self.ld[nwho] = self.local[nwho] & self.descend[nwho]
106 self.local[nwho] -= self.ld[nwho]
130 s += self.__ldstr(self.local, _("Local permissions:\n"))
199 if options.local:
356 if options.local or options.descend or options.user or \
365 if options.local or options.descend or options.user or \
382 if not options.local and not options.descend:
[all …]

12345678910>>...34