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

123456

/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c146 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) argument
150 FW_GLOCK(fc);
151 STAILQ_FOREACH(fwdev, &fc->devices, link)
154 FW_GUNLOCK(fc);
163 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) argument
167 FW_GLOCK(fc);
168 STAILQ_FOREACH(fwdev, &fc->devices, link)
171 FW_GUNLOCK(fc);
184 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) argument
202 info = &fc
299 struct firewire_comm *fc = xfer->fc; local
332 struct firewire_comm *fc = (struct firewire_comm *)arg; local
376 struct firewire_comm *fc; local
404 struct firewire_comm *fc; local
509 struct firewire_comm *fc; local
567 fw_drain_txq(struct firewire_comm *fc) argument
599 fw_reset_csr(struct firewire_comm *fc) argument
644 fw_init_crom(struct firewire_comm *fc) argument
678 fw_reset_crom(struct firewire_comm *fc) argument
706 fw_busreset(struct firewire_comm *fc, uint32_t new_status) argument
771 fw_init(struct firewire_comm *fc) argument
883 fw_bindlookup(struct firewire_comm *fc, uint16_t dest_hi, uint32_t dest_lo) argument
903 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) argument
935 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) argument
971 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
1021 fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer) argument
1055 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) argument
1233 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) argument
1298 fw_sidrcv(struct firewire_comm *fc, uint32_t *sid, u_int len) argument
1402 struct firewire_comm *fc; local
1513 struct firewire_comm *fc; local
1664 fw_find_self_id(struct firewire_comm *fc, int node) argument
1680 fw_explore(struct firewire_comm *fc) argument
1739 struct firewire_comm *fc; local
1764 fw_attach_dev(struct firewire_comm *fc) argument
1813 fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer) argument
2101 struct firewire_comm *fc; local
2136 struct firewire_comm *fc = arg; local
2278 fw_bmr(struct firewire_comm *fc) argument
2331 fw_open_isodma(struct firewire_comm *fc, int tx) argument
[all...]
H A Dfwdev.c86 struct firewire_comm *fc; member in struct:fw_drv1
95 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q, argument
107 q->buf = fwdma_malloc_multiseg(fc, sizeof(uint32_t),
170 FW_GLOCK(sc->fc);
172 FW_GUNLOCK(sc->fc);
177 FW_GUNLOCK(sc->fc);
190 d->fc = sc->fc;
200 struct firewire_comm *fc; local
210 fc
318 struct firewire_comm *fc; local
453 struct firewire_comm *fc; local
540 struct firewire_comm *fc; local
[all...]
H A Dif_fwe.c102 struct firewire_comm *fc; local
108 fc = fwe->fd.fc;
109 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);
152 fwe->fd.fc = device_get_ivars(dev);
154 tx_speed = fwe->fd.fc->speed;
168 eui = &fwe->fd.fc->eui;
210 struct firewire_comm *fc; local
216 fc
275 struct firewire_comm *fc; local
386 struct firewire_comm *fc = fwe->fd.fc; local
[all...]
H A Dfwohci.c278 fwohci_set_bus_manager(struct firewire_comm *fc, u_int node) argument
280 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
298 device_printf(sc->fc.dev, "%s: %d->%d (loop=%d)\n",
323 device_printf(sc->fc.dev, "%s: failed(1).\n", __func__);
334 device_printf(sc->fc.dev, "%s: failed(2).\n", __func__);
341 device_printf(sc->fc.dev,
353 struct fwohci_softc *fc; local
363 fc = (struct fwohci_softc *)sc->fc;
372 OWRITE(fc, re
780 fwohci_cyctimer(struct firewire_comm *fc) argument
1038 fwohci_start_atq(struct firewire_comm *fc) argument
1048 fwohci_start_ats(struct firewire_comm *fc) argument
1067 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1295 fwohci_itx_disable(struct firewire_comm *fc, int dmach) argument
1311 fwohci_irx_disable(struct firewire_comm *fc, int dmach) argument
1469 fwohci_next_cycle(struct firewire_comm *fc, int cycle_now) argument
1500 fwohci_itxbuf_enable(struct firewire_comm *fc, int dmach) argument
1621 fwohci_irx_enable(struct firewire_comm *fc, int dmach) argument
1819 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1921 struct firewire_comm *fc = (struct firewire_comm *)sc; local
2007 struct firewire_comm *fc = &sc->fc; local
2108 fwohci_poll(struct firewire_comm *fc, int quick, int count) argument
2118 fwohci_set_intr(struct firewire_comm *fc, int enable) argument
2137 struct firewire_comm *fc = &sc->fc; local
2185 struct firewire_comm *fc = &sc->fc; local
2454 fwohci_ibr(struct firewire_comm *fc) argument
[all...]
H A Dif_fwip.c112 struct firewire_comm *fc; local
118 fc = fwip->fd.fc;
119 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);
162 fwip->fd.fc = device_get_ivars(dev);
164 tx_speed = fwip->fd.fc->speed;
176 hwaddr->sender_unique_ID_hi = htonl(fwip->fd.fc->eui.hi);
177 hwaddr->sender_unique_ID_lo = htonl(fwip->fd.fc->eui.lo);
178 hwaddr->sender_max_rec = fwip->fd.fc
207 struct firewire_comm *fc; local
280 struct firewire_comm *fc; local
402 struct firewire_comm *fc = fwip->fd.fc; local
535 struct firewire_comm *fc = fwip->fd.fc; local
[all...]
H A Dfirewirereg.h61 struct firewire_comm *fc; member in struct:fw_device
71 struct firewire_comm *fc; member in struct:firewire_softc
80 struct firewire_comm *fc; member in struct:firewire_dev_comm
166 #define FW_GMTX(fc) (&(fc)->mtx)
167 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc))
168 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc))
169 #define FW_GLOCK_ASSERT(fc) mtx_asser
224 struct firewire_comm *fc; member in struct:fw_xfer
253 struct firewire_comm *fc; member in struct:fw_rcv_buf
[all...]
H A Dfwdma.c68 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size, argument
75 /*parent*/ fc->dmat,
86 /*lockarg*/FW_GMTX(fc),
108 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma) argument
144 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, argument
167 /*parent*/ fc->dmat,
178 /*lockarg*/FW_GMTX(fc),
H A Dfwmem.c102 xfer->fc = fwdev->fc;
146 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
182 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
220 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
258 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
276 FW_GLOCK(sc->fc);
279 FW_GUNLOCK(sc->fc);
282 FW_GUNLOCK(sc->fc);
287 FW_GUNLOCK(sc->fc);
[all...]
/freebsd-11-stable/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-11-stable/contrib/tcpdump/
H A Dprint-802_15_4.c50 #define FC_FRAME_TYPE(fc) ((fc) & 0x7)
55 #define FC_DEST_ADDRESSING_MODE(fc) (((fc) >> 10) & 0x3)
56 #define FC_FRAME_VERSION(fc) (((fc) >> 12) & 0x3)
57 #define FC_SRC_ADDRESSING_MODE(fc) (((fc) >> 14) & 0x3)
70 uint16_t fc; local
80 fc
[all...]
H A Dprint-802_11.c164 #define FC_VERSION(fc) ((fc) & 0x3)
165 #define FC_TYPE(fc) (((fc) >> 2) & 0x3)
166 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF)
167 #define FC_TO_DS(fc) ((fc) & 0x0100)
168 #define FC_FROM_DS(fc) ((fc)
177 uint16_t fc; member in struct:mgmt_header_t
300 uint16_t fc; member in struct:ctrl_control_wrapper_hdr_t
313 uint16_t fc; member in struct:ctrl_rts_hdr_t
323 uint16_t fc; member in struct:ctrl_cts_hdr_t
331 uint16_t fc; member in struct:ctrl_ack_hdr_t
339 uint16_t fc; member in struct:ctrl_ps_poll_hdr_t
349 uint16_t fc; member in struct:ctrl_end_hdr_t
359 uint16_t fc; member in struct:ctrl_end_ack_hdr_t
369 uint16_t fc; member in struct:ctrl_ba_hdr_t
377 uint16_t fc; member in struct:ctrl_bar_hdr_t
1620 mgmt_body_print(netdissect_options *ndo, uint16_t fc, const uint8_t *src, const u_char *p, u_int length) argument
1664 ctrl_body_print(netdissect_options *ndo, uint16_t fc, const u_char *p) argument
1748 get_data_src_dst_mac(uint16_t fc, const u_char *p, const uint8_t **srcp, const uint8_t **dstp) argument
1800 data_header_print(netdissect_options *ndo, uint16_t fc, const u_char *p) argument
1861 ctrl_header_print(netdissect_options *ndo, uint16_t fc, const u_char *p) argument
1910 extract_header_length(netdissect_options *ndo, uint16_t fc) argument
1963 ieee_802_11_hdr_print(netdissect_options *ndo, uint16_t fc, const u_char *p, u_int hdrlen, u_int meshdrlen) argument
2027 uint16_t fc; local
[all...]
H A Dprint-fddi.c162 print_fddi_fc(netdissect_options *ndo, u_char fc) argument
164 switch (fc) {
195 switch (fc & FDDIFC_CLFF) {
198 ND_PRINT((ndo, "mac%1x ", fc & FDDIFC_ZZZZ));
202 ND_PRINT((ndo, "smt%1x ", fc & FDDIFC_ZZZZ));
206 ND_PRINT((ndo, "async%1x ", fc & FDDIFC_ZZZZ));
210 ND_PRINT((ndo, "sync%1x ", fc & FDDIFC_ZZZZ));
214 ND_PRINT((ndo, "imp_async%1x ", fc & FDDIFC_ZZZZ));
218 ND_PRINT((ndo, "imp_sync%1x ", fc & FDDIFC_ZZZZ));
222 ND_PRINT((ndo, "%02x ", fc));
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c252 futex_condvar_assert(const struct futex_condvar *fc) argument
255 KASSERT(fc->fc_waitcount >= futex_queue_count(&fc->fc_waiters),
257 futex_lock_assert(fc->fc_lock);
265 struct futex_condvar *fc; local
273 LIST_FOREACH(fc, &futex_condvar_list, fc_next) {
274 if (futex_address_match(&fc->fc_address, &fa_condvar)) {
277 futex_condvar_assert(fc);
278 *fcret = fc;
294 struct futex_condvar *fc; local
340 futex_condvar_release(struct futex_condvar *fc) argument
356 futex_condvar_unmanage(struct futex_condvar *fc, cloudabi_condvar_t *condvar) argument
983 struct futex_condvar *fc; local
1099 struct futex_condvar *fc; local
[all...]
/freebsd-11-stable/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-11-stable/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.c140 struct feeder_class *fc; local
150 fc = feeder_getclass(desc);
151 if (fc == NULL) {
160 ret = chn_addfeeder(c, fc, desc);
208 struct feeder_class *fc; local
223 fc = feeder_getclass(desc);
224 if (fc == NULL) {
233 ret = chn_addfeeder(c, fc, desc);
286 struct feeder_class *fc; local
301 fc
343 struct feeder_class *fc; local
411 struct feeder_class *fc; local
465 struct feeder_class *fc; local
496 struct feeder_class *fc; local
[all...]
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dflock.c33 int fc; local
43 fc = (type & APR_FLOCK_NONBLOCK) ? F_SETLK : F_SETLKW;
46 while ((rc = fcntl(thefile->filedes, fc, &l)) < 0 && errno == EINTR)
/freebsd-11-stable/lib/libdpv/
H A Ddpv.c103 char *fc; local
445 fc = pprompt;
446 while (fc != NULL && *fc != '\0') {
447 if (*fc == '\n') /* leading literal newline OK */
449 if (!isspace(*fc) && *fc != '\\' && backslash == 0)
451 else if (backslash > 0 && *fc != 'n')
453 else if (*fc == '\\') {
458 fc
[all...]
/freebsd-11-stable/contrib/libxo/xo/
H A Dxo.c131 char fc = *cp; local
139 if (fc == 'D' || fc == 'O' || fc == 'U')
142 if (strchr("diD", fc) != NULL) {
151 } else if (strchr("ouxXOUp", fc) != NULL) {
160 } else if (strchr("eEfFgGaA", fc) != NULL) {
169 } else if (fc == 'C' || fc == 'c' || fc
[all...]
/freebsd-11-stable/sys/net/
H A Dif_fwsubr.c82 struct fw_com *fc = IFP2FWC(ifp); local
177 error = nd6_resolve(fc->fc_ifp, is_gw, m, dst,
201 bcopy(&fc->fc_hwaddr, h.firewire_shost, 8);
223 speed = min(fc->fc_speed, destfw->sspd);
333 firewire_input_fragment(struct fw_com *fc, struct mbuf *m, int src) argument
347 STAILQ_FOREACH(r, &fc->fc_frags, fr_link)
358 STAILQ_INSERT_HEAD(&fc->fc_frags, r, fr_link);
448 STAILQ_REMOVE(&fc->fc_frags, r, fw_reass, fr_link);
500 struct fw_com *fc = IFP2FWC(ifp); local
532 m = firewire_input_fragment(fc,
744 struct fw_com *fc = IFP2FWC(ifp); local
791 struct fw_com *fc = IFP2FWC(ifp); local
812 struct fw_com *fc; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_term.c80 char fc; local
221 fc = '\0';
229 fc = horiz || IS_HORIZ(sp->layout->first) ? '+' : '|';
231 fc = '-';
232 if (fc != '\0') {
234 (*tp->letter)(tp, fc);
264 fc = '-';
267 fc = '=';
270 fc = ' ';
275 fc
[all...]
/freebsd-11-stable/testcode/
H A Dfake_event.c1330 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, local
1331 sizeof(*fc));
1332 if(!fc) return NULL;
1333 fc->typecode = FAKE_COMMPOINT_TYPECODE;
1334 return (struct comm_point*)fc;
1343 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, local
1344 sizeof(*fc));
1345 if(!fc) return NULL;
1346 fc->typecode = FAKE_COMMPOINT_TYPECODE;
1347 return (struct comm_point*)fc;
1364 struct fake_commpoint* fc = (struct fake_commpoint*)c; local
1652 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, local
1672 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, local
1744 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, local
1770 struct fake_commpoint* fc = (struct fake_commpoint*)c; local
[all...]

Completed in 351 milliseconds

123456