Home
last modified time | relevance | path

Searched refs:this (Results 1 – 25 of 2831) sorted by relevance

12345678910>>...114

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.neglquant.d73 this->val = ((1 << 63) - 1) / this->i;
77 this->val = ((1 << 63) - 1) / this->i;
81 this->val = ((1 << 63) - 1) / this->i;
85 this->val = ((1 << 63) - 1) / this->i;
89 this->val = ((1 << 63) - 1) / this->i;
93 this->val = ((1 << 63) - 1) / this->i;
97 this->val = ((1 << 63) - 1) / this->i;
118 this->val = ((1 << 63) - 1) / this->i;
122 this->val = ((1 << 63) - 1) / this->i;
126 this->val = ((1 << 63) - 1) / this->i;
[all …]
H A Dtst.negquant.d68 this->i = 1;
71 @["f-market"] = quantize(this->i, this->val);
72 this->i <<= 1;
75 @["f-market"] = quantize(this->i, this->val);
79 @["f-market"] = quantize(this->i, this->val);
83 @["f-market"] = quantize(this->i, this->val);
90 this->i = 1;
93 @["s-castro"] = quantize(this->i, this->val);
97 @["s-castro"] = quantize(this->i, this->val);
101 @["s-castro"] = quantize(this->i, this->val);
[all …]
/illumos-gate/usr/src/lib/librstp/common/
H A Dport.c53 for (this = stpm->ports; this; this = this->next) { in STP_port_create()
78 this->timers[iii++] = &this->fdWhile; in STP_port_create()
79 this->timers[iii++] = &this->helloWhen; in STP_port_create()
80 this->timers[iii++] = &this->mdelayWhile; in STP_port_create()
81 this->timers[iii++] = &this->rbWhile; in STP_port_create()
82 this->timers[iii++] = &this->rcvdInfoWhile; in STP_port_create()
83 this->timers[iii++] = &this->rrWhile; in STP_port_create()
84 this->timers[iii++] = &this->tcWhile; in STP_port_create()
85 this->timers[iii++] = &this->txCount; in STP_port_create()
86 this->timers[iii++] = &this->lnkWhile; in STP_port_create()
[all …]
H A Dstpm.c34 this->State = BEGIN; in _stp_stpm_init_machine()
35 (*(this->concreteEnterState)) (this); in _stp_stpm_init_machine()
82 STP_copy_times (&this->rootTimes, &this->BrTimes); in _stp_stpm_init_data()
117 this->Topo_Change = _check_topoch (this); in STP_stpm_one_second()
130 STPM_T* this; in STP_stpm_create() local
141 this->machines = NULL; in STP_stpm_create()
142 this->ports = NULL; in STP_stpm_create()
150 return this; in STP_stpm_create()
164 if (this->ports) in STP_stpm_enable()
207 if (this->name) in STP_stpm_delete()
[all …]
H A Dstatmch.c39 STATE_MACH_T *this; in STP_state_mach_create() local
43 this->State = BEGIN; in STP_state_mach_create()
55 return this; in STP_state_mach_create()
61 free (this->name); in STP_state_mach_delete()
70 bret = (*(this->concreteCheckCondition)) (this); in STP_check_condition()
85 (*(this->concreteEnterState)) (this); in STP_change_state()
102 this->name, in STP_hop_2_state()
105 (*(this->concreteGetStatName)) (this->State), in STP_hop_2_state()
111 this->name, in STP_hop_2_state()
112 *this->owner.stpm->name ? this->owner.stpm->name : "Glbl", in STP_hop_2_state()
[all …]
H A Droletrns.c126 if (this->debug) in STP_roletrns_enter_state()
150 if (this->debug) in STP_roletrns_enter_state()
159 if (this->debug) in STP_roletrns_enter_state()
166 if (this->debug) in STP_roletrns_enter_state()
174 if (this->debug) in STP_roletrns_enter_state()
181 if (this->debug) in STP_roletrns_enter_state()
189 if (this->debug) in STP_roletrns_enter_state()
197 if (this->debug) in STP_roletrns_enter_state()
207 if (this->debug) in STP_roletrns_enter_state()
216 if (this->debug) in STP_roletrns_enter_state()
[all …]
H A Dtopoch.c61 if (this->debug) { in flush()
86 if (this->debug) { in setTcPropBridge()
114 switch (this->State) { in STP_topoch_enter_state()
118 flush (this, "topoch INIT"); in STP_topoch_enter_state()
133 port->tcWhile = newTcWhile (this); in STP_topoch_enter_state()
135 if (this->debug) in STP_topoch_enter_state()
152 if (this->debug) in STP_topoch_enter_state()
164 if (this->debug) in STP_topoch_enter_state()
173 if (this->debug) in STP_topoch_enter_state()
186 if (BEGIN == this->State) { in STP_topoch_check_conditions()
[all …]
H A Dstp_in.c37 register STPM_T* this; in stp_in_stpm_create() local
43 return this; in stp_in_stpm_create()
53 return this; in stp_in_stpm_create()
84 if (! this) { in _stp_in_stpm_enable()
116 for (this = STP_stpm_get_the_list (); this; this = this->next) in stpapi_stpm_find()
118 return this; in stpapi_stpm_find()
762 if (! this) { in STP_IN_stpm_set_cfg()
938 STPM_T *this; in STP_IN_port_add() local
970 STPM_T *this; in STP_IN_port_remove() local
989 if (!this->ports) in STP_IN_port_remove()
[all …]
H A Dtransmit.c118 txTcn (STATE_MACH_T* this) in txTcn() argument
142 if (this->debug) in txTcn()
188 port = this->owner.port; in txConfig()
199 if (this->debug) in txConfig()
210 txRstp (STATE_MACH_T* this) in txRstp() argument
224 this->owner.port->port_name, this->owner.port->skip_tx); in txRstp()
231 port = this->owner.port; in txRstp()
279 if (this->debug) in txRstp()
295 switch (this->State) { in STP_transmit_enter_state()
318 (void) txTcn (this); in STP_transmit_enter_state()
[all …]
H A Dsttrans.c41 disableLearning (STATE_MACH_T *this) in disableLearning() argument
43 register PORT_T *port = this->owner.port; in disableLearning()
49 enableLearning (STATE_MACH_T *this) in enableLearning() argument
57 disableForwarding (STATE_MACH_T *this) in disableForwarding() argument
65 enableForwarding (STATE_MACH_T *this) in enableForwarding() argument
78 switch (this->State) { in STP_sttrans_enter_state()
84 disableLearning (this); in STP_sttrans_enter_state()
85 disableForwarding (this); in STP_sttrans_enter_state()
93 enableLearning (this); in STP_sttrans_enter_state()
102 enableForwarding (this); in STP_sttrans_enter_state()
[all …]
H A Dportinfo.c68 if (this->debug) { in rcvBpdu()
105 if (this->debug) { in rcvBpdu()
119 if (this->debug) { in rcvBpdu()
127 if (this->debug) { in rcvBpdu()
167 if (this->debug) { in setTcFlags()
175 if (this->debug) { in setTcFlags()
185 if (this->debug) { in setTcFlags()
341 switch (this->State) { in STP_info_enter_state()
380 if (this->debug) { in STP_info_enter_state()
393 setTcFlags (this); in STP_info_enter_state()
[all …]
H A Dmigrate.c42 STP_migrate_enter_state (STATE_MACH_T* this) in STP_migrate_enter_state() argument
44 register PORT_T* port = this->owner.port; in STP_migrate_enter_state()
46 switch (this->State) { in STP_migrate_enter_state()
72 STP_migrate_check_conditions (STATE_MACH_T* this) in STP_migrate_check_conditions() argument
74 register PORT_T* port = this->owner.port; in STP_migrate_check_conditions()
77 return STP_hop_2_state (this, INIT); in STP_migrate_check_conditions()
79 switch (this->State) { in STP_migrate_check_conditions()
90 return STP_hop_2_state (this, SEND_RSTP); in STP_migrate_check_conditions()
97 return STP_hop_2_state (this, SEND_STP); in STP_migrate_check_conditions()
101 return STP_hop_2_state (this, SEND_STP); in STP_migrate_check_conditions()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_waits.c114 prev = this, this = this->next) in evUnwait()
133 prev = this, this = this->next) in evUnwait()
151 FREE(this); in evUnwait()
184 evWait *this; in print_waits() local
190 for (this = wl->first; this != NULL; this = this->next) in print_waits()
195 for (this = ctx->waitDone.first; this != NULL; this = this->next) in print_waits()
222 this->prev->next = this->next; in evFreeWaitList()
226 this->next->prev = this->prev; in evFreeWaitList()
227 FREE(this); in evFreeWaitList()
234 for (this = ctx->waitLists; this != NULL; this = this->next) { in evGetWaitList()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-iso2022-7%zh_TW-euc.c533 if (zconversion(this->conv, this->iobuf) == -1) in aisotoeuc()
559 this->cntl = yGxCntl(this->conv); in areset()
573 zdeConversion(Conversion *this) { free(this); } in zdeConversion() argument
652 zsetplane(this->convobj, this->gxplane[0]); in yescSeq()
665 zsetplane(this->convobj, this->gxplane[1]); in yescSeq()
680 zsetplane(this->convobj, this->gxplane[2]); in yescSeq()
683 zsetplane(this->convobj, this->gxplane[3]); in yescSeq()
739 this->gxplane[this->mygx] = ygetplaneno(this, c); in yescSeq()
771 return (this->mybuf[--this->bufc]); in xgetc()
791 xbackup(IOBuf *this, int c) { this->mybuf[this->bufc++] = c; } in xbackup() argument
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dstring.fr39 : clr-buf ( 2:this -- )
45 : free-buf { 2:this -- }
46 this my=> get-buf
50 this my=> clr-buf
82 u this --> size-buf
83 u this --> set-count
88 this --> get-buf
89 this --> get-count
95 this --> size-buf
96 c-addr this --> get-buf this --> get-count + u move
[all …]
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A DWatch-fksmb.d30 this->pn = copyinstr(arg0);
34 this->pn,
35 this->sr->smb_mid,
36 this->sr->smb_uid,
37 this->sr->smb_tid);
46 this->pn,
47 this->sr->smb_mid,
57 this->pn,
59 this->sr->smb2_ssnid,
60 this->sr->smb_tid);
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h106 #define READLOCKV(this, msg) \ argument
107 LOCKV(this->acqnonexcl, msg)
108 #define READUNLOCKV(this, msg) \ argument
109 LOCKV(this->relnonexcl, msg)
119 LOCK(this->acqexcl, retval, msg)
121 LOCK(this->relexcl, retval, msg)
128 #define WRITELOCKV(this, msg) \ argument
129 LOCKV(this->acqexcl, msg)
131 LOCKV(this->relexcl, msg)
141 if (this != 0) { \
[all …]
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.d88 this unsigned int priority;
89 this string cause;
154 this unsigned long long end;
160 this->now = timestamp;
162 this->end = (this->end != 0 && this->end != self->lt_sleep_start)
163 ? this->end : this->now;
165 self->lt_sch_delay = this->now - this->end;
268 this int stype;
293 this->wchan] = sum(this->wtime);
295 this->wchan] = max(this->wtime);
[all …]
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dwhoqueue.d36 this->len = ++qlen[this->cpu = args[2]->cpu_id];
41 /this->len > maxlen && spec[this->cpu]/
47 discard(spec[this->cpu]);
51 /this->len > maxlen/
57 maxlen = this->len;
63 this->spec = spec[this->cpu] = speculation();
64 speculate(this->spec);
70 this->in <= longtime[this->cpu = args[2]->cpu_id]/
86 /this->len == 0 && spec[this->cpu]/
93 commit(spec[this->cpu]);
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d29 *this->value = 1;
30 copyout(this->value, arg0, sizeof (int));
35 this->j = copyinstr(arg0);
39 /json(this->j, "finished") == NULL && json(this->j, "action") != "ignore"/
41 this->index = strtoll(json(this->j, "index"));
42 this->size = json(this->j, "sizes[2]");
43 this->odd = json(this->j, "facts.odd");
44 this->even = json(this->j, "facts.even");
45 printf("[%d] sz %s odd %s even %s\n", this->index, this->size,
46 this->odd, this->even);
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d43 this->f->a[0] = 1;
44 this->f->a[1] = 2;
45 this->f->a[2] = 3;
48 this->f->b[2] = 0;
52 this->f->d[0] = 4;
53 this->f->d[1] = 0;
54 this->f->d[2] = 0;
56 print(this->f->a);
57 print(this->f->b);
58 print(this->f->c);
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d32 this->minor1 =
34 this->minor2 =
36 this->minor3 =
39 this->minor1->d_minor.dev = 0;
40 this->minor1->next = this->minor2;
42 this->minor2->d_minor.dev = 0;
43 this->minor2->next = this->minor3;
45 this->minor3->d_minor.dev = 0;
46 this->minor3->next = this->minor1;
48 this->dev->devi_minor = this->minor1;
[all …]
H A Dtst.inet_ntop.d56 ip4a = this->buf4a;
57 ip4b = this->buf4b;
58 ip4c = this->buf4c;
59 ip4d = this->buf4d;
60 ip6a = this->buf6a;
61 ip6b = this->buf6b;
62 ip6c = this->buf6c;
63 ip6d = this->buf6d;
64 ip6e = this->buf6e;
65 ip6f = this->buf6f;
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c75 irs_gen_ho(struct irs_acc *this) { in irs_gen_ho() argument
110 ho_close(struct irs_ho *this) { in ho_close() argument
113 ho_minimize(this); in ho_close()
117 memput(this, sizeof *this); in ho_close()
129 if (init(this) == -1) in ho_byname()
172 if (init(this) == -1) in ho_byname2()
212 if (init(this) == -1) in ho_byaddr()
244 ho_next(struct irs_ho *this) { in ho_next() argument
303 ho_res_set(this, res, free); in ho_res_get()
340 if (init(this) == -1) in ho_addrinfo()
[all …]
H A Dlcl_ho.c155 UNUSED(this); in irs_lcl_ho()
188 ho_minimize(this); in ho_close()
194 memput(this, sizeof *this); in ho_close()
202 if (init(this) == -1) in ho_byname()
220 if (init(this) == -1) in ho_byname2()
223 ho_rewind(this); in ho_byname2()
255 if (init(this) == -1) in ho_byaddr()
288 ho_rewind(this); in ho_byaddr()
326 if (init(this) == -1) in ho_next()
330 ho_rewind(this); in ho_next()
[all …]

12345678910>>...114