| /freebsd-9-stable/sys/dev/firewire/ |
| D | firewire.c | 161 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) in fw_noderesolve_nodeid() 179 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) in fw_noderesolve_eui64() 201 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) in fw_asyreq() 314 struct firewire_comm *fc = xfer->fc; in fw_asystart() local 348 struct firewire_comm *fc = (struct firewire_comm *)arg; in firewire_xfer_timeout() local 393 struct firewire_comm *fc; in firewire_watchdog() local 421 struct firewire_comm *fc; in firewire_attach() local 525 struct firewire_comm *fc; in firewire_detach() local 591 fw_drain_txq(struct firewire_comm *fc) in fw_drain_txq() 622 fw_reset_csr(struct firewire_comm *fc) in fw_reset_csr() [all …]
|
| D | fwdma.c | 76 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size, in fwdma_malloc() 118 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma) in fwdma_free() 154 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, in fwdma_malloc_multiseg()
|
| D | fwohci.c | 289 fwohci_set_bus_manager(struct firewire_comm *fc, u_int node) in fwohci_set_bus_manager() 364 struct fwohci_softc *fc; in fwohci_ioctl() local 793 fwohci_cyctimer(struct firewire_comm *fc) 1053 fwohci_start_atq(struct firewire_comm *fc) 1063 fwohci_start_ats(struct firewire_comm *fc) 1082 struct firewire_comm *fc = (struct firewire_comm *)sc; local 1320 fwohci_itx_disable(struct firewire_comm *fc, int dmach) 1336 fwohci_irx_disable(struct firewire_comm *fc, int dmach) 1352 fwohci_irx_post (struct firewire_comm *fc , uint32_t *qld) 1494 fwohci_next_cycle(struct firewire_comm *fc, int cycle_now) [all …]
|
| D | if_fwip.c | 119 struct firewire_comm *fc; in fwip_poll() local 219 struct firewire_comm *fc; in fwip_stop() local 296 struct firewire_comm *fc; in fwip_init() local 431 struct firewire_comm *fc = fwip->fd.fc; in fwip_ioctl() local 584 struct firewire_comm *fc = fwip->fd.fc; in fwip_async_output() local
|
| D | fwdev.c | 111 struct firewire_comm *fc; member 120 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q, in fwdev_allocbuf() 232 struct firewire_comm *fc; in fw_close() local 350 struct firewire_comm *fc; in fw_read() local 485 struct firewire_comm *fc; in fw_write() local 572 struct firewire_comm *fc; in fw_ioctl() local
|
| D | if_fwe.c | 112 struct firewire_comm *fc; in fwe_poll() local 244 struct firewire_comm *fc; in fwe_stop() local 317 struct firewire_comm *fc; in fwe_init() local 449 struct firewire_comm *fc = fwe->fd.fc; in fwe_ioctl() local
|
| D | firewirereg.h | 69 struct firewire_comm *fc; member 81 struct firewire_comm *fc; member 90 struct firewire_comm *fc; member 176 #define FW_GMTX(fc) (&(fc)->mtx) argument 177 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) argument 178 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc)) argument 179 #define FW_GLOCK_ASSERT(fc) mtx_assert(FW_GMTX(fc), MA_OWNED) argument 234 struct firewire_comm *fc; member 263 struct firewire_comm *fc; member
|
| /freebsd-9-stable/contrib/tcpdump/ |
| D | ieee802_11.h | 116 #define FC_VERSION(fc) ((fc) & 0x3) argument 117 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument 118 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument 119 #define FC_TO_DS(fc) ((fc) & 0x0100) argument 120 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument 121 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument 122 #define FC_RETRY(fc) ((fc) & 0x0800) argument 123 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument 124 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument 125 #define FC_WEP(fc) ((fc) & 0x4000) argument [all …]
|
| D | print-802_15_4.c | 50 extract_header_length(u_int16_t fc) in extract_header_length() 98 u_int16_t fc; in ieee802_15_4_if_print() local
|
| D | print-802_11.c | 1294 mgmt_body_print(u_int16_t fc, const struct mgmt_header_t *pmh, in mgmt_body_print() 1355 ctrl_body_print(u_int16_t fc, const u_char *p) in ctrl_body_print() 1449 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in data_header_print() 1543 ctrl_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in ctrl_header_print() 1600 extract_header_length(u_int16_t fc) in extract_header_length() 1649 ieee_802_11_hdr_print(u_int16_t fc, const u_char *p, u_int hdrlen, in ieee_802_11_hdr_print() 1713 u_int16_t fc; in ieee802_11_print() local
|
| D | print-fddi.c | 124 print_fddi_fc(u_char fc) in print_fddi_fc()
|
| /freebsd-9-stable/sys/net/ |
| D | if_fwsubr.c | 81 struct fw_com *fc = IFP2FWC(ifp); in firewire_output() local 327 firewire_input_fragment(struct fw_com *fc, struct mbuf *m, int src) in firewire_input_fragment() 494 struct fw_com *fc = IFP2FWC(ifp); in firewire_input() local 743 struct fw_com *fc = IFP2FWC(ifp); in firewire_ifattach() local 790 struct fw_com *fc = IFP2FWC(ifp); in firewire_busreset() local 811 struct fw_com *fc; in firewire_alloc() local
|
| D | iso88025.h | 121 u_int8_t fc; /* frame control field */ member 137 u_char fc; member
|
| /freebsd-9-stable/sys/dev/sound/pcm/ |
| D | feeder_chain.c | 141 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
|
| D | feeder.c | 59 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()
|
| /freebsd-9-stable/contrib/xz/src/liblzma/common/ |
| D | filter_common.c | 259 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
|
| /freebsd-9-stable/contrib/gcc/ |
| D | unwind-sjlj.c | 91 struct SjLj_Function_Context *fc; member 125 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Register() 158 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc) in _Unwind_SjLj_SetContext() 172 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Unregister()
|
| /freebsd-9-stable/contrib/wpa/src/ap/ |
| D | drv_callbacks.c | 192 u16 fc, type, stype; in get_hdr_bssid() local 256 u16 fc = le_to_host16(hdr->frame_control); in hostapd_rx_from_unknown_sta() local 281 u16 fc; in hostapd_mgmt_rx() local
|
| /freebsd-9-stable/usr.sbin/lpr/lptest/ |
| D | lptest.c | 57 register int i, j, fc, nc; in main() local
|
| /freebsd-9-stable/sys/dev/isp/ |
| D | isp_freebsd.c | 138 struct isp_fc *fc = ISP_FC_PC(isp, chan); in isp_attach_chan() local 334 struct isp_fc *fc = ISP_FC_PC(isp, chan); in isp_freeze_loopdown() local 350 struct isp_fc *fc = ISP_FC_PC(isp, chan); in isp_unfreeze_loopdown() local 4078 struct ac_device_changed *fc = (struct ac_device_changed *) acp->contract_data; in isptargasync() local 4321 struct isp_fc *fc = arg; in isp_target_thread_fc() local 4545 struct isp_fc *fc = ISP_FC_PC(isp, chan); in isp_make_here() local 4572 struct isp_fc *fc = ISP_FC_PC(isp, chan); in isp_make_gone() local 4596 struct isp_fc *fc = arg; in isp_gdt() local 4603 struct isp_fc *fc = arg; in isp_gdt_task() local 4656 struct isp_fc *fc = arg; in isp_ldt() local [all …]
|
| /freebsd-9-stable/sys/fs/fdescfs/ |
| D | fdesc_vnops.c | 134 struct fdhashhead *fc; in fdesc_remove_entry() local 157 struct fdhashhead *fc; local
|
| /freebsd-9-stable/sys/dev/mpt/ |
| D | mpt_cam.c | 500 CONFIG_PAGE_FC_PORT_1 fc; in mpt_set_initial_config_fc() local 2281 PTR_MSG_FC_PRIMITIVE_SEND_REQUEST fc; in mpt_fc_reset_link() local 3460 struct ccb_trans_settings_fc *fc = in mpt_action() local 4059 MSG_LINK_SERVICE_BUFFER_POST_REQUEST *fc; in mpt_fc_post_els() local 4109 PTR_MSG_TARGET_CMD_BUFFER_POST_REQUEST fc; in mpt_post_target_command() local 4660 PTR_MPI_TARGET_FCP_CMD_BUFFER fc = in mpt_scsi_tgt_status() local 4759 mpt_scsi_tgt_tsk_mgmt(struct mpt_softc *mpt, request_t *req, mpt_task_mgmt_t fc, in mpt_scsi_tgt_tsk_mgmt() 4857 PTR_MPI_TARGET_FCP_CMD_BUFFER fc; in mpt_scsi_tgt_atio() local
|
| /freebsd-9-stable/sys/dev/cxgb/common/ |
| D | cxgb_vsc8211.c | 133 int *speed, int *duplex, int *fc) in vsc8211_get_link_status() 206 int *speed, int *duplex, int *fc) in vsc8211_get_link_status_fiber()
|
| D | cxgb_ael1002.c | 287 int *duplex, int *fc) in get_link_status_r() 2164 int *duplex, int *fc) in get_link_status_x() 2241 int *speed, int *duplex, int *fc) in xaui_direct_get_link_status()
|
| D | cxgb_tn1010.c | 133 int *speed, int *duplex, int *fc) in tn1010_get_link_status()
|