Home
last modified time | relevance | path

Searched refs:ocf (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c438 process_link_control_params(ng_hci_unit_p unit, u_int16_t ocf, in process_link_control_params() argument
443 switch (ocf) { in process_link_control_params()
493 process_link_policy_params(ng_hci_unit_p unit, u_int16_t ocf, in process_link_policy_params() argument
498 switch (ocf){ in process_link_policy_params()
562 process_hc_baseband_params(ng_hci_unit_p unit, u_int16_t ocf, in process_hc_baseband_params() argument
567 switch (ocf) { in process_hc_baseband_params()
680 switch (ocf) { in process_info_params()
758 switch (ocf) { in process_status_params()
787 switch (ocf) { in process_testing_params()
816 process_le_params(ng_hci_unit_p unit, u_int16_t ocf, in process_le_params() argument
[all …]
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c6830 uint32_t mask, cf, ocf = 0; in rcr_byte() local
6862 ocf = ACCESS_FLAG(F_CF) != 0; in rcr_byte()
6893 CONDITIONAL_SET_FLAG(XOR2(ocf + ((d >> 6) & 0x2)), in rcr_byte()
6908 uint32_t mask, cf, ocf = 0; in rcr_word() local
6915 ocf = ACCESS_FLAG(F_CF) != 0; in rcr_word()
6926 CONDITIONAL_SET_FLAG(XOR2(ocf + ((d >> 14) & 0x2)), in rcr_word()
6941 uint32_t mask, cf, ocf = 0; in rcr_long() local
6948 ocf = ACCESS_FLAG(F_CF) != 0; in rcr_long()
6960 CONDITIONAL_SET_FLAG(XOR2(ocf + ((d >> 30) & 0x2)), in rcr_long()
/f-stack/freebsd/opencrypto/
H A Dktls_ocf.c71 static SYSCTL_NODE(_kern_ipc_tls_stats, OID_AUTO, ocf,