Symbol: fixed
crypto/openssl/include/internal/quic_wire_pkt.h
343
unsigned int fixed : 1;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
41
int (*tls_iv_set_fixed)(PROV_CIPHER_CTX *ctx, unsigned char *fixed,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
46
unsigned char *fixed, size_t flen)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
52
ctx->nonce[0] = ctx->chacha.counter[1] = CHACHA_U8TOU32(fixed);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
53
ctx->nonce[1] = ctx->chacha.counter[2] = CHACHA_U8TOU32(fixed + 4);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
54
ctx->nonce[2] = ctx->chacha.counter[3] = CHACHA_U8TOU32(fixed + 8);
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
52
static int ccm_tls_iv_set_fixed(PROV_CCM_CTX *ctx, unsigned char *fixed,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
59
memcpy(ctx->iv, fixed, flen);
crypto/openssl/ssl/quic/quic_port.c
1157
hdr.fixed = 1;
crypto/openssl/ssl/quic/quic_txp.c
1322
phdr->fixed = 1;
crypto/openssl/ssl/quic/quic_wire_pkt.c
225
hdr->fixed = 1;
crypto/openssl/ssl/quic/quic_wire_pkt.c
313
hdr->fixed = (b0 & 0x40) != 0;
crypto/openssl/ssl/quic/quic_wire_pkt.c
366
hdr->fixed = 1;
crypto/openssl/ssl/quic/quic_wire_pkt.c
558
if (hdr->type != QUIC_PKT_TYPE_VERSION_NEG || hdr->fixed)
crypto/openssl/test/quic_multistream_test.c
4943
hdr.fixed = 1;
crypto/openssl/test/quic_record_test_util.h
29
|| !TEST_int_eq(a->fixed, b->fixed)
crypto/openssl/test/wpackettest.c
126
|| !TEST_mem_eq(sbuf, written, fixed, sizeof(sbuf))
crypto/openssl/test/wpackettest.c
24
static const unsigned char fixed[] = { 0xff, 0xff, 0xff };
lib/libpmc/pmu-events/jevents.c
176
char *fixed = NULL;
lib/libpmc/pmu-events/jevents.c
190
fixed = (char *) malloc(len + esc_count + 1);
lib/libpmc/pmu-events/jevents.c
191
if (!fixed)
lib/libpmc/pmu-events/jevents.c
195
q = fixed;
lib/libpmc/pmu-events/jevents.c
205
return fixed;
lib/libpmc/pmu-events/jevents.c
503
} fixed[] = {
lib/libpmc/pmu-events/jevents.c
525
for (i = 0; fixed[i].name; i++)
lib/libpmc/pmu-events/jevents.c
526
if (!strcasecmp(name, fixed[i].name))
lib/libpmc/pmu-events/jevents.c
527
return (char *)fixed[i].event;
lib/virtual_oss/bt/bt.c
913
uint8_t fixed[8];
lib/virtual_oss/bt/bt.c
957
phdr->fixed[0] = 0xfc;
lib/virtual_oss/bt/bt.c
958
phdr->fixed[1] = 0x00;
lib/virtual_oss/bt/bt.c
959
phdr->fixed[2] = 0x00;
lib/virtual_oss/bt/bt.c
960
phdr->fixed[3] = 0xb0;
lib/virtual_oss/bt/bt.c
961
phdr->fixed[4] = 0x90;
lib/virtual_oss/bt/bt.c
962
phdr->fixed[5] = 0x80;
lib/virtual_oss/bt/bt.c
963
phdr->fixed[6] = 0x03;
lib/virtual_oss/bt/bt.c
964
phdr->fixed[7] = 0x00;
sys/arm/mv/clk/periph.h
231
.clk_def.mux_gate.fixed.clkdef.name = _fixed_name \
sys/arm/mv/clk/periph.h
262
.clk_def.fixed.mux.clkdef.name = _mux_name, \
sys/arm/mv/clk/periph.h
263
.clk_def.fixed.mux.offset = TBG_SEL, \
sys/arm/mv/clk/periph.h
264
.clk_def.fixed.mux.shift = _mux_shift, \
sys/arm/mv/clk/periph.h
265
.clk_def.fixed.mux.width = 0x1, \
sys/arm/mv/clk/periph.h
266
.clk_def.fixed.mux.mux_flags = 0x0, \
sys/arm/mv/clk/periph.h
267
.clk_def.fixed.gate.clkdef.name = _name, \
sys/arm/mv/clk/periph.h
268
.clk_def.fixed.gate.offset = CLK_DIS, \
sys/arm/mv/clk/periph.h
269
.clk_def.fixed.gate.shift = _gate_shift, \
sys/arm/mv/clk/periph.h
270
.clk_def.fixed.gate.on_value = 0, \
sys/arm/mv/clk/periph.h
271
.clk_def.fixed.gate.off_value = 1, \
sys/arm/mv/clk/periph.h
272
.clk_def.fixed.gate.mask = 0x1, \
sys/arm/mv/clk/periph.h
273
.clk_def.fixed.gate.gate_flags = 0x0, \
sys/arm/mv/clk/periph.h
274
.clk_def.fixed.fixed.clkdef.name = _fixed_name \
sys/arm/mv/clk/periph.h
309
struct clk_fixed_def fixed;
sys/arm/mv/clk/periph.h
331
struct clk_fixed_def fixed;
sys/arm/mv/clk/periph.h
376
struct a37x0_periph_clk_fixed_def fixed;
sys/arm/mv/clk/periph_clk_fixed.c
68
mux = &device_def->clk_def.fixed.mux;
sys/arm/mv/clk/periph_clk_fixed.c
69
gate = &device_def->clk_def.fixed.gate;
sys/arm/mv/clk/periph_clk_fixed.c
70
fixed_def = device_def->clk_def.fixed.fixed;
sys/arm/mv/clk/periph_clk_mux_gate.c
63
struct clk_fixed_def fixed;
sys/arm/mv/clk/periph_clk_mux_gate.c
71
fixed = device_def->clk_def.fixed.fixed;
sys/arm/mv/clk/periph_clk_mux_gate.c
73
fixed.clkdef.id = A37x0_INTERNAL_CLK_ID(dev_id, FIXED1_POS);
sys/arm/mv/clk/periph_clk_mux_gate.c
74
fixed.clkdef.parent_names = &device_def->common_def.pname;
sys/arm/mv/clk/periph_clk_mux_gate.c
75
fixed.clkdef.parent_cnt = 1;
sys/arm/mv/clk/periph_clk_mux_gate.c
76
fixed.clkdef.flags = 0x0;
sys/arm/mv/clk/periph_clk_mux_gate.c
77
fixed.mult = 1;
sys/arm/mv/clk/periph_clk_mux_gate.c
78
fixed.div = 2;
sys/arm/mv/clk/periph_clk_mux_gate.c
79
fixed.freq = 0;
sys/arm/mv/clk/periph_clk_mux_gate.c
81
error = clknode_fixed_register(clkdom, &fixed);
sys/arm/mv/clk/periph_clk_mux_gate.c
86
parent_names[1] = fixed.clkdef.name;
sys/arm64/freescale/imx/imx_ccm.c
125
sc->clks[i].clk.fixed);
sys/arm64/freescale/imx/imx_ccm.h
111
.clk.fixed = &(struct clk_fixed_def) { \
sys/arm64/freescale/imx/imx_ccm.h
123
.clk.fixed = &(struct clk_fixed_def) { \
sys/arm64/freescale/imx/imx_ccm.h
66
struct clk_fixed_def *fixed;
sys/cam/scsi/scsi_sa.c
5951
int fixed, uint32_t length, uint8_t *data_ptr,
sys/cam/scsi/scsi_sa.c
5964
if (fixed)
sys/cam/scsi/scsi_sa.h
981
int fixed, uint32_t length, uint8_t *data_ptr,
sys/dev/acpica/acpi_button.c
119
sc->fixed = true;
sys/dev/acpica/acpi_button.c
126
sc->fixed = true;
sys/dev/acpica/acpi_button.c
167
if (sc->fixed) {
sys/dev/acpica/acpi_button.c
55
bool fixed;
sys/dev/clk/allwinner/aw_ccung.c
294
sc->clks[i].clk.fixed);
sys/dev/clk/allwinner/aw_ccung.h
64
struct clk_fixed_def *fixed;
sys/dev/clk/allwinner/ccu_a10.c
555
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_periph_clk},
sys/dev/clk/allwinner/ccu_a10.c
556
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video0_2x_clk},
sys/dev/clk/allwinner/ccu_a10.c
557
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video1_2x_clk},
sys/dev/clk/allwinner/ccu_a31.c
922
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio_2x_clk},
sys/dev/clk/allwinner/ccu_a31.c
923
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio_4x_clk},
sys/dev/clk/allwinner/ccu_a31.c
924
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio_8x_clk},
sys/dev/clk/allwinner/ccu_a31.c
925
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video0_2x_clk},
sys/dev/clk/allwinner/ccu_a31.c
926
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_periph_2x_clk},
sys/dev/clk/allwinner/ccu_a31.c
927
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video1_2x_clk},
sys/dev/clk/allwinner/ccu_a64.c
774
{ .type = AW_CLK_FIXED, .clk.fixed = &osc12m_clk},
sys/dev/clk/allwinner/ccu_a64.c
775
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_periph0_clk},
sys/dev/clk/allwinner/ccu_a64.c
776
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_periph1_clk},
sys/dev/clk/allwinner/ccu_a64.c
777
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio_2x_clk},
sys/dev/clk/allwinner/ccu_a64.c
778
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio_4x_clk},
sys/dev/clk/allwinner/ccu_a64.c
779
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio_8x_clk},
sys/dev/clk/allwinner/ccu_a64.c
780
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video0_2x_clk},
sys/dev/clk/allwinner/ccu_a83t.c
727
{ .type = AW_CLK_FIXED, .clk.fixed = &osc12m_clk},
sys/dev/clk/allwinner/ccu_d1.c
962
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_periph0_clk },
sys/dev/clk/allwinner/ccu_d1.c
965
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video0_2x_clk },
sys/dev/clk/allwinner/ccu_d1.c
968
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video1_2x_clk },
sys/dev/clk/allwinner/ccu_d1.c
971
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio0_2x_clk },
sys/dev/clk/allwinner/ccu_d1.c
972
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio0_clk },
sys/dev/clk/allwinner/ccu_d1.c
982
{ .type = AW_CLK_FIXED, .clk.fixed = &mbus_clk },
sys/dev/clk/allwinner/ccu_h3.c
720
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_periph0_2x_clk},
sys/dev/clk/allwinner/ccu_h3.c
721
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio_2x_clk},
sys/dev/clk/allwinner/ccu_h3.c
722
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio_4x_clk},
sys/dev/clk/allwinner/ccu_h3.c
723
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_audio_8x_clk},
sys/dev/clk/allwinner/ccu_h6.c
442
{ .type = AW_CLK_FIXED, .clk.fixed = &osc12m_clk},
sys/dev/clk/allwinner/ccu_h6.c
443
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_peri0_2x_clk},
sys/dev/clk/allwinner/ccu_h6.c
444
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_peri0_clk},
sys/dev/clk/allwinner/ccu_h6.c
445
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_peri1_2x_clk},
sys/dev/clk/allwinner/ccu_h6.c
446
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_peri1_clk},
sys/dev/clk/allwinner/ccu_h6.c
447
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video0_clk},
sys/dev/clk/allwinner/ccu_h6.c
448
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video1_clk},
sys/dev/clk/allwinner/ccu_h616.c
443
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_peri0_clk},
sys/dev/clk/allwinner/ccu_h616.c
444
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_peri1_clk},
sys/dev/clk/allwinner/ccu_h616.c
445
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video0_clk},
sys/dev/clk/allwinner/ccu_h616.c
446
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video1_clk},
sys/dev/clk/allwinner/ccu_h616.c
447
{ .type = AW_CLK_FIXED, .clk.fixed = &pll_video2_clk},
sys/dev/clk/allwinner/ccu_h6_r.c
112
{ .type = AW_CLK_FIXED, .clk.fixed = &r_ahb_clk},
sys/dev/clk/allwinner/ccu_sun8i_r.c
147
{ .type = AW_CLK_FIXED, .clk.fixed = &ahb0_clk},
sys/dev/clk/allwinner/ccu_sun8i_r.c
154
{ .type = AW_CLK_FIXED, .clk.fixed = &ahb0_clk},
sys/dev/clk/rockchip/rk_cru.c
256
sc->clks[i].clk.fixed);
sys/dev/clk/rockchip/rk_cru.h
239
struct clk_fixed_def *fixed;
sys/dev/clk/rockchip/rk_cru.h
63
.clk.fixed = &(struct clk_fixed_def) { \
sys/dev/clk/rockchip/rk_cru.h
77
.clk.fixed = &(struct clk_fixed_def) { \
sys/dev/puc/pucdata.c
1738
int base, crtype, fixed, high, i, oxpcie;
sys/dev/puc/pucdata.c
1744
base = fixed = oxpcie = 0;
sys/dev/puc/pucdata.c
1763
if (fixed == 1)
sys/dev/puc/pucdata.c
1796
if (fixed == 0) {
sys/dev/smartpqi/smartpqi_response.c
124
sense_data_fixed_t const *fixed = &sense_data->fixed_format;
sys/dev/smartpqi/smartpqi_response.c
126
*key = fixed->sense_key;
sys/dev/smartpqi/smartpqi_response.c
127
*asc = fixed->sense_code;
sys/dev/smartpqi/smartpqi_response.c
128
*ascq = fixed->sense_qual;
sys/dev/usb/usb_transfer.c
3579
ptr->fixed[0] = temp;
sys/dev/usb/usb_transfer.c
3580
ptr->fixed[1] = temp;
sys/dev/usb/usb_transfer.c
3581
ptr->fixed[2] = temp;
sys/dev/usb/usb_transfer.c
3582
ptr->fixed[3] = temp;
sys/dev/usb/usb_transfer.c
3586
ptr->fixed[1] = 16;
sys/dev/usb/usb_transfer.c
3587
ptr->fixed[2] = 32;
sys/dev/usb/usb_transfer.c
3588
ptr->fixed[3] = 64;
sys/dev/usb/usb_transfer.c
3593
ptr->fixed[2] = 1024;
sys/dev/usb/usb_transfer.c
3594
ptr->fixed[3] = 1536;
sys/dev/usb/usb_transfer.c
581
if (xfer->max_packet_size >= std_size.fixed[3]) {
sys/dev/usb/usb_transfer.c
582
xfer->max_packet_size = std_size.fixed[3];
sys/dev/usb/usb_transfer.c
583
} else if (xfer->max_packet_size >= std_size.fixed[2]) {
sys/dev/usb/usb_transfer.c
584
xfer->max_packet_size = std_size.fixed[2];
sys/dev/usb/usb_transfer.c
585
} else if (xfer->max_packet_size >= std_size.fixed[1]) {
sys/dev/usb/usb_transfer.c
586
xfer->max_packet_size = std_size.fixed[1];
sys/dev/usb/usb_transfer.c
589
xfer->max_packet_size = std_size.fixed[0];
sys/dev/usb/usb_transfer.c
75
uint16_t fixed[4];
sys/dev/usb/wlan/if_rsu.c
1934
struct ndis_802_11_fixed_ies *fixed;
sys/dev/usb/wlan/if_rsu.c
1985
fixed = (struct ndis_802_11_fixed_ies *)&bss[1];
sys/dev/usb/wlan/if_rsu.c
1986
memcpy(&fixed->tstamp, ni->ni_tstamp.data, 8);
sys/dev/usb/wlan/if_rsu.c
1987
fixed->bintval = htole16(ni->ni_intval);
sys/dev/usb/wlan/if_rsu.c
1988
fixed->capabilities = htole16(ni->ni_capinfo);
sys/dev/usb/wlan/if_rsu.c
1990
frm = (uint8_t *)&fixed[1];
sys/dev/usb/wlan/if_rsu.c
2001
bss->ieslen = htole32(frm - (uint8_t *)fixed);
sys/dev/usb/wlan/if_rsureg.h
589
uint32_t fixed;
sys/netgraph/ng_lmi.c
512
stat->fixed = !!(sc->flags & SCF_FIXED);
sys/netgraph/ng_lmi.h
67
u_char fixed; /* Set to fixed LMI mode */
sys/sys/ktls.h
62
uint8_t fixed[TLS_AEAD_GCM_LEN];