| /freebsd/sys/dev/firewire/ |
| H A D | firewire.c | 167 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) in fw_noderesolve_nodeid() 184 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) in fw_noderesolve_eui64() 205 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) in fw_asyreq() 320 struct firewire_comm *fc = xfer->fc; in fw_asystart() local 350 struct firewire_comm *fc = (struct firewire_comm *)arg; in firewire_xfer_timeout() local 395 struct firewire_comm *fc = sc->fc; in firewire_watchdog() local 420 struct firewire_comm *fc; in firewire_attach() local 548 struct firewire_comm *fc; in firewire_detach() local 612 fw_drain_txq(struct firewire_comm *fc) in fw_drain_txq() 644 fw_reset_csr(struct firewire_comm *fc) in fw_reset_csr() [all …]
|
| H A D | fw_helpers.h | 13 struct firewire_comm *fc = xfer->fc; in fw_xfer_timeout_cancel() local 78 struct firewire_comm *fc = xfer->fc; in fw_xferwait_timo() local 109 fw_xfer_request_wait(struct firewire_comm *fc, struct fw_xfer *xfer, int timo) in fw_xfer_request_wait() 120 fw_read_quadlet(struct firewire_comm *fc, struct malloc_type *mtype, in fw_read_quadlet() 157 fw_write_quadlet(struct firewire_comm *fc, struct malloc_type *mtype, in fw_write_quadlet() 230 struct firewire_comm *fc) in fw_iso_dequeue() 261 fw_iso_rearm(struct fw_xferq *xferq, struct firewire_comm *fc, int dma_ch) in fw_iso_rearm() 278 fw_iso_rearm_done(struct fw_xferq *xferq, struct firewire_comm *fc, in fw_iso_rearm_done()
|
| H A D | fwdma.c | 69 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size, in fwdma_malloc() 109 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma) in fwdma_free() 145 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, in fwdma_malloc_multiseg()
|
| H A D | fwohci.c | 290 fwohci_set_bus_manager(struct firewire_comm *fc, u_int node) in fwohci_set_bus_manager() 365 struct fwohci_softc *fc; in fwohci_ioctl() local 782 fwohci_cyctimer(struct firewire_comm *fc) in fwohci_cyctimer() 1031 fwohci_start_atq(struct firewire_comm *fc) in fwohci_start_atq() 1041 fwohci_start_ats(struct firewire_comm *fc) in fwohci_start_ats() 1060 struct firewire_comm *fc = (struct firewire_comm *)sc; in fwohci_txd() local 1280 fwohci_itx_disable(struct firewire_comm *fc, int dmach) in fwohci_itx_disable() 1296 fwohci_irx_disable(struct firewire_comm *fc, int dmach) in fwohci_irx_disable() 1312 fwohci_irx_post (struct firewire_comm *fc , uint32_t *qld) in fwohci_irx_post() 1454 fwohci_next_cycle(struct firewire_comm *fc, int cycle_now) in fwohci_next_cycle() [all …]
|
| H A D | fw_net.h | 32 fw_net_alloc_txfer(struct firewire_comm *fc, int speed, in fw_net_alloc_txfer() 83 struct firewire_comm *fc, poll_handler_t *poll_fn) in fw_net_poll_ioctl()
|
| H A D | fwdev.c | 86 struct firewire_comm *fc; member 95 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q, in fwdev_allocbuf() 200 struct firewire_comm *fc; in fw_close() local 312 struct firewire_comm *fc; in fw_read() local 443 struct firewire_comm *fc; in fw_write() local 521 struct firewire_comm *fc; in fw_ioctl() local
|
| H A D | firewirereg.h | 60 struct firewire_comm *fc; member 86 struct firewire_comm *fc; member 93 struct firewire_comm *fc; member 114 struct firewire_comm *fc; member 200 #define FW_GMTX(fc) (&(fc)->mtx) argument 201 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) argument 202 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc)) argument 203 #define FW_GLOCK_ASSERT(fc) mtx_assert(FW_GMTX(fc), MA_OWNED) argument 258 struct firewire_comm *fc; member 287 struct firewire_comm *fc; member
|
| H A D | if_fwe.c | 103 struct firewire_comm *fc; in fwe_poll() local 207 struct firewire_comm *fc; in fwe_stop() local 264 struct firewire_comm *fc; in fwe_init() local
|
| H A D | if_fwip.c | 120 struct firewire_comm *fc; in fwip_poll() local 213 struct firewire_comm *fc; in fwip_stop() local 272 struct firewire_comm *fc; in fwip_init() local 474 struct firewire_comm *fc = fwip->fd.fc; in fwip_async_output() local
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 623 zpl_fs_parse(struct fs_context *fc, struct fs_parameter *param, in zpl_fs_parse() 638 zpl_parse_param(struct fs_context *fc, struct fs_parameter *param) in zpl_parse_param() 783 zpl_parse_monolithic(struct fs_context *fc, void *data) in zpl_parse_monolithic() 850 zpl_get_tree(struct fs_context *fc) in zpl_get_tree() 953 zpl_reconfigure(struct fs_context *fc) in zpl_reconfigure() 975 zpl_dup_fc(struct fs_context *fc, struct fs_context *src_fc) in zpl_dup_fc() 1016 zpl_free_fc(struct fs_context *fc) in zpl_free_fc() 1033 zpl_init_fs_context(struct fs_context *fc) in zpl_init_fs_context()
|
| /freebsd/sys/net/ |
| H A D | if_fwsubr.c | 83 struct fw_com *fc = IFP2FWC(ifp); in firewire_output() local 345 firewire_input_fragment(struct fw_com *fc, struct mbuf *m, int src) in firewire_input_fragment() 512 struct fw_com *fc = IFP2FWC(ifp); in firewire_input() local 756 struct fw_com *fc = IFP2FWC(ifp); in firewire_ifattach() local 804 struct fw_com *fc = IFP2FWC(ifp); in firewire_busreset() local 825 struct fw_com *fc; in firewire_alloc() local
|
| /freebsd/sys/dev/sound/pcm/ |
| H A D | feeder_chain.c | 136 struct feeder_class *fc; in feeder_build_format() local 202 struct feeder_class *fc; in feeder_build_rate() local 278 struct feeder_class *fc; in feeder_build_matrix() local 333 struct feeder_class *fc; in feeder_build_volume() local 399 struct feeder_class *fc; in feeder_build_eq() local 451 struct feeder_class *fc; in feeder_build_root() local 482 struct feeder_class *fc; in feeder_build_mixer() local
|
| H A D | feeder.c | 49 struct feeder_class *fc = p; in feeder_register() local 68 feeder_create(struct feeder_class *fc, struct pcm_feederdesc *desc) in feeder_create() 95 struct feeder_class *fc; in feeder_getclass() local 105 feeder_add(struct pcm_channel *c, struct feeder_class *fc, struct pcm_feederdesc *desc) in feeder_add()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | ieee80211.h | 882 ieee80211_is_ctl(__le16 fc) in ieee80211_is_ctl() 894 ieee80211_is_data(__le16 fc) in ieee80211_is_data() 906 ieee80211_is_data_qos(__le16 fc) in ieee80211_is_data_qos() 918 ieee80211_is_mgmt(__le16 fc) in ieee80211_is_mgmt() 931 ieee80211_hdrlen(__le16 fc) in ieee80211_hdrlen() 970 ieee80211_is_trigger(__le16 fc) in ieee80211_is_trigger() 981 ieee80211_is_action(__le16 fc) in ieee80211_is_action() 992 ieee80211_is_probe_resp(__le16 fc) in ieee80211_is_probe_resp() 1003 ieee80211_is_auth(__le16 fc) in ieee80211_is_auth() 1014 ieee80211_is_assoc_req(__le16 fc) in ieee80211_is_assoc_req() [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-802_11.c | 162 #define FC_VERSION(fc) ((fc) & 0x3) argument 163 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument 164 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument 165 #define FC_TO_DS(fc) ((fc) & 0x0100) argument 166 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument 167 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument 168 #define FC_RETRY(fc) ((fc) & 0x0800) argument 169 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument 170 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument 171 #define FC_PROTECTED(fc) ((fc) & 0x4000) argument [all …]
|
| H A D | print-802_15_4.c | 410 #define FC_FRAME_TYPE(fc) ((fc) & 0x7) argument 411 #define FC_FRAME_VERSION(fc) (((fc) >> 12) & 0x3) argument 1794 uint16_t fc) in ieee802_15_4_std_frames() 2203 uint16_t fc) in ieee802_15_4_mp_frame() 2470 uint16_t fc; in ieee802_15_4_print() local
|
| /freebsd/contrib/xz/src/liblzma/common/ |
| H A D | filter_common.c | 315 const lzma_filter_coder *const fc in lzma_raw_coder_init() local 326 const lzma_filter_coder *const fc in lzma_raw_coder_init() local 365 const lzma_filter_coder *const fc in lzma_raw_coder_memusage() local
|
| /freebsd/contrib/processor-trace/libipt/src/ |
| H A D | pt_time.c | 111 static int pt_time_ctc_fc(uint64_t *fc, uint64_t ctc, in pt_time_ctc_fc() 179 uint64_t fc; in pt_time_update_tma() local 363 uint64_t fc, total_cyc, old_cyc; in pt_time_adjust_cyc() local 412 uint64_t cyc, fc; in pt_time_update_cyc() local 619 uint64_t cyc, fc, fcr; in pt_tcal_update_mtc() local
|
| /freebsd/crypto/openssl/crypto/hmac/ |
| H A D | hmac_s390x.c | 26 int fc; in s390x_fc_from_md() local 47 unsigned int fc = ctx->plat.s390x.fc; in s390x_call_kmac() local
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ecp_s390x_nistp.c | 53 BN_CTX *ctx, unsigned int fc, int len) in ec_GFp_s390x_nistp_mul() 135 unsigned int fc, int len) in ecdsa_s390x_nistp_sign_sig() 247 unsigned int fc, int len) in ecdsa_s390x_nistp_verify_sig()
|
| /freebsd/sys/dev/hid/ |
| H A D | hconf.c | 137 struct feature_control *fc; in hconf_set_feature_control() local 185 struct feature_control *fc; in hconf_feature_control_handler() local 210 hconf_parse_feature(struct feature_control *fc, uint8_t tlc_index, in hconf_parse_feature()
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-sjlj.c | 95 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack() 108 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register() 116 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister()
|
| /freebsd/crypto/openssl/providers/implementations/digests/ |
| H A D | sha3_prov.c | 194 unsigned int fc; in s390x_sha3_absorb() local 210 unsigned int fc; in s390x_sha3_final() local 227 unsigned int fc; in s390x_shake_final() local 243 unsigned int fc; in s390x_shake_squeeze() local 289 unsigned int fc; in s390x_keccakc_final() local 329 unsigned int fc; in s390x_keccakc_squeeze() local
|
| /freebsd/usr.sbin/lpr/lptest/ |
| H A D | lptest.c | 45 register int i, j, fc, nc; in main() local
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | tx.c | 155 __le16 fc = hdr->frame_control; in iwl_mvm_set_tx_cmd() local 251 struct ieee80211_sta *sta, __le16 fc) in iwl_mvm_get_tx_ant() 297 __le16 fc) in iwl_mvm_get_inject_tx_rate() 348 struct ieee80211_sta *sta, __le16 fc) in iwl_mvm_get_tx_rate() 382 struct ieee80211_sta *sta, __le16 fc) in iwl_mvm_get_tx_rate_n_flags() 401 struct ieee80211_sta *sta, __le16 fc) in iwl_mvm_set_tx_cmd_rate() 670 __le16 fc = hdr->frame_control; in iwl_mvm_get_ctrl_vif_queue() local 777 __le16 fc = hdr->frame_control; in iwl_mvm_tx_skb_non_sta() local 1080 __le16 fc; in iwl_mvm_tx_mpdu() local
|