Searched refs:fc (Results 1 - 25 of 118) sorted by relevance

12345

/freebsd-9.3-release/sys/dev/firewire/
H A Dfirewire.c161 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) argument
167 STAILQ_FOREACH(fwdev, &fc->devices, link)
179 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) argument
185 FW_GLOCK(fc);
186 STAILQ_FOREACH(fwdev, &fc->devices, link)
189 FW_GUNLOCK(fc);
201 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) argument
218 info = &fc->tcode[tcode];
225 if ((fc->status < FWBUSEXPLORE) &&
235 xferq = fc
314 struct firewire_comm *fc = xfer->fc; local
348 struct firewire_comm *fc = (struct firewire_comm *)arg; local
393 struct firewire_comm *fc; local
421 struct firewire_comm *fc; local
525 struct firewire_comm *fc; local
591 fw_drain_txq(struct firewire_comm *fc) argument
622 fw_reset_csr(struct firewire_comm *fc) argument
667 fw_init_crom(struct firewire_comm *fc) argument
701 fw_reset_crom(struct firewire_comm *fc) argument
734 fw_busreset(struct firewire_comm *fc, uint32_t new_status) argument
793 fw_init(struct firewire_comm *fc) argument
904 fw_bindlookup(struct firewire_comm *fc, uint16_t dest_hi, uint32_t dest_lo) argument
924 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) argument
956 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) argument
992 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 *)) argument
1042 fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer) argument
1079 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) argument
1252 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) argument
1317 fw_sidrcv(struct firewire_comm* fc, uint32_t *sid, u_int len) argument
1427 fw_bus_probe(struct firewire_comm *fc) argument
1539 struct firewire_comm *fc; local
1700 fw_find_self_id(struct firewire_comm *fc, int node) argument
1716 fw_explore(struct firewire_comm *fc) argument
1774 struct firewire_comm *fc; local
1799 fw_attach_dev(struct firewire_comm *fc) argument
1851 fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer) argument
2150 struct firewire_comm *fc; local
2185 struct firewire_comm *fc = (struct firewire_comm *)arg; local
2319 fw_bmr(struct firewire_comm *fc) argument
2372 fw_open_isodma(struct firewire_comm *fc, int tx) argument
[all...]
H A Dfwdev.c111 struct firewire_comm *fc; member in struct:fw_drv1
120 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q, argument
135 q->buf = fwdma_malloc_multiseg(fc, sizeof(uint32_t),
198 FW_GLOCK(sc->fc);
200 FW_GUNLOCK(sc->fc);
205 FW_GUNLOCK(sc->fc);
222 d->fc = sc->fc;
232 struct firewire_comm *fc; local
242 fc
350 struct firewire_comm *fc; local
485 struct firewire_comm *fc; local
572 struct firewire_comm *fc; local
[all...]
H A Dfwohci.c289 fwohci_set_bus_manager(struct firewire_comm *fc, u_int node) argument
291 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
309 device_printf(sc->fc.dev, "%s: %d->%d (loop=%d)\n",
335 device_printf(sc->fc.dev, "%s: failed(1).\n", __func__);
346 device_printf(sc->fc.dev, "%s: failed(2).\n", __func__);
353 device_printf(sc->fc.dev,
364 struct fwohci_softc *fc; local
374 fc = (struct fwohci_softc *)sc->fc;
383 OWRITE(fc, re
793 fwohci_cyctimer(struct firewire_comm *fc) argument
1053 fwohci_start_atq(struct firewire_comm *fc) argument
1063 fwohci_start_ats(struct firewire_comm *fc) argument
1082 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1320 fwohci_itx_disable(struct firewire_comm *fc, int dmach) argument
1336 fwohci_irx_disable(struct firewire_comm *fc, int dmach) argument
1494 fwohci_next_cycle(struct firewire_comm *fc, int cycle_now) argument
1525 fwohci_itxbuf_enable(struct firewire_comm *fc, int dmach) argument
1646 fwohci_irx_enable(struct firewire_comm *fc, int dmach) argument
1843 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1925 struct firewire_comm *fc = (struct firewire_comm *)sc; local
2013 struct firewire_comm *fc = &sc->fc; local
2114 fwohci_poll(struct firewire_comm *fc, int quick, int count) argument
2124 fwohci_set_intr(struct firewire_comm *fc, int enable) argument
2143 struct firewire_comm *fc = &sc->fc; local
2191 struct firewire_comm *fc = &sc->fc; local
2466 fwohci_ibr(struct firewire_comm *fc) argument
[all...]
H A Dif_fwip.c119 struct firewire_comm *fc; local
125 fc = fwip->fd.fc;
126 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);
169 fwip->fd.fc = device_get_ivars(dev);
171 tx_speed = fwip->fd.fc->speed;
183 hwaddr->sender_unique_ID_hi = htonl(fwip->fd.fc->eui.hi);
184 hwaddr->sender_unique_ID_lo = htonl(fwip->fd.fc->eui.lo);
185 hwaddr->sender_max_rec = fwip->fd.fc
219 struct firewire_comm *fc; local
296 struct firewire_comm *fc; local
431 struct firewire_comm *fc = fwip->fd.fc; local
584 struct firewire_comm *fc = fwip->fd.fc; local
[all...]
H A Dfirewirereg.h69 struct firewire_comm *fc; member in struct:fw_device
81 struct firewire_comm *fc; member in struct:firewire_softc
90 struct firewire_comm *fc; member in struct:firewire_dev_comm
176 #define FW_GMTX(fc) (&(fc)->mtx)
177 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc))
178 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc))
179 #define FW_GLOCK_ASSERT(fc) mtx_asser
234 struct firewire_comm *fc; member in struct:fw_xfer
263 struct firewire_comm *fc; member in struct:fw_rcv_buf
[all...]
H A Dif_fwe.c112 struct firewire_comm *fc; local
118 fc = fwe->fd.fc;
119 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);
166 fwe->fd.fc = device_get_ivars(dev);
168 tx_speed = fwe->fd.fc->speed;
186 eui = &fwe->fd.fc->eui;
244 struct firewire_comm *fc; local
250 fc
317 struct firewire_comm *fc; local
449 struct firewire_comm *fc = fwe->fd.fc; local
[all...]
H A Dfwmem.c112 xfer->fc = fwdev->fc;
156 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
192 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
230 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
268 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
287 FW_GLOCK(sc->fc);
290 FW_GUNLOCK(sc->fc);
293 FW_GUNLOCK(sc->fc);
298 FW_GUNLOCK(sc->fc);
[all...]
H A Dfwdma.c76 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size, argument
83 /*parent*/ fc->dmat,
95 /*lockarg*/FW_GMTX(fc),
118 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma) argument
154 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, argument
181 /*parent*/ fc->dmat,
193 /*lockarg*/FW_GMTX(fc),
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-sjlj.c91 struct SjLj_Function_Context *fc; member in struct:_Unwind_Context
126 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc)
134 fc->prev = __gthread_getspecific (fc_key);
135 __gthread_setspecific (fc_key, fc);
140 fc->prev = fc_static;
141 fc_static = fc;
159 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc)
166 __gthread_setspecific (fc_key, fc);
169 fc_static = fc;
173 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc)
125 _Unwind_SjLj_Register(struct SjLj_Function_Context *fc) argument
158 _Unwind_SjLj_SetContext(struct SjLj_Function_Context *fc) argument
172 _Unwind_SjLj_Unregister(struct SjLj_Function_Context *fc) argument
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-802_15_4.c50 extract_header_length(u_int16_t fc) argument
54 switch ((fc >> 10) & 0x3) {
56 if (fc & (1 << 6)) /* intra-PAN with none dest addr */
69 switch ((fc >> 14) & 0x3) {
82 if (fc & (1 << 6)) {
98 u_int16_t fc; local
106 fc = EXTRACT_LE_16BITS(p);
107 hdrlen = extract_header_length(fc);
114 ND_PRINT((ndo,"IEEE 802.15.4 %s packet ", ftypes[fc & 0x7]));
129 switch ((fc >> 1
[all...]
H A Dieee802_11.h116 #define FC_VERSION(fc) ((fc) & 0x3)
117 #define FC_TYPE(fc) (((fc) >> 2) & 0x3)
118 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF)
119 #define FC_TO_DS(fc) ((fc) & 0x0100)
120 #define FC_FROM_DS(fc) ((fc)
129 u_int16_t fc; member in struct:mgmt_header_t
252 u_int16_t fc; member in struct:ctrl_rts_t
263 u_int16_t fc; member in struct:ctrl_cts_t
272 u_int16_t fc; member in struct:ctrl_ack_t
281 u_int16_t fc; member in struct:ctrl_ps_poll_t
292 u_int16_t fc; member in struct:ctrl_end_t
303 u_int16_t fc; member in struct:ctrl_end_ack_t
314 u_int16_t fc; member in struct:ctrl_ba_t
323 u_int16_t fc; member in struct:ctrl_bar_t
[all...]
H A Dprint-fddi.c124 print_fddi_fc(u_char fc) argument
126 switch (fc) {
157 switch (fc & FDDIFC_CLFF) {
160 printf("mac%1x ", fc & FDDIFC_ZZZZ);
164 printf("smt%1x ", fc & FDDIFC_ZZZZ);
168 printf("async%1x ", fc & FDDIFC_ZZZZ);
172 printf("sync%1x ", fc & FDDIFC_ZZZZ);
176 printf("imp_async%1x ", fc & FDDIFC_ZZZZ);
180 printf("imp_sync%1x ", fc & FDDIFC_ZZZZ);
184 printf("%02x ", fc);
[all...]
H A Dprint-802_11.c1294 mgmt_body_print(u_int16_t fc, const struct mgmt_header_t *pmh, argument
1297 switch (FC_SUBTYPE(fc)) {
1344 FC_SUBTYPE(fc));
1355 ctrl_body_print(u_int16_t fc, const u_char *p) argument
1357 switch (FC_SUBTYPE(fc)) {
1449 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, argument
1452 u_int subtype = FC_SUBTYPE(fc);
1476 if (!FC_TO_DS(fc) && !FC_FROM_DS(fc)) {
1486 } else if (!FC_TO_DS(fc)
1543 ctrl_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, const u_int8_t **dstp) argument
1600 extract_header_length(u_int16_t fc) argument
1649 ieee_802_11_hdr_print(u_int16_t fc, const u_char *p, u_int hdrlen, u_int meshdrlen, const u_int8_t **srcp, const u_int8_t **dstp) argument
1713 u_int16_t fc; local
[all...]
/freebsd-9.3-release/usr.sbin/lpr/lptest/
H A Dlptest.c57 register int i, j, fc, nc; local
69 fc = ' ';
71 if (++fc == 0177)
72 fc = ' ';
73 nc = fc;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c2837 frame_need_space (Frame_Chunk *fc, int reg) argument
2839 int prev = fc->ncols;
2841 if (reg < fc->ncols)
2844 fc->ncols = reg + 1;
2845 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int));
2846 fc->col_offset = xcrealloc (fc->col_offset, fc
2857 frame_display_row(Frame_Chunk *fc, int *need_col_headers, int *max_regs) argument
2977 Frame_Chunk *fc; local
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dchk.c596 int fc; local
602 fc = *fp++;
605 if (fc == '\0') {
610 if (fc != '%') {
614 fc = *fp++;
620 if (fc == '-') {
624 } else if (fc == '+') {
628 } else if (fc == ' ') {
632 } else if (fc == '#') {
636 } else if (fc
821 int fc; local
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dfilter_common.c259 const lzma_filter_coder *const fc local
261 if (fc == NULL || fc->init == NULL)
265 filters[j].init = fc->init;
270 const lzma_filter_coder *const fc local
272 if (fc == NULL || fc->init == NULL)
276 filters[i].init = fc->init;
309 const lzma_filter_coder *const fc local
311 if (fc
[all...]
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder.c59 struct feeder_class *fc = p; local
64 KASSERT(fc->desc == NULL, ("first feeder not root: %s", fc->name));
70 fc->name);
74 fte->feederclass = fc;
131 KASSERT(fc->desc != NULL, ("feeder '%s' has no descriptor", fc->name));
135 while ((feedercnt < MAXFEEDERS) && (fc->desc[i].type > 0)) {
136 /* printf("adding feeder %s, %x -> %x\n", fc->name, fc
185 feeder_create(struct feeder_class *fc, struct pcm_feederdesc *desc) argument
236 chn_addfeeder(struct pcm_channel *c, struct feeder_class *fc, struct pcm_feederdesc *desc) argument
[all...]
H A Dfeeder_chain.c141 struct feeder_class *fc; local
151 fc = feeder_getclass(desc);
152 if (fc == NULL) {
161 ret = chn_addfeeder(c, fc, desc);
209 struct feeder_class *fc; local
224 fc = feeder_getclass(desc);
225 if (fc == NULL) {
234 ret = chn_addfeeder(c, fc, desc);
287 struct feeder_class *fc; local
302 fc
344 struct feeder_class *fc; local
412 struct feeder_class *fc; local
466 struct feeder_class *fc; local
497 struct feeder_class *fc; local
[all...]
/freebsd-9.3-release/sys/net/
H A Dif_fwsubr.c81 struct fw_com *fc = IFP2FWC(ifp); local
171 error = nd6_storelladdr(fc->fc_ifp, m, dst,
195 bcopy(&fc->fc_hwaddr, h.firewire_shost, 8);
217 speed = min(fc->fc_speed, destfw->sspd);
327 firewire_input_fragment(struct fw_com *fc, struct mbuf *m, int src) argument
341 STAILQ_FOREACH(r, &fc->fc_frags, fr_link)
352 STAILQ_INSERT_HEAD(&fc->fc_frags, r, fr_link);
442 STAILQ_REMOVE(&fc->fc_frags, r, fw_reass, fr_link);
494 struct fw_com *fc = IFP2FWC(ifp); local
526 m = firewire_input_fragment(fc,
743 struct fw_com *fc = IFP2FWC(ifp); local
790 struct fw_com *fc = IFP2FWC(ifp); local
811 struct fw_com *fc; local
[all...]
H A Diso88025.h121 u_int8_t fc; /* frame control field */ member in struct:iso88025_header
137 u_char fc; member in struct:iso88025_sockaddr_data
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c133 int *speed, int *duplex, int *fc)
148 if (fc) {
171 if (fc)
172 *fc = pause;
132 tn1010_get_link_status(struct cphy *phy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dcxgb_vsc8211.c133 int *speed, int *duplex, int *fc)
177 if (fc && dplx == DUPLEX_FULL) {
199 if (fc)
200 *fc = pause;
205 int *speed, int *duplex, int *fc)
250 if (fc && dplx == DUPLEX_FULL) {
265 if (fc)
266 *fc = pause;
132 vsc8211_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
204 vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Ddrv_callbacks.c192 u16 fc, type, stype; local
201 fc = le_to_host16(hdr->frame_control);
202 type = WLAN_FC_GET_TYPE(fc);
203 stype = WLAN_FC_GET_STYPE(fc);
209 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) {
256 u16 fc = le_to_host16(hdr->frame_control); local
262 (fc & (WLAN_FC_TODS | WLAN_FC_FROMDS)) ==
281 u16 fc; local
282 fc = le_to_host16(hdr->frame_control);
288 if (WLAN_FC_GET_TYPE(fc)
[all...]
/freebsd-9.3-release/sys/dev/dcons/
H A Ddcons_crom.c140 src = sc->fd.fc->crom_src;
141 root = sc->fd.fc->crom_root;
197 sc->fd.fc->poll(sc->fd.fc, -1, -1);
213 sc->fd.fc = device_get_ivars(dev);
220 /*parent*/ sc->fd.fc->dmat,

Completed in 251 milliseconds

12345