Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 25 of 147) sorted by relevance

123456

/freebsd-src/sys/dev/firewire/
H A Dfirewire.c145 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) in fw_noderesolve_nodeid() argument
162 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) in fw_noderesolve_eui64() argument
183 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) in fw_asyreq() argument
298 struct firewire_comm *fc = xfer->fc; fw_asystart() local
331 struct firewire_comm *fc = (struct firewire_comm *)arg; firewire_xfer_timeout() local
375 struct firewire_comm *fc; firewire_watchdog() local
403 struct firewire_comm *fc; firewire_attach() local
508 struct firewire_comm *fc; firewire_detach() local
566 fw_drain_txq(struct firewire_comm * fc) fw_drain_txq() argument
598 fw_reset_csr(struct firewire_comm * fc) fw_reset_csr() argument
643 fw_init_crom(struct firewire_comm * fc) fw_init_crom() argument
677 fw_reset_crom(struct firewire_comm * fc) fw_reset_crom() argument
705 fw_busreset(struct firewire_comm * fc,uint32_t new_status) fw_busreset() argument
770 fw_init(struct firewire_comm * fc) fw_init() argument
882 fw_bindlookup(struct firewire_comm * fc,uint16_t dest_hi,uint32_t dest_lo) fw_bindlookup() argument
902 fw_bindadd(struct firewire_comm * fc,struct fw_bind * fwb) fw_bindadd() argument
934 fw_bindremove(struct firewire_comm * fc,struct fw_bind * fwb) fw_bindremove() argument
972 fw_xferlist_add(struct fw_xferlist * q,struct malloc_type * type,int slen,int rlen,int n,struct firewire_comm * fc,void * sc,void (* hand)(struct fw_xfer *)) fw_xferlist_add() argument
1020 fw_tl_free(struct firewire_comm * fc,struct fw_xfer * xfer) fw_tl_free() argument
1054 fw_tl2xfer(struct firewire_comm * fc,int node,int tlabel,int tcode) fw_tl2xfer() argument
1232 fw_phy_config(struct firewire_comm * fc,int root_node,int gap_count) fw_phy_config() argument
1297 fw_sidrcv(struct firewire_comm * fc,uint32_t * sid,u_int len) fw_sidrcv() argument
1401 struct firewire_comm *fc; fw_bus_probe() local
1512 struct firewire_comm *fc; fw_explore_node() local
1663 fw_find_self_id(struct firewire_comm * fc,int node) fw_find_self_id() argument
1679 fw_explore(struct firewire_comm * fc) fw_explore() argument
1738 struct firewire_comm *fc; fw_bus_probe_thread() local
1763 fw_attach_dev(struct firewire_comm * fc) fw_attach_dev() argument
1812 fw_get_tlabel(struct firewire_comm * fc,struct fw_xfer * xfer) fw_get_tlabel() argument
2103 struct firewire_comm *fc; fw_try_bmr_callback() local
2138 struct firewire_comm *fc = arg; fw_try_bmr() local
2280 fw_bmr(struct firewire_comm * fc) fw_bmr() argument
2333 fw_open_isodma(struct firewire_comm * fc,int tx) fw_open_isodma() argument
[all...]
H A Dfwdma.c69 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 Dfwohci.c279 fwohci_set_bus_manager(struct firewire_comm *fc, u_int node) in fwohci_set_bus_manager()
354 struct fwohci_softc *fc; in fwohci_ioctl() local
781 fwohci_cyctimer(struct firewire_comm *fc)
1039 fwohci_start_atq(struct firewire_comm *fc)
1049 fwohci_start_ats(struct firewire_comm *fc)
1068 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1296 fwohci_itx_disable(struct firewire_comm *fc, int dmach)
1312 fwohci_irx_disable(struct firewire_comm *fc, int dmach)
1328 fwohci_irx_post (struct firewire_comm *fc , uint32_t *qld)
1470 fwohci_next_cycle(struct firewire_comm *fc, int cycle_now)
[all …]
H A Dif_fwe.c102 struct firewire_comm *fc; in fwe_poll() local
206 struct firewire_comm *fc; in fwe_stop() local
271 struct firewire_comm *fc; in fwe_init() local
382 struct firewire_comm *fc = fwe->fd.fc; in fwe_ioctl() local
H A Dif_fwip.c113 struct firewire_comm *fc; in fwip_poll() local
206 struct firewire_comm *fc; fwip_stop() local
279 struct firewire_comm *fc; fwip_init() local
401 struct firewire_comm *fc = fwip->fd.fc; fwip_ioctl() local
532 struct firewire_comm *fc = fwip->fd.fc; fwip_async_output() local
[all...]
H A Dfwdev.c86 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
318 struct firewire_comm *fc; in fw_read() local
453 struct firewire_comm *fc; in fw_write() local
540 struct firewire_comm *fc; in fw_ioctl() local
H A Dfirewirereg.h61 struct firewire_comm *fc; member
71 struct firewire_comm *fc; member
80 struct firewire_comm *fc; member
166 #define FW_GMTX(fc) (&(fc)->mtx) argument
167 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) argument
168 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc)) argument
169 #define FW_GLOCK_ASSERT(fc) mtx_assert(FW_GMTX(fc), MA_OWNED) argument
224 struct firewire_comm *fc; member
253 struct firewire_comm *fc; member
/freebsd-src/sys/dev/isp/
H A Disp_freebsd.c111 struct isp_fc *fc = ISP_FC_PC(isp, chan); in isp_attach_chan() local
230 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_detach_chan() local
307 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_freeze_loopdown() local
327 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_unfreeze_loopdown() local
348 struct isp_fc *fc = ISP_FC_PC(isp, 0); isp_rq_check_above() local
361 struct isp_fc *fc = ISP_FC_PC(isp, 0); isp_rq_check_below() local
652 struct isp_fc *fc = ISP_FC_PC(isp, bus); get_lun_statep() local
692 struct isp_fc *fc; isp_tmcmd_restart() local
720 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_get_atpd() local
735 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_find_atpd() local
748 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_put_atpd() local
760 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_dump_atpd() local
775 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_get_ntpd() local
787 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_find_ntpd() local
800 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_put_ntpd() local
809 struct isp_fc *fc = ISP_FC_PC(isp, bus); create_lun_state() local
829 struct isp_fc *fc = ISP_FC_PC(isp, bus); destroy_lun_state() local
1896 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_target_mark_aborted_early() local
2003 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_make_here() local
2026 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_make_gone() local
2047 struct isp_fc *fc = arg; isp_gdt() local
2054 struct isp_fc *fc = arg; isp_gdt_task() local
2116 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_loop_changed() local
2130 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_loop_up() local
2142 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_loop_dead() local
2217 struct isp_fc *fc = arg; isp_kthread() local
2607 struct ccb_trans_settings_fc *fc; isp_action() local
2843 struct isp_fc *fc; isp_async() local
3174 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_default_wwn() local
3268 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_fc_scratch_acquire() local
3410 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_fcp_reset_crn() local
3434 struct isp_fc *fc; isp_fcp_next_crn() local
[all...]
/freebsd-src/sys/net/
H A Dif_fwsubr.c83 struct fw_com *fc = IFP2FWC(ifp); in firewire_output() local
352 firewire_input_fragment(struct fw_com *fc, struct mbuf *m, int src) in firewire_input_fragment()
519 struct fw_com *fc = IFP2FWC(ifp); in firewire_input() local
763 struct fw_com *fc = IFP2FWC(ifp); in firewire_ifattach() local
811 struct fw_com *fc = IFP2FWC(ifp); in firewire_busreset() local
832 struct fw_com *fc; in firewire_alloc() local
/freebsd-src/sys/dev/sound/pcm/
H A Dfeeder_chain.c140 struct feeder_class *fc; in feeder_build_format() local
208 struct feeder_class *fc; in feeder_build_rate() local
286 struct feeder_class *fc; in feeder_build_matrix() local
343 struct feeder_class *fc; feeder_build_volume() local
411 struct feeder_class *fc; feeder_build_eq() local
465 struct feeder_class *fc; feeder_build_root() local
496 struct feeder_class *fc; feeder_build_mixer() local
[all...]
H A Dfeeder.c60 struct feeder_class *fc = p; feeder_register() local
184 feeder_create(struct feeder_class * fc,struct pcm_feederdesc * desc) feeder_create() argument
235 chn_addfeeder(struct pcm_channel * c,struct feeder_class * fc,struct pcm_feederdesc * desc) chn_addfeeder() argument
[all...]
/freebsd-src/contrib/xz/src/liblzma/common/
H A Dfilter_common.c315 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-src/contrib/tcpdump/
H A Dprint-802_11.c164 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
165 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
166 #define FC_FROM_DS(fc) ((fc) argument
167 FC_TO_DS(fc) global() argument
168 FC_FROM_DS(fc) global() argument
169 FC_MORE_FLAG(fc) global() argument
170 FC_RETRY(fc) global() argument
171 FC_POWER_MGMT(fc) global() argument
172 FC_MORE_DATA(fc) global() argument
173 FC_PROTECTED(fc) global() argument
174 FC_ORDER(fc) global() argument
177 nd_uint16_t fc; global() member
300 nd_uint16_t fc; global() member
313 nd_uint16_t fc; global() member
323 nd_uint16_t fc; global() member
331 nd_uint16_t fc; global() member
339 nd_uint16_t fc; global() member
349 nd_uint16_t fc; global() member
359 nd_uint16_t fc; global() member
369 nd_uint16_t fc; global() member
377 nd_uint16_t fc; global() member
1775 mgmt_body_print(netdissect_options * ndo,uint16_t fc,const uint8_t * src,const u_char * p,u_int length) mgmt_body_print() argument
1819 ctrl_body_print(netdissect_options * ndo,uint16_t fc,const u_char * p) ctrl_body_print() argument
1896 get_data_src_dst_mac(uint16_t fc,const u_char * p,const uint8_t ** srcp,const uint8_t ** dstp) get_data_src_dst_mac() argument
1948 data_header_print(netdissect_options * ndo,uint16_t fc,const u_char * p) data_header_print() argument
2009 ctrl_header_print(netdissect_options * ndo,uint16_t fc,const u_char * p) ctrl_header_print() argument
2059 extract_header_length(netdissect_options * ndo,uint16_t fc) extract_header_length() argument
2112 ieee_802_11_hdr_print(netdissect_options * ndo,uint16_t fc,const u_char * p,u_int hdrlen,u_int meshdrlen) ieee_802_11_hdr_print() argument
2168 uint16_t fc; ieee802_11_print() local
[all...]
H A Dprint-802_15_4.c412 FC_FRAME_TYPE(fc) global() argument
413 FC_FRAME_VERSION(fc) global() argument
1796 ieee802_15_4_std_frames(netdissect_options * ndo,const u_char * p,u_int caplen,uint16_t fc) ieee802_15_4_std_frames() argument
2205 ieee802_15_4_mp_frame(netdissect_options * ndo,const u_char * p,u_int caplen,uint16_t fc) ieee802_15_4_mp_frame() argument
2472 uint16_t fc; ieee802_15_4_print() local
[all...]
H A Dprint-fddi.c162 switch (fc) { in print_fddi_fc() argument
280 uint8_t fc; fddi_print() local
[all...]
/freebsd-src/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c29 u16 fc; in handle_tx_callback() local
50 u16 fc; in from_unknown_sta() local
71 u16 fc; in handle_frame() local
/freebsd-src/contrib/processor-trace/libipt/src/
H A Dpt_time.c111 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-src/crypto/openssl/crypto/ec/
H A Decp_s390x_nistp.c51 BN_CTX *ctx, unsigned int fc, int len) in ec_GFp_s390x_nistp_mul()
130 unsigned int fc, int len) in ecdsa_s390x_nistp_sign_sig()
226 unsigned int fc, int len) in ecdsa_s390x_nistp_verify_sig()
/freebsd-src/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c95 __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-src/sys/dev/hid/
H A Dhconf.c137 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-src/usr.sbin/lpr/lptest/
H A Dlptest.c45 register int i, j, fc, nc; in main() local
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c154 __le16 fc = hdr->frame_control; in iwl_mvm_set_tx_cmd() local
250 iwl_mvm_get_tx_ant(struct iwl_mvm * mvm,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_get_tx_ant() argument
315 iwl_mvm_get_tx_rate(struct iwl_mvm * mvm,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_get_tx_rate() argument
378 iwl_mvm_get_tx_rate_n_flags(struct iwl_mvm * mvm,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_get_tx_rate_n_flags() argument
389 iwl_mvm_set_tx_cmd_rate(struct iwl_mvm * mvm,struct iwl_tx_cmd * tx_cmd,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_set_tx_cmd_rate() argument
619 __le16 fc = hdr->frame_control; iwl_mvm_get_ctrl_vif_queue() local
726 __le16 fc = hdr->frame_control; iwl_mvm_tx_skb_non_sta() local
1124 __le16 fc; iwl_mvm_tx_mpdu() local
[all...]
/freebsd-src/sys/contrib/dev/rtw88/
H A Dutil.h30 __le16 fc = hdr->frame_control; in get_hdr_bssid() local
/freebsd-src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c611 static int mlx5_fc_bulk_release_fc(struct mlx5_fc_bulk *bulk, struct mlx5_fc *fc) in mlx5_fc_bulk_release_fc() argument
685 struct mlx5_fc *fc; in mlx5_fc_pool_acquire_from_list() local
701 struct mlx5_fc *fc; in mlx5_fc_pool_acquire_counter() local
729 mlx5_fc_pool_release_counter(struct mlx5_fc_pool * fc_pool,struct mlx5_fc * fc) mlx5_fc_pool_release_counter() argument
[all...]
/freebsd-src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes.h46 unsigned int fc; member

123456