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

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

Completed in 121 milliseconds