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

123

/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp105 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) argument
111 STAILQ_FOREACH(fwdev, &fc->devices, link)
123 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) argument
129 FW_GLOCK(fc);
130 STAILQ_FOREACH(fwdev, &fc->devices, link)
133 FW_GUNLOCK(fc);
145 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) argument
162 info = &fc->tcode[tcode];
169 if ((fc->status < FWBUSEXPLORE) &&
179 xferq = fc
265 struct firewire_comm *fc = xfer->fc; local
287 struct firewire_comm *fc = (struct firewire_comm *)arg; local
336 struct firewire_comm *fc; local
429 firewire_attach(struct firewire_comm *fc, struct firewire_softc *sc) argument
511 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
736 fw_busreset(struct firewire_comm *fc, uint32_t new_status) argument
805 fw_init(struct firewire_comm *fc) argument
923 fw_bindlookup(struct firewire_comm *fc, uint16_t dest_hi, uint32_t dest_lo) argument
943 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) argument
975 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) argument
1011 fw_xferlist_add(struct fw_xferlist *q, int slen, int rlen, int n, struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *)) argument
1060 fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer) argument
1097 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) argument
1308 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) argument
1373 fw_sidrcv(struct firewire_comm* fc, uint32_t *sid, u_int len) argument
1491 struct firewire_comm *fc = (struct firewire_comm *)arg; local
1603 struct firewire_comm *fc; local
1762 fw_find_self_id(struct firewire_comm *fc, int node) argument
1778 fw_explore(struct firewire_comm *fc) argument
1839 struct firewire_comm *fc; local
1868 fw_attach_dev(struct firewire_comm *fc) argument
1930 fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer) argument
2227 struct firewire_comm *fc; local
2262 struct firewire_comm *fc = (struct firewire_comm *)arg; local
2396 fw_bmr(struct firewire_comm *fc) argument
2449 fw_open_isodma(struct firewire_comm *fc, int tx) argument
[all...]
H A Dfwohci.cpp266 fwohci_set_bus_manager(struct firewire_comm *fc, u_int node) argument
268 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
286 device_printf(sc->fc.dev, "%s: %d->%d (loop=%d)\n",
312 device_printf(sc->fc.dev, "%s: failed(1).\n", __func__);
323 device_printf(sc->fc.dev, "%s: failed(2).\n", __func__);
330 device_printf(sc->fc.dev, "%s: 0x%x loop=%d, retry=%d\n",
341 struct fwohci_softc *fc; local
350 fc = (struct fwohci_softc *)sc->fc;*/
351 fc
787 fwohci_cyctimer(struct firewire_comm *fc) argument
1059 fwohci_start_atq(struct firewire_comm *fc) argument
1069 fwohci_start_ats(struct firewire_comm *fc) argument
1088 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1336 fwohci_itx_disable(struct firewire_comm *fc, int dmach) argument
1353 fwohci_irx_disable(struct firewire_comm *fc, int dmach) argument
1549 fwohci_next_cycle(struct firewire_comm *fc, int cycle_now) argument
1580 fwohci_itxbuf_enable(struct firewire_comm *fc, int dmach) argument
1701 fwohci_irx_enable(struct firewire_comm *fc, int dmach) argument
1869 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1955 struct firewire_comm *fc = (struct firewire_comm *)sc; local
2043 struct firewire_comm *fc = &sc->fc; local
2144 fwohci_poll(struct firewire_comm *fc, int quick, int count) argument
2154 fwohci_set_intr(struct firewire_comm *fc, int enable) argument
2173 struct firewire_comm *fc = &sc->fc; local
2220 struct firewire_comm *fc = &sc->fc; local
2490 fwohci_ibr(struct firewire_comm *fc) argument
[all...]
H A Dfwdma.cpp60 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size,
67 /*parent*/ fc->dmat,
79 /*lockarg*/FW_GMTX(fc),
103 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma)
178 /*parent*/ fc->dmat,
190 /*lockarg*/FW_GMTX(fc),
H A Dfwohci_pci.cpp84 /* if (sc->fc.bdev) {
85 device_delete_child(self, sc->fc.bdev);
86 sc->fc.bdev = NULL;
95 mtx_destroy(FW_GMTX(&sc->fc));
112 sc->fc.bdev = child;
113 device_set_ivars(child, (void *)&sc->fc);*/
116 err = firewire_attach(&sc->fc, gFirewire_softc[index]);
147 mtx_init(FW_GMTX(&sc->fc), "firewire", NULL, MTX_DEF);
226 mtx_destroy(FW_GMTX(&sc->fc));
H A Dfwmem.cpp66 xfer->fc = fwdev->fc;
110 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
146 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
184 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
222 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
H A Dfwohcivar.h40 struct firewire_comm fc; member in struct:fwohci_softc
/haiku-fatelf/headers/private/firewire/
H A Dfirewire_module.h21 struct fw_device * (*fw_noderesolve_nodeid)(struct firewire_comm *fc, int dst);
23 struct fw_device * (*fw_noderesolve_eui64)(struct firewire_comm *fc, struct fw_eui64 *eui);
25 int (*fw_asyreq)(struct firewire_comm *fc, int sub, struct fw_xfer *xfer);
30 struct fw_bind * (*fw_bindlookup)(struct firewire_comm *fc, uint16_t dest_hi, uint32_t dest_lo);
32 int (*fw_bindadd)(struct firewire_comm *fc, struct fw_bind *fwb);
34 int (*fw_bindremove)(struct firewire_comm *fc, struct fw_bind *fwb);
38 struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *));
56 int (*fw_open_isodma)(struct firewire_comm *fc, int tx);
H A Dfirewirereg.h83 struct firewire_comm *fc; member in struct:fw_device
95 struct firewire_comm *fc; member in struct:firewire_softc
106 struct firewire_comm *fc; member in struct:firewire_dev_comm
239 #define FW_GMTX(fc) (&(fc)->mtx)
240 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc))
241 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc))
243 #define FW_GLOCK_ASSERT(fc) mtx_asser
303 struct firewire_comm *fc; member in struct:fw_xfer
337 struct firewire_comm *fc; member in struct:fw_rcv_buf
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dieee802_11.h94 #define FC_VERSION(fc) ((fc) & 0x3)
95 #define FC_TYPE(fc) (((fc) >> 2) & 0x3)
96 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF)
97 #define FC_TO_DS(fc) ((fc) & 0x0100)
98 #define FC_FROM_DS(fc) ((fc)
107 u_int16_t fc; member in struct:mgmt_header_t
236 u_int16_t fc; member in struct:ctrl_rts_t
247 u_int16_t fc; member in struct:ctrl_cts_t
256 u_int16_t fc; member in struct:ctrl_ack_t
265 u_int16_t fc; member in struct:ctrl_ps_poll_t
276 u_int16_t fc; member in struct:ctrl_end_t
287 u_int16_t fc; member in struct:ctrl_end_ack_t
[all...]
H A Dprint-802_11.c559 mgmt_body_print(u_int16_t fc, const struct mgmt_header_t *pmh, argument
562 switch (FC_SUBTYPE(fc)) {
605 FC_SUBTYPE(fc));
616 ctrl_body_print(u_int16_t fc, const u_char *p) argument
618 switch (FC_SUBTYPE(fc)) {
687 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, argument
690 switch (FC_SUBTYPE(fc)) {
713 if (!FC_TO_DS(fc) && !FC_FROM_DS(fc)) {
723 } else if (!FC_TO_DS(fc)
780 ctrl_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, const u_int8_t **dstp) argument
826 extract_header_length(u_int16_t fc) argument
862 ieee_802_11_hdr_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, const u_int8_t **dstp) argument
906 u_int16_t fc; local
[all...]
H A Dprint-fddi.c122 print_fddi_fc(u_char fc) argument
124 switch (fc) {
155 switch (fc & FDDIFC_CLFF) {
158 printf("mac%1x ", fc & FDDIFC_ZZZZ);
162 printf("smt%1x ", fc & FDDIFC_ZZZZ);
166 printf("async%1x ", fc & FDDIFC_ZZZZ);
170 printf("sync%1x ", fc & FDDIFC_ZZZZ);
174 printf("imp_async%1x ", fc & FDDIFC_ZZZZ);
178 printf("imp_sync%1x ", fc & FDDIFC_ZZZZ);
182 printf("%02x ", fc);
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c83 struct firewire_comm *fc; member in struct:fw_drv1
182 FW_GLOCK(sc->fc);
184 FW_GUNLOCK(sc->fc);
189 FW_GUNLOCK(sc->fc);
197 d->fc = sc->fc;
221 struct firewire_comm *fc; local
229 fc = d->fc;
234 gFirewire->fw_bindremove(fc, fw
365 struct firewire_comm *fc; local
547 struct firewire_comm *fc; local
658 struct firewire_comm *fc; local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dulkigo.c192 forichiranContext fc; local
196 fc = (forichiranContext)d->modec;
197 d->currussia = fc->curIkouho;
206 forichiranContext fc; local
210 fc = (forichiranContext)d->modec;
211 d->curgreek = fc->curIkouho;
220 forichiranContext fc; local
224 fc = (forichiranContext)d->modec;
225 d->curkeisen = fc->curIkouho;
233 forichiranContext fc; local
260 forichiranContext fc; local
[all...]
H A Dbushu.c289 forichiranContext fc; local
302 if((fc = newForIchiranContext()) == NULL) {
306 fc->next = d->modec;
307 d->modec = (mode_context)fc;
309 fc->prevMode = d->current_mode;
310 fc->majorMode = d->majorMode;
318 forichiranContext fc = (forichiranContext)d->modec; local
320 d->modec = fc->next;
321 d->current_mode = fc->prevMode;
322 freeForIchiranContext(fc);
333 forichiranContext fc; local
406 forichiranContext fc; local
624 forichiranContext fc; local
[all...]
H A Duiutil.c350 forichiranContext fc; local
359 fc = (forichiranContext)d->modec;
360 cur = fc->curIkouho;
361 if (fc->prevcurp) {
362 *(fc->prevcurp) = cur;
364 men = fc->table->body + cur;
365 ptab = fc->table;
507 forichiranContext fc; local
535 fc = (forichiranContext)d->modec;
537 fc
[all...]
H A Duldelete.c544 forichiranContext fc; local
549 fc = (forichiranContext)d->modec;
550 freeGetIchiranList(fc->allkouho);
575 forichiranContext fc; local
579 fc = (forichiranContext)d->modec;
580 freeGetIchiranList(fc->allkouho);
699 forichiranContext fc; local
762 fc = (forichiranContext)d->modec;
763 fc->allkouho = allDelCands;
770 fc
[all...]
H A Dulhinshi.c884 forichiranContext fc; local
892 fc = (forichiranContext)d->modec;
893 cur = fc->curIkouho;
920 forichiranContext fc; local
937 fc = (forichiranContext)d->modec;
941 fc->allkouho = tc->udic;
943 fc->curIkouho = 0;
949 if((retval = selectOne(d, fc->allkouho, &fc->curIkouho, upnelem,
953 if(fc
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_renderer_markers.h649 void markers(int n, const T* x, const T* y, const T* r, const color_type* fc, marker_e type) argument
654 case marker_square: do { base_type::fill_color(*fc); square (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
655 case marker_diamond: do { base_type::fill_color(*fc); diamond (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
656 case marker_circle: do { base_type::fill_color(*fc); circle (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
657 case marker_crossed_circle: do { base_type::fill_color(*fc); crossed_circle (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
658 case marker_semiellipse_left: do { base_type::fill_color(*fc); semiellipse_lef
677 markers(int n, const T* x, const T* y, const T* r, const color_type* fc, const color_type* lc, marker_e type) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Dfreecom.c241 fcm_command fc = { local
246 memcpy(fc.data.cmd, cmd, sizeof(fc.data.cmd));
248 fc.timeout = FCMTO_TU;
251 PTRACE(udi, "FCM:FC:{Type:0x%02x; TO:%d;}\n", fc.type, fc.timeout);
252 udi->trace_bytes("FCM:FC::Cmd:\n", fc.data.cmd, sizeof(fc.data.cmd));
253 udi->trace_bytes("FCM:FC::Pad:\n", fc.data.pad, sizeof(fc
312 fcm_command fc = { local
[all...]
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.h57 } fc; member in struct:ct_data_s
64 #define Freq fc.freq
65 #define Code fc.code
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_mac.c964 * control setting, then the variable hw->fc will
975 hw->fc.requested_mode = e1000_fc_none;
978 hw->fc.requested_mode = e1000_fc_tx_pause;
980 hw->fc.requested_mode = e1000_fc_full;
1012 if (hw->fc.requested_mode == e1000_fc_default) {
1022 hw->fc.current_mode = hw->fc.requested_mode;
1025 hw->fc.current_mode);
1043 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
1071 * The possible values of the "fc" paramete
[all...]
H A De1000_82542.c326 hw->fc.requested_mode &= ~e1000_fc_tx_pause;
329 hw->fc.requested_mode &= ~e1000_fc_rx_pause;
335 hw->fc.current_mode = hw->fc.requested_mode;
338 hw->fc.current_mode);
357 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
/haiku-fatelf/src/apps/pulse/
H A DMiniPulseView.cpp145 int32 fc = message->FindInt32("frame_color"); local
155 frame_color.red = (fc & 0xff000000) >> 24;
156 frame_color.green = (fc & 0x00ff0000) >> 16;
157 frame_color.blue = (fc & 0x0000ff00) >> 8;
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c268 register UCHAR_T fc; /* Current character of the format. */ local
435 fc = *f++;
436 if (fc != '%')
439 if (ISSPACE (fc))
462 if (c != fc)
602 fc = *f++;
603 if (skip_space || (fc != L_('[') && fc != L_('c')
604 && fc != L_('C') && fc !
[all...]
/haiku-fatelf/src/libs/zlib/
H A Ddeflate.h66 } fc; member in struct:ct_data_s
73 #define Freq fc.freq
74 #define Code fc.code

Completed in 187 milliseconds

123