Home
last modified time | relevance | path

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

123

/dragonfly/sys/bus/firewire/
H A Dfirewire.c283 struct firewire_comm *fc = xfer->fc; in fw_asystart() local
359 struct firewire_comm *fc; in firewire_watchdog() local
387 struct firewire_comm *fc; in firewire_attach() local
512 fw_drain_txq(struct firewire_comm *fc) in fw_drain_txq()
523 fw_reset_csr(struct firewire_comm *fc) in fw_reset_csr()
568 fw_init_crom(struct firewire_comm *fc) in fw_init_crom()
633 fw_busreset(struct firewire_comm *fc) in fw_busreset()
679 fw_init(struct firewire_comm *fc) in fw_init()
1429 struct firewire_comm *fc; in fw_bus_explore_callback() local
1959 struct firewire_comm *fc; in fw_try_bmr_callback() local
[all …]
H A Dfwohci.c338 struct fwohci_softc *fc; in fwohci_ioctl() local
757 fwohci_cyctimer(struct firewire_comm *fc)
1004 fwohci_start_atq(struct firewire_comm *fc)
1012 fwohci_start_ats(struct firewire_comm *fc)
1029 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1264 fwohci_itx_disable(struct firewire_comm *fc, int dmach)
1586 fwohci_irx_enable(struct firewire_comm *fc, int dmach)
2069 fwohci_set_intr(struct firewire_comm *fc, int enable)
2088 struct firewire_comm *fc = &sc->fc; local
2134 struct firewire_comm *fc = &sc->fc; local
[all …]
H A Dfwdma.c65 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 Dfwdev.c95 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q, in fwdev_allocbuf()
189 struct firewire_comm *fc; in fw_close() local
415 struct firewire_comm *fc; in fw_ioctl() local
H A Dfirewirereg.h56 struct firewire_comm *fc; member
68 struct firewire_comm *fc; member
77 struct firewire_comm *fc; member
234 struct firewire_comm *fc; member
264 struct firewire_comm *fc; member
H A Dfwohcivar.h43 struct firewire_comm fc; member
/dragonfly/sys/dev/sound/pcm/
H A Dfeeder_chain.c141 struct feeder_class *fc; in feeder_build_format() local
209 struct feeder_class *fc; in feeder_build_rate() local
287 struct feeder_class *fc; in feeder_build_matrix() local
344 struct feeder_class *fc; in feeder_build_volume() local
412 struct feeder_class *fc; in feeder_build_eq() local
466 struct feeder_class *fc; in feeder_build_root() local
497 struct feeder_class *fc; in feeder_build_mixer() local
H A Dfeeder.c59 struct feeder_class *fc = p; in feeder_register() local
185 feeder_create(struct feeder_class *fc, struct pcm_feederdesc *desc) in feeder_create()
236 chn_addfeeder(struct pcm_channel *c, struct feeder_class *fc, struct pcm_feederdesc *desc) in chn_addfeeder()
/dragonfly/contrib/tcpdump/
H A Dprint-802_11.c177 nd_uint16_t fc; member
300 nd_uint16_t fc; member
313 nd_uint16_t fc; member
323 nd_uint16_t fc; member
331 nd_uint16_t fc; member
339 nd_uint16_t fc; member
349 nd_uint16_t fc; member
359 nd_uint16_t fc; member
369 nd_uint16_t fc; member
377 nd_uint16_t fc; member
[all …]
H A Dprint-802_15_4.c412 #define FC_FRAME_TYPE(fc) ((fc) & 0x7) argument
413 #define FC_FRAME_VERSION(fc) (((fc) >> 12) & 0x3) argument
1796 uint16_t fc) in ieee802_15_4_std_frames()
2196 uint16_t fc) in ieee802_15_4_mp_frame()
2454 uint16_t fc; in ieee802_15_4_print() local
H A Dprint-fddi.c162 print_fddi_fc(netdissect_options *ndo, u_char fc) in print_fddi_fc()
280 uint8_t fc; in fddi_print() local
/dragonfly/sys/dev/netif/ig_hal/
H A De1000_osdep.c115 e1000_fc2str(enum e1000_fc_mode fc, char *str, int len) in e1000_fc2str()
159 e1000_fc2ifmedia(enum e1000_fc_mode fc) in e1000_fc2ifmedia()
179 enum e1000_fc_mode fc; in e1000_force_flowctrl() local
/dragonfly/contrib/xz/src/liblzma/common/
H A Dfilter_common.c259 const lzma_filter_coder *const fc in lzma_raw_coder_init() local
270 const lzma_filter_coder *const fc in lzma_raw_coder_init() local
309 const lzma_filter_coder *const fc in lzma_raw_coder_memusage() local
/dragonfly/sys/dev/netif/fwe/
H A Dif_fwe.c111 struct firewire_comm *fc; in fwe_npoll_compat() local
130 struct firewire_comm *fc; in fwe_npoll() local
247 struct firewire_comm *fc; in fwe_stop() local
301 struct firewire_comm *fc; in fwe_init() local
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-sjlj.c86 struct SjLj_Function_Context *fc; member
120 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Register()
153 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc) in _Unwind_SjLj_SetContext()
167 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Unregister()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-sjlj.c87 struct SjLj_Function_Context *fc; member
121 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Register()
154 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc) in _Unwind_SjLj_SetContext()
168 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Unregister()
/dragonfly/contrib/wpa_supplicant/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
H A Ddriver_hostap.c62 u16 fc, ethertype; in handle_data() local
123 u16 fc; in handle_tx_callback() local
143 u16 fc, type, stype; in handle_frame() local
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c137 struct isp_fc *fc = ISP_FC_PC(isp, chan); in isp_attach_chan() local
329 struct isp_fc *fc = ISP_FC_PC(isp, chan); in isp_freeze_loopdown() local
3729 struct isp_fc *fc = arg; in isp_target_thread_fc() local
4027 struct isp_fc *fc = arg; in isp_gdt() local
4037 struct isp_fc *fc = arg; in isp_gdt_task() local
4090 struct isp_fc *fc = arg; in isp_ldt() local
4100 struct isp_fc *fc = arg; in isp_ldt_task() local
4180 struct isp_fc *fc = arg; in isp_kthread() local
4981 struct isp_fc *fc; in isp_async() local
5302 struct ac_device_changed *fc; in isp_async() local
[all …]
/dragonfly/usr.sbin/lpr/lptest/
H A Dlptest.c46 int i, j, fc, nc; in main() local
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c506 CONFIG_PAGE_FC_PORT_1 fc; in mpt_set_initial_config_fc() local
2336 PTR_MSG_FC_PRIMITIVE_SEND_REQUEST fc; in mpt_fc_reset_link() local
3524 struct ccb_trans_settings_fc *fc = in mpt_action() local
4123 MSG_LINK_SERVICE_BUFFER_POST_REQUEST *fc; in mpt_fc_post_els() local
4173 PTR_MSG_TARGET_CMD_BUFFER_POST_REQUEST fc; in mpt_post_target_command() local
4756 PTR_MPI_TARGET_FCP_CMD_BUFFER fc = in mpt_scsi_tgt_status() local
4855 mpt_scsi_tgt_tsk_mgmt(struct mpt_softc *mpt, request_t *req, mpt_task_mgmt_t fc, in mpt_scsi_tgt_tsk_mgmt()
4953 PTR_MPI_TARGET_FCP_CMD_BUFFER fc; in mpt_scsi_tgt_atio() local
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c1137 u16 fc; in hostapd_action_rx() local
1272 u16 fc = le_to_host16(hdr->frame_control); in hostapd_mgmt_rx() local
1669 u16 fc; in wpa_supplicant_event() local
/dragonfly/sys/netbt/
H A Drfcomm_upper.c538 struct rfcomm_fc_info *fc; in rfcomm_getopt() local
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dieee802_11_common.c595 u16 fc, type, stype; in get_hdr_bssid() local
1265 const char * fc2str(u16 fc) in fc2str()
/dragonfly/tools/regression/include/tgmath/
H A Dtgmath.c171 float complex fc; variable

123