sbin/ifconfig/ifconfig.c
5660
if (spr.phase == PHASE_DEAD)
sbin/ifconfig/ifconfig.c
5663
switch (spr.phase) {
sbin/isakmpd/conf.c
328
conf_find_trans_xf(int phase, char *xf)
sbin/isakmpd/conf.c
336
if ((phase == 1 && strcmp("Transforms", node->tag) == 0) ||
sbin/isakmpd/conf.c
337
(phase == 2 && strcmp("Suites", node->tag) == 0)) {
sbin/isakmpd/dpd.c
252
return (sa->phase == 2 && (sa->flags & SA_FLAG_READY) &&
sbin/isakmpd/dpd.c
272
if (sa->phase == 1 || (args->isakmp_sa->flags & SA_FLAG_DPD) == 0 ||
sbin/isakmpd/exchange.c
1135
exchange->initiator ? "initiator" : "responder", exchange->phase,
sbin/isakmpd/exchange.c
1143
if (exchange->phase == 2) {
sbin/isakmpd/exchange.c
1286
if (sa->phase != new_sa->phase || new_sa->name == 0 ||
sbin/isakmpd/exchange.c
1385
if (exchange->phase == 2 && msg->isakmp_sa)
sbin/isakmpd/exchange.c
1400
if (exchange->phase == 1 && msg->isakmp_sa) {
sbin/isakmpd/exchange.c
1483
if (exchange->phase == 1 && msg->isakmp_sa &&
sbin/isakmpd/exchange.c
1747
int phase;
sbin/isakmpd/exchange.c
1750
phase = conf_get_num(name, "Phase", 0);
sbin/isakmpd/exchange.c
1755
name, phase));
sbin/isakmpd/exchange.c
1765
exchange = exchange_lookup_by_name(name, phase);
sbin/isakmpd/exchange.c
1773
switch (phase) {
sbin/isakmpd/exchange.c
1857
name, phase);
sbin/isakmpd/exchange.c
337
exchange->phase == 1 && exchange->step == 1)
sbin/isakmpd/exchange.c
439
exchange->phase == 1)
sbin/isakmpd/exchange.c
446
exchange_lookup_by_name(char *name, int phase)
sbin/isakmpd/exchange.c
461
"<unnamed>", phase, exchange->phase));
sbin/isakmpd/exchange.c
469
exchange->phase == phase &&
sbin/isakmpd/exchange.c
479
exchange_lookup_active(char *name, int phase)
sbin/isakmpd/exchange.c
495
"<unnamed>", phase, exchange->phase));
sbin/isakmpd/exchange.c
498
exchange->phase == phase) {
sbin/isakmpd/exchange.c
587
exchange_create(int phase, int initiator, int doi, int type)
sbin/isakmpd/exchange.c
603
exchange->phase = phase;
sbin/isakmpd/exchange.h
101
u_int8_t phase;
sbin/isakmpd/ipsec.c
1068
((exchange->phase == 1 && exchange->type != ISAKMP_EXCH_ID_PROT &&
sbin/isakmpd/ipsec.c
1071
(exchange->phase == 2 && exchange->type != IKE_EXCH_QUICK_MODE &&
sbin/isakmpd/ipsec.c
1074
"in phase %d", exchange->type, exchange->phase);
sbin/isakmpd/ipsec.c
1176
((exchange->phase == 1 && exchange->type != ISAKMP_EXCH_ID_PROT &&
sbin/isakmpd/ipsec.c
1179
(exchange->phase == 2 && exchange->type != IKE_EXCH_QUICK_MODE &&
sbin/isakmpd/ipsec.c
1186
exchange->phase, exchange->type, exchange->step));
sbin/isakmpd/ipsec.c
1288
if (msg->exchange->phase == 1) {
sbin/isakmpd/ipsec.c
1397
constant_name(msg->exchange->phase == 1 ? ike_attr_cst :
sbin/isakmpd/ipsec.c
1421
if (exchange->phase == 1) {
sbin/isakmpd/ipsec.c
1586
if (sa->phase == 1)
sbin/isakmpd/ipsec.c
1612
if (sa->phase == 1)
sbin/isakmpd/ipsec.c
1727
if (msg->exchange->phase == 1) {
sbin/isakmpd/ipsec.c
212
if (sa->phase != 2 || !(sa->flags & SA_FLAG_READY))
sbin/isakmpd/ipsec.c
2293
if (proto->sa->phase == 2)
sbin/isakmpd/ipsec.c
269
if (sa == sa2 || sa->phase != 2 ||
sbin/isakmpd/ipsec.c
427
switch (exchange->phase) {
sbin/isakmpd/ipsec.c
920
if (msg->exchange->phase == 1 &&
sbin/isakmpd/ipsec.c
923
if (msg->exchange->phase == 2 &&
sbin/isakmpd/ipsec.c
977
if (exchange->phase == 1 &&
sbin/isakmpd/isakmp_cfg.c
108
if (msg->exchange->phase == 2) {
sbin/isakmpd/isakmp_cfg.c
340
if (msg->exchange->phase == 2)
sbin/isakmpd/isakmp_cfg.c
366
if (msg->exchange->phase == 2)
sbin/isakmpd/isakmp_cfg.c
474
if (msg->exchange->phase == 2)
sbin/isakmpd/isakmp_cfg.c
554
if (msg->exchange->phase == 2) {
sbin/isakmpd/isakmp_cfg.c
583
if (msg->exchange->phase == 2)
sbin/isakmpd/isakmp_doi.c
211
"in phase %d", msg->exchange->type, msg->exchange->phase);
sbin/isakmpd/isakmpd.c
267
return sa->phase == 2;
sbin/isakmpd/isakmpd.c
273
return sa->phase == 1;
sbin/isakmpd/message.c
1039
if (exchange->phase == 1) {
sbin/isakmpd/message.c
1146
if (msg->exchange->phase != 1) {
sbin/isakmpd/message.c
1299
if (msg->exchange && msg->exchange->phase == 1 &&
sbin/isakmpd/message.c
1474
if (msg->isakmp_sa && msg->exchange->phase == 1) {
sbin/isakmpd/message.c
1514
(msg->exchange->phase == 2 ||
sbin/isakmpd/message.c
1518
msg->exchange->phase);
sbin/isakmpd/message.c
830
if (exchange->phase != 1) {
sbin/isakmpd/sa.c
1019
sa_validate_proto_xf(struct proto *match, struct payload *xf, int phase)
sbin/isakmpd/sa.c
1041
avs->phase = phase;
sbin/isakmpd/sa.c
1119
if (!proto || sa_validate_proto_xf(proto, xf, sa->phase) != 0)
sbin/isakmpd/sa.c
1121
proto && sa_validate_proto_xf(proto, xf, sa->phase) != 0;
sbin/isakmpd/sa.c
1197
if (sa->phase == 2) {
sbin/isakmpd/sa.c
1271
if (sa->phase == 2)
sbin/isakmpd/sa.c
1273
sa->phase) == 0 && sa->soft_death) {
sbin/isakmpd/sa.c
145
return sa->phase == 1 &&
sbin/isakmpd/sa.c
158
u_int8_t phase;
sbin/isakmpd/sa.c
168
sa->phase == arg->phase && !(sa->flags & SA_FLAG_REPLACED);
sbin/isakmpd/sa.c
173
sa_lookup_by_name(char *name, int phase)
sbin/isakmpd/sa.c
178
arg.phase = phase;
sbin/isakmpd/sa.c
185
int phase;
sbin/isakmpd/sa.c
236
(addr->phase && addr->phase != sa->phase))
sbin/isakmpd/sa.c
269
if (sa->phase != 1 || !(sa->flags & SA_FLAG_READY))
sbin/isakmpd/sa.c
302
sa_lookup_by_peer(struct sockaddr *dst, socklen_t dstlen, int phase)
sbin/isakmpd/sa.c
308
arg.phase = phase;
sbin/isakmpd/sa.c
321
arg.phase = 1;
sbin/isakmpd/sa.c
424
sa->phase = exchange->phase;
sbin/isakmpd/sa.c
452
sa->phase, exchange,
sbin/isakmpd/sa.c
469
sa, sa->name ? sa->name : "<unnamed>", sa->phase, sa->doi->id,
sbin/isakmpd/sa.c
760
fprintf(fd, " (Phase %d%s)\n", sa->phase, sa->phase == 1 ?
sbin/isakmpd/sa.c
773
if (sa->phase == 1)
sbin/isakmpd/sa.c
775
else if (sa->phase == 2)
sbin/isakmpd/sa.c
948
int phase; /* IKE (1) or IPSEC (2) attrs? */
sbin/isakmpd/sa.c
963
"len %d", avs->phase, avs->mode, type, len));
sbin/isakmpd/sa.c
966
if (avs->phase == 1) {
sbin/isakmpd/sa.c
970
} else if (avs->phase == 2) {
sbin/isakmpd/sa.h
135
u_int8_t phase;
sbin/isakmpd/ui.c
129
int phase;
sbin/isakmpd/ui.c
133
phase = 2;
sbin/isakmpd/ui.c
135
phase = 1;
sbin/isakmpd/ui.c
137
phase = 2;
sbin/isakmpd/ui.c
143
"phase %d", name, phase));
sbin/isakmpd/ui.c
153
SA_LEN((struct sockaddr *)&addr), phase)) != 0) {
sbin/isakmpd/ui.c
163
SA_LEN((struct sockaddr *)&addr6), phase)) != 0) {
sbin/isakmpd/ui.c
169
if (phase == 2)
sbin/isakmpd/ui.c
171
while ((sa = sa_lookup_by_name(name, phase)) != 0)
sys/arch/luna88k/stand/boot/sc.c
222
ixfer_start(struct scsidevice *hd, int len, u_char phase, int wait)
sys/arch/luna88k/stand/boot/sc.c
227
hd->scsi_pctl = phase;
sys/dev/ic/aic79xx.c
3502
ahd_lookup_phase_entry(int phase)
sys/dev/ic/aic79xx.c
3513
if (phase == entry->phase)
sys/dev/ic/aic79xx.h
1422
ahd_lookup_phase_entry(int phase);
sys/dev/ic/aic79xx.h
807
uint8_t phase;
sys/dev/ic/aic7xxx.c
1114
if (errorphase == ahc_phase_table[i].phase)
sys/dev/ic/aic7xxx.c
1404
if (lastphase == ahc_phase_table[i].phase)
sys/dev/ic/aic7xxx.c
2239
ahc_lookup_phase_entry(int phase)
sys/dev/ic/aic7xxx.c
2250
if (phase == entry->phase)
sys/dev/ic/aic7xxx.c
853
if (lastphase == ahc_phase_table[i].phase)
sys/dev/ic/aic7xxxvar.h
1241
ahc_lookup_phase_entry(int phase);
sys/dev/ic/aic7xxxvar.h
791
uint8_t phase;
sys/dev/ic/iha.c
1597
int phase;
sys/dev/ic/iha.c
1599
if ((phase = iha_wait(sc, iot, ioh, CMD_COMP)) == -1)
sys/dev/ic/iha.c
1606
if (phase == PHASE_MSG_OUT) {
sys/dev/ic/iha.c
1616
} else if (phase == PHASE_MSG_IN) {
sys/dev/ic/iha.c
1809
int phase;
sys/dev/ic/iha.c
1817
phase = iha_wait(sc, iot, ioh, XF_FIFO_IN);
sys/dev/ic/iha.c
1825
phase = -1;
sys/dev/ic/iha.c
1830
phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
sys/dev/ic/iha.c
1838
phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
sys/dev/ic/iha.c
1841
phase = iha_msgin_extended(sc, iot, ioh);
sys/dev/ic/iha.c
1844
phase = iha_msgin_ignore_wid_resid(sc, iot, ioh);
sys/dev/ic/iha.c
1849
phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
sys/dev/ic/iha.c
1850
if (phase != -1) {
sys/dev/ic/iha.c
1859
phase = iha_msgout_reject(sc, iot, ioh);
sys/dev/ic/iha.c
1863
if (phase != PHASE_MSG_IN)
sys/dev/ic/iha.c
1864
return (phase);
sys/dev/ic/iha.c
1873
int phase;
sys/dev/ic/iha.c
1875
phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
sys/dev/ic/iha.c
1877
if (phase == PHASE_MSG_IN) {
sys/dev/ic/iha.c
1878
phase = iha_wait(sc, iot, ioh, XF_FIFO_IN);
sys/dev/ic/iha.c
1880
if (phase != -1) {
sys/dev/ic/iha.c
1885
phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
sys/dev/ic/iha.c
1889
return (phase);
sys/dev/ic/iha.c
1897
int i, phase, msglen, msgcode;
sys/dev/ic/iha.c
1903
phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
sys/dev/ic/iha.c
1905
if (phase != PHASE_MSG_IN)
sys/dev/ic/iha.c
1906
return (phase);
sys/dev/ic/iha.c
1930
phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
sys/dev/ic/iha.c
1931
if (phase != PHASE_MSG_OUT)
sys/dev/ic/iha.c
1932
return (phase);
sys/dev/ic/iha.c
1963
phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
sys/dev/ic/iha.c
1964
if (phase != PHASE_MSG_OUT)
sys/dev/ic/iha.c
1965
return (phase);
sys/dev/ic/iha.c
2066
int phase;
sys/dev/ic/iha.c
2073
phase = iha_wait(sc, iot, ioh, XF_FIFO_OUT);
sys/dev/ic/iha.c
2078
return (phase);
sys/dev/ic/trm.c
764
u_int16_t phase;
sys/dev/ic/trm.c
796
phase = (u_int16_t) pSRB->ScsiPhase; /* phase: */
sys/dev/ic/trm.c
802
stateV = trm_SCSI_phase0[phase];
sys/dev/ic/trm.c
813
phase = (u_int16_t) scsi_status & PHASEMASK;
sys/dev/ic/trm.c
818
stateV = trm_SCSI_phase1[phase];
sys/dev/pci/drm/amd/display/dc/dccg/dcn20/dcn20_dccg.c
53
int modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn20/dcn20_dccg.c
57
phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk;
sys/dev/pci/drm/amd/display/dc/dccg/dcn20/dcn20_dccg.c
59
if (phase > 0xff) {
sys/dev/pci/drm/amd/display/dc/dccg/dcn20/dcn20_dccg.c
61
phase = 0xff;
sys/dev/pci/drm/amd/display/dc/dccg/dcn20/dcn20_dccg.c
65
DPPCLK0_DTO_PHASE, phase,
sys/dev/pci/drm/amd/display/dc/dccg/dcn21/dcn21_dccg.c
53
int phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn21/dcn21_dccg.c
67
phase = (req_dppclk + 9999) / 10000;
sys/dev/pci/drm/amd/display/dc/dccg/dcn21/dcn21_dccg.c
69
if (phase > modulo) {
sys/dev/pci/drm/amd/display/dc/dccg/dcn21/dcn21_dccg.c
74
phase = modulo;
sys/dev/pci/drm/amd/display/dc/dccg/dcn21/dcn21_dccg.c
85
phase = 10;
sys/dev/pci/drm/amd/display/dc/dccg/dcn21/dcn21_dccg.c
89
DPPCLK0_DTO_PHASE, phase,
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
573
uint32_t modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
577
phase = div_u64((((unsigned long long)modulo * req_dtbclk_khz) + params->ref_dtbclk_khz - 1),
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
584
REG_WRITE(DTBCLK_DTO_PHASE[params->otg_inst], phase);
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
60
int modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
617
uint32_t modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
621
phase = div_u64((((unsigned long long)modulo * params->req_audio_dtbclk_khz) + params->ref_dtbclk_khz - 1),
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
626
REG_WRITE(DCCG_AUDIO_DTBCLK_DTO_PHASE, phase);
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
64
phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk;
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
66
if (phase > 0xff) {
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
68
phase = 0xff;
sys/dev/pci/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
72
DPPCLK0_DTO_PHASE, phase,
sys/dev/pci/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
214
uint32_t modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
218
phase = req_dtbclk_khz * 1000;
sys/dev/pci/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
221
REG_WRITE(DTBCLK_DTO_PHASE[params->otg_inst], phase);
sys/dev/pci/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
213
uint32_t modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
217
phase = req_dtbclk_khz * 1000;
sys/dev/pci/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
220
REG_WRITE(DTBCLK_DTO_PHASE[params->otg_inst], phase);
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1158
int modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1162
phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk;
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1164
if (phase > 0xff) {
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1166
phase = 0xff;
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1171
DPPCLK0_DTO_PHASE, phase,
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1370
uint32_t modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1389
phase = req_dtbclk_khz * 1000;
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1392
REG_WRITE(DTBCLK_DTO_PHASE[params->otg_inst], phase);
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1412
params->ref_dtbclk_khz, req_dtbclk_khz, phase, modulo);
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
2157
int modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
2161
phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk;
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
2163
if (phase > 0xff) {
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
2165
phase = 0xff;
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
2173
DPPCLK0_DTO_PHASE, phase,
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
2306
uint32_t modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
2312
phase = req_dtbclk_khz * 1000;
sys/dev/pci/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
2315
REG_WRITE(DTBCLK_DTO_PHASE[params->otg_inst], phase);
sys/dev/pci/drm/amd/display/dc/dccg/dcn401/dcn401_dccg.c
83
int modulo, phase;
sys/dev/pci/drm/amd/display/dc/dccg/dcn401/dcn401_dccg.c
87
phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk;
sys/dev/pci/drm/amd/display/dc/dccg/dcn401/dcn401_dccg.c
89
if (phase > 0xff) {
sys/dev/pci/drm/amd/display/dc/dccg/dcn401/dcn401_dccg.c
91
phase = 0xff;
sys/dev/pci/drm/amd/display/dc/dccg/dcn401/dcn401_dccg.c
95
DPPCLK0_DTO_PHASE, phase,
sys/dev/pci/drm/amd/display/dc/dce/dce_transform.c
216
int phase, pair;
sys/dev/pci/drm/amd/display/dc/dce/dce_transform.c
233
for (phase = 0; phase < phases_to_program; phase++) {
sys/dev/pci/drm/amd/display/dc/dce/dce_transform.c
242
SCL_C_RAM_PHASE, phase,
sys/dev/pci/drm/amd/display/dc/dce110/dce110_transform_v.c
289
int i, phase, pair;
sys/dev/pci/drm/amd/display/dc/dce110/dce110_transform_v.c
319
for (phase = 0; phase < phases_to_program; phase++) {
sys/dev/pci/drm/amd/display/dc/dce110/dce110_transform_v.c
322
set_reg_field_value(select, phase, SCLV_COEF_RAM_SELECT, SCL_C_RAM_PHASE);
sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c
689
int phase;
sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c
696
for (phase = 0; phase < (NUM_PHASES / 2 + 1); phase++) {
sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c
698
even_coef = filter[phase * taps + 2 * pair];
sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c
700
odd_coef = filter[phase * taps + 2 * pair + 1];
sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c
706
WBSCL_COEF_RAM_PHASE, phase,
sys/dev/pci/drm/amd/display/dc/dpp/dcn10/dcn10_dpp_dscl.c
247
int phase;
sys/dev/pci/drm/amd/display/dc/dpp/dcn10/dcn10_dpp_dscl.c
256
for (phase = 0; phase < (NUM_PHASES / 2 + 1); phase++) {
sys/dev/pci/drm/amd/display/dc/dpp/dcn10/dcn10_dpp_dscl.c
258
even_coef = filter[phase * taps + 2 * pair];
sys/dev/pci/drm/amd/display/dc/dpp/dcn10/dcn10_dpp_dscl.c
260
odd_coef = filter[phase * taps + 2 * pair + 1];
sys/dev/pci/drm/amd/display/dc/dpp/dcn401/dcn401_dpp_dscl.c
239
int phase;
sys/dev/pci/drm/amd/display/dc/dpp/dcn401/dcn401_dpp_dscl.c
248
for (phase = 0; phase < (NUM_PHASES / 2 + 1); phase++) {
sys/dev/pci/drm/amd/display/dc/dpp/dcn401/dcn401_dpp_dscl.c
250
even_coef = filter[phase * taps + 2 * pair];
sys/dev/pci/drm/amd/display/dc/dpp/dcn401/dcn401_dpp_dscl.c
252
odd_coef = filter[phase * taps + 2 * pair + 1];
sys/dev/pci/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2389
uint64_t phase[MAX_PIPES];
sys/dev/pci/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2427
phase[i] = embedded_pix_clk_100hz*(uint64_t)100;
sys/dev/pci/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2431
phase[i] = (uint64_t)embedded_pix_clk_100hz*
sys/dev/pci/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2434
phase[i] = div_u64(phase[i], get_clock_divider(grouped_pipes[i], true));
sys/dev/pci/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2439
if (reduceSizeAndFraction(&phase[i],
sys/dev/pci/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2456
phase[i], modulo[i]);
sys/dev/pci/drm/i915/display/skl_scaler.c
60
int phase = -0x8000;
sys/dev/pci/drm/i915/display/skl_scaler.c
64
phase += (sub - 1) * 0x8000 / sub;
sys/dev/pci/drm/i915/display/skl_scaler.c
66
phase += scale / (2 * sub);
sys/dev/pci/drm/i915/display/skl_scaler.c
73
WARN_ON(phase < -0x8000 || phase > 0x18000);
sys/dev/pci/drm/i915/display/skl_scaler.c
75
if (phase < 0)
sys/dev/pci/drm/i915/display/skl_scaler.c
76
phase = 0x10000 + phase;
sys/dev/pci/drm/i915/display/skl_scaler.c
80
return ((phase >> 2) & PS_PHASE_MASK) | trip;
sys/dev/pci/drm/i915/gem/i915_gem_pm.c
143
}, **phase;
sys/dev/pci/drm/i915/gem/i915_gem_pm.c
176
for (phase = phases; *phase; phase++) {
sys/dev/pci/drm/i915/gem/i915_gem_pm.c
177
list_for_each_entry(obj, *phase, mm.link) {
sys/dev/pci/drm/i915/gem/i915_gem_shrinker.c
118
}, *phase;
sys/dev/pci/drm/i915/gem/i915_gem_shrinker.c
176
for (phase = phases; phase->list; phase++) {
sys/dev/pci/drm/i915/gem/i915_gem_shrinker.c
181
if ((shrink & phase->bit) == 0)
sys/dev/pci/drm/i915/gem/i915_gem_shrinker.c
195
(obj = list_first_entry_or_null(phase->list,
sys/dev/pci/drm/i915/gem/i915_gem_shrinker.c
242
list_splice_tail(&still_in_list, phase->list);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_context.c
1348
} *phase, phases[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_context.c
1359
for (i = 0, phase = phases; ret == 0 && i < ARRAY_SIZE(phases);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_context.c
1360
i++, phase++)
sys/dev/pci/drm/i915/gem/selftests/i915_gem_context.c
1361
ret = __igt_ctx_sseu(arg, phase->name, phase->flags);
sys/dev/pci/drm/i915/gt/selftest_execlists.c
3642
const unsigned int phase[] = { 0, BATCH };
sys/dev/pci/drm/i915/gt/selftest_execlists.c
3683
for (n = 0; n < ARRAY_SIZE(phase); n++) {
sys/dev/pci/drm/i915/gt/selftest_execlists.c
3684
err = smoke_crescendo(&smoke, phase[n]);
sys/dev/pci/drm/i915/gt/selftest_execlists.c
3688
err = smoke_random(&smoke, phase[n]);
sys/dev/pci/drm/i915/gvt/edid.c
137
vgpu->display.i2c_edid.gmbus.phase = GMBUS_IDLE_PHASE;
sys/dev/pci/drm/i915/gvt/edid.c
166
vgpu->display.i2c_edid.gmbus.phase = GMBUS_IDLE_PHASE;
sys/dev/pci/drm/i915/gvt/edid.c
252
i2c_edid->gmbus.phase = GMBUS_IDLE_PHASE;
sys/dev/pci/drm/i915/gvt/edid.c
264
i2c_edid->gmbus.phase = GMBUS_DATA_PHASE;
sys/dev/pci/drm/i915/gvt/edid.c
323
i2c_edid->gmbus.phase = GMBUS_IDLE_PHASE;
sys/dev/pci/drm/i915/gvt/edid.c
328
i2c_edid->gmbus.phase = GMBUS_WAIT_PHASE;
sys/dev/pci/drm/i915/gvt/edid.h
104
enum gvt_gmbus_phase phase;
sys/dev/pci/drm/i915/selftests/i915_syncmap.c
547
unsigned long count, phase, i;
sys/dev/pci/drm/i915/selftests/i915_syncmap.c
560
phase = jiffies + HZ/100 + 1;
sys/dev/pci/drm/i915/selftests/i915_syncmap.c
569
} while (!time_after(jiffies, phase));
sys/dev/pci/drm/i915/selftests/i915_syncmap.c
572
phase = 0;
sys/dev/pci/drm/i915/selftests/i915_syncmap.c
596
phase++;
sys/dev/pci/drm/i915/selftests/i915_syncmap.c
598
pr_debug("Completed %lu passes, each of %lu contexts\n", phase, count);
sys/dev/pci/if_ocereg.h
1254
uint32_t phase;
sys/net/if_sppp.h
82
enum ppp_phase phase; /* phase we're currently in */
sys/net/if_spppsubr.c
332
const char *sppp_phase_name(enum ppp_phase phase);
sys/net/if_spppsubr.c
4574
spr->phase = sp->pp_phase;
sys/net/if_spppsubr.c
4876
sppp_phase_name(enum ppp_phase phase)
sys/net/if_spppsubr.c
4878
switch (phase) {
usr.bin/rsync/receiver.c
178
int rc = 0, dfd = -1, phase = 0, c;
usr.bin/rsync/receiver.c
379
assert(phase == 0);
usr.bin/rsync/receiver.c
380
phase++;
usr.bin/rsync/receiver.c
397
if (phase == 1) {
usr.bin/rsync/sender.c
100
send_up_fsm(struct sess *sess, size_t *phase,
usr.bin/rsync/sender.c
191
(*phase)++;
usr.bin/rsync/sender.c
361
size_t i, flsz = 0, phase = 0;
usr.bin/rsync/sender.c
587
if (!send_up_fsm(sess, &phase,
usr.bin/rsync/sender.c
592
if (phase > 1)
usr.sbin/pppd/auth.c
191
if (phase == PHASE_DEAD)
usr.sbin/pppd/auth.c
195
phase = PHASE_DEAD;
usr.sbin/pppd/auth.c
222
if (phase != PHASE_DEAD)
usr.sbin/pppd/auth.c
223
phase = PHASE_TERMINATE;
usr.sbin/pppd/auth.c
261
phase = PHASE_AUTHENTICATE;
usr.sbin/pppd/auth.c
311
phase = PHASE_CALLBACK;
usr.sbin/pppd/auth.c
317
phase = PHASE_NETWORK;
usr.sbin/pppd/lcp.c
252
if (phase != PHASE_DEAD)
usr.sbin/pppd/lcp.c
253
phase = PHASE_TERMINATE;
usr.sbin/pppd/main.c
108
int phase; /* where the link is at */
usr.sbin/pppd/main.c
188
phase = PHASE_INITIALIZE;
usr.sbin/pppd/main.c
400
phase = PHASE_DORMANT;
usr.sbin/pppd/main.c
531
for (phase = PHASE_ESTABLISH; phase != PHASE_DEAD; ) {
usr.sbin/pppd/main.c
540
if (phase == PHASE_NETWORK) {
usr.sbin/pppd/main.c
584
phase = PHASE_HOLDOFF;
usr.sbin/pppd/main.c
593
phase = PHASE_DORMANT; /* allow signal to end holdoff */
usr.sbin/pppd/main.c
596
} while (phase == PHASE_HOLDOFF);
usr.sbin/pppd/main.c
626
phase = PHASE_DORMANT;
usr.sbin/pppd/main.c
679
if (phase <= PHASE_AUTHENTICATE
usr.sbin/pppd/main.c
683
protocol, phase));
usr.sbin/pppd/options.c
516
if (phase == PHASE_INITIALIZE)
usr.sbin/pppd/options.c
527
if (phase == PHASE_INITIALIZE) {
usr.sbin/pppd/options.c
540
if (phase == PHASE_INITIALIZE) {
usr.sbin/pppd/options.c
681
if (phase == PHASE_INITIALIZE)
usr.sbin/pppd/pppd.h
79
extern int phase; /* Current state of link - see values below */
usr.sbin/smtpd/lka_filter.c
1617
int phase, int response, const char *param)
usr.sbin/smtpd/lka_filter.c
1622
switch (phase) {
usr.sbin/smtpd/lka_filter.c
372
filter->phases |= (1<<filter_config->phase);
usr.sbin/smtpd/lka_filter.c
447
filter->phases |= (1<<filter_execs[i].phase);
usr.sbin/smtpd/lka_filter.c
659
if (fs->phase != FILTER_DATA_LINE)
usr.sbin/smtpd/lka_filter.c
664
if (fs->phase == FILTER_DATA_LINE)
usr.sbin/smtpd/lka_filter.c
674
if (fs->phase == FILTER_COMMIT)
usr.sbin/smtpd/lka_filter.c
696
lka_filter_protocol(uint64_t reqid, enum filter_phase phase, const char *param)
usr.sbin/smtpd/lka_filter.c
698
filter_protocol(reqid, phase, param);
usr.sbin/smtpd/lka_filter.c
702
filter_protocol_internal(struct filter_session *fs, uint64_t *token, uint64_t reqid, enum filter_phase phase, const char *param)
usr.sbin/smtpd/lka_filter.c
708
const char *phase_name = filter_execs[phase].phase_name;
usr.sbin/smtpd/lka_filter.c
712
fs->phase = phase;
usr.sbin/smtpd/lka_filter.c
717
phase = fs->phase;
usr.sbin/smtpd/lka_filter.c
718
if (fs->phase != phase)
usr.sbin/smtpd/lka_filter.c
723
filter_entry = TAILQ_FIRST(&filter_chain->chain[fs->phase]);
usr.sbin/smtpd/lka_filter.c
725
TAILQ_FOREACH(filter_entry, &filter_chain->chain[fs->phase], entries)
usr.sbin/smtpd/lka_filter.c
751
filter_execs[fs->phase].phase_name, param);
usr.sbin/smtpd/lka_filter.c
755
if (filter_execs[fs->phase].func(fs, filter, reqid, param)) {
usr.sbin/smtpd/lka_filter.c
77
enum filter_phase phase;
usr.sbin/smtpd/lka_filter.c
81
enum filter_phase phase;
usr.sbin/smtpd/lka_filter.c
821
filter_protocol_internal(fs, token, reqid, phase, param);
usr.sbin/smtpd/lka_filter.c
833
fs->phase = FILTER_DATA_LINE;
usr.sbin/smtpd/lka_filter.c
834
if (fs->phase != FILTER_DATA_LINE)
usr.sbin/smtpd/lka_filter.c
839
filter_entry = TAILQ_FIRST(&filter_chain->chain[fs->phase]);
usr.sbin/smtpd/lka_filter.c
841
TAILQ_FOREACH(filter_entry, &filter_chain->chain[fs->phase], entries)
usr.sbin/smtpd/lka_filter.c
861
filter_protocol(uint64_t reqid, enum filter_phase phase, const char *param)
usr.sbin/smtpd/lka_filter.c
869
switch (phase) {
usr.sbin/smtpd/lka_filter.c
897
filter_protocol_internal(fs, &token, reqid, phase, param);
usr.sbin/smtpd/lka_filter.c
903
filter_protocol_next(uint64_t token, uint64_t reqid, enum filter_phase phase)
usr.sbin/smtpd/lka_filter.c
911
filter_protocol_internal(fs, &token, reqid, phase, fs->lastparam);
usr.sbin/smtpd/lka_filter.c
937
filter_protocol_query(struct filter *filter, uint64_t token, uint64_t reqid, const char *phase, const char *param)
usr.sbin/smtpd/lka_filter.c
946
if (strcmp(phase, "connect") == 0)
usr.sbin/smtpd/lka_filter.c
951
phase, reqid, token, fs->rdns, param);
usr.sbin/smtpd/lka_filter.c
957
phase, reqid, token, param);
usr.sbin/smtpd/mail.lmtp.c
234
enum phase phase = PHASE_BANNER;
usr.sbin/smtpd/mail.lmtp.c
264
if (line[0] != (phase == PHASE_DATA ? '3' : '2')) {
usr.sbin/smtpd/mail.lmtp.c
274
switch (phase) {
usr.sbin/smtpd/mail.lmtp.c
278
phase++;
usr.sbin/smtpd/mail.lmtp.c
283
phase++;
usr.sbin/smtpd/mail.lmtp.c
289
phase++;
usr.sbin/smtpd/mail.lmtp.c
297
phase++;
usr.sbin/smtpd/mail.lmtp.c
303
phase++;
usr.sbin/smtpd/mail.lmtp.c
308
phase++;
usr.sbin/smtpd/mta_session.c
1898
mta_report_filter_response(struct mta_session *s, int phase, int response, const char *param)
usr.sbin/smtpd/mta_session.c
1903
report_smtp_filter_response("smtp-out", s->id, phase, response, param);
usr.sbin/smtpd/parse.y
1781
filter_config->phase = FILTER_CONNECT;
usr.sbin/smtpd/parse.y
1788
filter_config->phase = FILTER_HELO;
usr.sbin/smtpd/parse.y
1794
filter_config->phase = FILTER_EHLO;
usr.sbin/smtpd/parse.y
1805
filter_config->phase = FILTER_MAIL_FROM;
usr.sbin/smtpd/parse.y
1811
filter_config->phase = FILTER_RCPT_TO;
usr.sbin/smtpd/parse.y
1817
filter_config->phase = FILTER_DATA;
usr.sbin/smtpd/parse.y
1849
filter_config->phase = FILTER_COMMIT;
usr.sbin/smtpd/report_smtp.c
276
report_smtp_filter_response(const char *direction, uint64_t qid, int phase, int response, const char *param)
usr.sbin/smtpd/report_smtp.c
286
m_add_int(p_lka, phase);
usr.sbin/smtpd/smtp_session.c
1640
smtp_query_filters(enum filter_phase phase, struct smtp_session *s, const char *args)
usr.sbin/smtpd/smtp_session.c
1644
m_add_int(p_lka, phase);
usr.sbin/smtpd/smtp_session.c
1703
smtp_filter_phase(enum filter_phase phase, struct smtp_session *s, const char *param)
usr.sbin/smtpd/smtp_session.c
1707
s->filter_phase = phase;
usr.sbin/smtpd/smtp_session.c
1711
smtp_query_filters(phase, s, param ? param : "");
usr.sbin/smtpd/smtp_session.c
3089
smtp_report_filter_response(struct smtp_session *s, int phase, int response, const char *param)
usr.sbin/smtpd/smtp_session.c
3094
report_smtp_filter_response("smtp-in", s->id, phase, response, param);
usr.sbin/smtpd/smtpd.h
1066
enum filter_phase phase;