Home
last modified time | relevance | path

Searched refs:u2 (Results 1 – 24 of 24) sorted by relevance

/f-stack/freebsd/crypto/des/
H A Ddes_locl.h150 u2&=0xfc; \
162 u2&=0xfc; \
178 u2&=0xfc; \
234 u2=(int)u>>8L; \
236 u2&=0x3f; \
245 u2=(int)t>>8L; \
247 u2&=0x3f; \
263 u2=(int)u>>8L; \
265 u2&=0x3f; \
274 u2=(int)t>>8L; \
[all …]
/f-stack/freebsd/i386/i386/
H A Dmp_clock.c91 unsigned u1, u2, u3; in piix_get_timecount() local
93 u2 = inl(piix_timecounter_address); in piix_get_timecount()
96 u1 = u2; in piix_get_timecount()
97 u2 = u3; in piix_get_timecount()
99 } while (u1 > u2 || u2 > u3); in piix_get_timecount()
100 return (u2); in piix_get_timecount()
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dphy-mtk-tphy.txt124 u2 port0 0x0800 U2PHY_COM
129 u2 port1 0x1000 U2PHY_COM
134 u2 port2 0x1800 U2PHY_COM
139 u2 port0 0x0000 MISC
148 u2 port1 0x1000 MISC
157 u2 port2 0x2000 MISC
160 SPLLC shared by u3 ports and FMREG shared by u2 ports on
162 u2 ports and CHIP for u3 ports are added on mt2712.
H A Dphy-mtk-xsphy.txt59 u2 port0 0x0000 MISC
62 u2 port1 0x1000 MISC
65 u2 port2 0x2000 MISC
/f-stack/freebsd/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib103 print -u2 $($out)
115 print -u2 $($out)
128 print -u2 $($out)
212 print -u2 $($out)
216 print -u2 $($out)
220 print -u2 $($out)
224 print -u2 $($out)
231 print -u2 $($out)
239 print -u2 $($out)
275 print -u2 $($out)
[all …]
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_uuid.c101 #define UUCMP(u1, u2) \ in rte_uuid_compare() argument
102 do { if (u1 != u2) return (u1 < u2) ? -1 : 1; } while (0) in rte_uuid_compare()
/f-stack/freebsd/kern/
H A Dkern_prot.c1349 cr_canseeotheruids(struct ucred *u1, struct ucred *u2) in cr_canseeotheruids() argument
1352 if (!see_other_uids && u1->cr_ruid != u2->cr_ruid) { in cr_canseeotheruids()
1379 cr_canseeothergids(struct ucred *u1, struct ucred *u2) in cr_canseeothergids() argument
1386 if (groupmember(u1->cr_groups[i], u2)) in cr_canseeothergids()
1421 cr_canseejailproc(struct ucred *u1, struct ucred *u2) in cr_canseejailproc() argument
1436 cr_cansee(struct ucred *u1, struct ucred *u2) in cr_cansee() argument
1440 if ((error = prison_check(u1, u2))) in cr_cansee()
1443 if ((error = mac_cred_check_visible(u1, u2))) in cr_cansee()
1446 if ((error = cr_canseeotheruids(u1, u2))) in cr_cansee()
1448 if ((error = cr_canseeothergids(u1, u2))) in cr_cansee()
[all …]
/f-stack/freebsd/arm64/coresight/
H A Dcoresight_acpi.c112 cs_guid_equal(const struct uuid *u1, const struct uuid *u2) in cs_guid_equal() argument
115 if (memcmp(u1, u2, 16) == 0) in cs_guid_equal()
/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Du8_textprep.c1073 uint32_t u2; in do_composition() local
1107 U8_PUT_3BYTES_INTO_UTF32(u2, s[start[i] + 3], in do_composition()
1110 if (U8_HANGUL_JAMO_L(u1) && U8_HANGUL_JAMO_V(u2)) { in do_composition()
1112 u2 -= U8_HANGUL_JAMO_V_FIRST; in do_composition()
1114 (u1 * U8_HANGUL_V_COUNT + u2) * in do_composition()
1119 U8_PUT_3BYTES_INTO_UTF32(u2, in do_composition()
1123 if (U8_HANGUL_JAMO_T(u2)) { in do_composition()
1124 u1 += u2 - in do_composition()
/f-stack/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_fw_la.h310 } u2; member
321 } u2; member
H A Dicp_qat_fw_comp.h444 } u2; member
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daestab.h114 d_4(uint32_t, t_dec(f, n), sb_data, u0, u1, u2, u3);
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.c35 &comp_req->u2.xlt_cd_ctrl, in qat_comp_fallback_to_fixed()
38 &comp_req->u2.xlt_cd_ctrl, in qat_comp_fallback_to_fixed()
954 ICP_QAT_FW_COMN_NEXT_ID_SET(&comp_req->u2.xlt_cd_ctrl, in qat_comp_create_templates()
956 ICP_QAT_FW_COMN_CURR_ID_SET(&comp_req->u2.xlt_cd_ctrl, in qat_comp_create_templates()
/f-stack/freebsd/sys/
H A Dproc.h1065 int cr_cansee(struct ucred *u1, struct ucred *u2);
1067 int cr_canseeothergids(struct ucred *u1, struct ucred *u2);
1068 int cr_canseeotheruids(struct ucred *u1, struct ucred *u2);
1069 int cr_canseejailproc(struct ucred *u1, struct ucred *u2);
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Ddwc3.txt67 - snps,dis-u2-entry-quirk: set if link entering into U2 needs to be disabled.
70 - snps,dis-u2-freeclk-exists-quirk: when set, clear the u2_freeclk_exists
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c1878 auth_param->u2.aad_sz = in qat_sym_session_aead_create_cd_auth()
1880 auth_param->hash_state_sz = (auth_param->u2.aad_sz) >> 3; in qat_sym_session_aead_create_cd_auth()
1950 auth_param->u2.aad_sz = in qat_sym_session_aead_create_cd_auth()
1954 auth_param->u2.aad_sz = ICP_QAT_HW_CCM_AAD_B0_LEN; in qat_sym_session_aead_create_cd_auth()
H A Dqat_sym.c317 auth_param->u2.aad_sz = 0; in qat_sym_build_request()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dste-dbx5x0-pinctrl.dtsi99 function = "u2";
/f-stack/lib/
H A Dff_glue.c913 cr_cansee(struct ucred *u1, struct ucred *u2) in cr_cansee() argument
/f-stack/dpdk/drivers/net/qede/base/
H A Dmcp_public.h204 } u2; member
H A Decore_l2.c1956 p_bb->tx_lpi_entry_count += port_stats.eth.u2.bb2.tlpiec; in __ecore_get_vport_port_stats()
1957 p_bb->tx_total_collisions += port_stats.eth.u2.bb2.tncl; in __ecore_get_vport_port_stats()
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c888 biba_cred_check_visible(struct ucred *u1, struct ucred *u2) in biba_cred_check_visible() argument
896 obj = SLOT(u2->cr_label); in biba_cred_check_visible()
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c366 test_cred_check_visible(struct ucred *u1, struct ucred *u2) in test_cred_check_visible() argument
370 LABEL_CHECK(u2->cr_label, MAGIC_CRED); in test_cred_check_visible()
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399.dtsi420 snps,dis-u2-freeclk-exists-quirk;
456 snps,dis-u2-freeclk-exists-quirk;