Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/freebsd-14.2/sys/dev/firewire/
H A Dfirewire.c256 xfer->fc = fc; in fw_asyreq()
366 fc->timeout(fc); in firewire_xfer_timeout()
407 sc->fc = fc; in firewire_attach()
465 fc->ibr(fc); in firewire_attach()
514 fc = sc->fc; in firewire_detach()
865 xfer->fc = fc; in fw_init()
982 xfer->fc = fc; in fw_xferlist_add()
1243 xfer->fc = fc; in fw_phy_config()
1383 CSRARC(fc, BUS_MGR_ID) = fc->set_bmr(fc, fc->irm); in fw_sidrcv()
2109 fc = xfer->fc; in fw_try_bmr_callback()
[all …]
H A Dfwdev.c190 d->fc = sc->fc; in fw_open()
210 fc = d->fc; in fw_close()
227 fc->irx_disable(fc, ir->dmach); in fw_close()
291 fc->irx_post(fc, fp->mode.ld); in fw_read_async()
326 fc = d->fc; in fw_read()
366 fc->irx_post(fc, fp->mode.ld); in fw_read()
378 fc->irx_enable(fc, ir->dmach); in fw_read()
418 xfer->fc = d->fc; in fw_write_async()
460 fc = d->fc; in fw_write()
565 fc = d->fc; in fw_ioctl()
[all …]
H A Dfwohci.c364 fc = (struct fwohci_softc *)sc->fc; in fwohci_ioctl()
445 linkspeed[sc->fc.speed], sc->fc.nport);
458 linkspeed[sc->fc.speed], sc->fc.nport);
538 sc->fc.maxrec = sc->fc.speed + 8;
1594 cycle_now = (fc->cyctimer(fc) >> 12) & 0x7fff;
1773 sc->fc.irx_enable(&sc->fc, i);
1778 sc->fc.ibr(&sc->fc);
2005 struct firewire_comm *fc = &sc->fc; local
2135 struct firewire_comm *fc = &sc->fc; local
2183 struct firewire_comm *fc = &sc->fc; local
[all …]
H A Dif_fwip.c119 fc = fwip->fd.fc; in fwip_poll()
212 fc = fwip->fd.fc; in fwip_stop()
218 fc->irx_disable(fc, fwip->dma_ch); in fwip_stop()
288 fc = fwip->fd.fc; in fwip_init()
335 xfer->fc = fc; in fwip_init()
348 xfer->fc = fwip->fd.fc; in fwip_init()
361 fc->irx_enable(fc, fwip->dma_ch); in fwip_init()
405 fc->set_intr(fc, 0); in fwip_ioctl()
413 fc->set_intr(fc, 1); in fwip_ioctl()
528 struct firewire_comm *fc = fwip->fd.fc; in fwip_async_output() local
[all …]
H A Dif_fwe.c108 fc = fwe->fd.fc; in fwe_poll()
212 fc = fwe->fd.fc; in fwe_stop()
218 fc->irx_disable(fc, fwe->dma_ch); in fwe_stop()
283 fc = fwe->fd.fc; in fwe_init()
323 xfer->fc = fwe->fd.fc; in fwe_init()
334 fc->irx_enable(fc, fwe->dma_ch); in fwe_init()
382 struct firewire_comm *fc = fwe->fd.fc; in fwe_ioctl() local
390 fc->set_intr(fc, 0); in fwe_ioctl()
398 fc->set_intr(fc, 1); in fwe_ioctl()
563 fwe->fd.fc->irx_post(fwe->fd.fc, fp->mode.ld); in fwe_as_input()
[all …]
H A Dfirewirereg.h61 struct firewire_comm *fc; member
71 struct firewire_comm *fc; member
80 struct firewire_comm *fc; member
166 #define FW_GMTX(fc) (&(fc)->mtx) argument
167 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) argument
168 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc)) argument
169 #define FW_GLOCK_ASSERT(fc) mtx_assert(FW_GMTX(fc), MA_OWNED) argument
224 struct firewire_comm *fc; member
253 struct firewire_comm *fc; member
H A Dfwdma.c69 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size, in fwdma_malloc() argument
76 /*parent*/ fc->dmat, in fwdma_malloc()
87 /*lockarg*/FW_GMTX(fc), in fwdma_malloc()
109 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma) in fwdma_free() argument
145 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, in fwdma_malloc_multiseg() argument
168 /*parent*/ fc->dmat, in fwdma_malloc_multiseg()
179 /*lockarg*/FW_GMTX(fc), in fwdma_malloc_multiseg()
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h792 return (fc == v); in ieee80211_is_ctl()
804 return (fc == v); in ieee80211_is_data()
816 return (fc == v); in ieee80211_is_data_qos()
828 return (fc == v); in ieee80211_is_mgmt()
880 return (fc == v); in ieee80211_is_trigger()
891 return (fc == v); in ieee80211_is_action()
902 return (fc == v); in ieee80211_is_probe_resp()
913 return (fc == v); in ieee80211_is_auth()
924 return (fc == v); in ieee80211_is_assoc_req()
935 return (fc == v); in ieee80211_is_assoc_resp()
[all …]
/freebsd-14.2/sys/dev/hid/
H A Dhconf.c137 struct feature_control *fc; in hconf_set_feature_control() local
145 if (fc->rlen <= 1) in hconf_set_feature_control()
155 bzero(fbuf + 1, fc->rlen - 1); in hconf_set_feature_control()
160 if (ofc->rid != fc->rid) in hconf_set_feature_control()
164 fc->rid, fc->rlen, ofc->rlen)); in hconf_set_feature_control()
169 fbuf[0] = fc->rid; in hconf_set_feature_control()
174 fc->val = val; in hconf_set_feature_control()
185 struct feature_control *fc; in hconf_feature_control_handler() local
195 value = fc->val; in hconf_feature_control_handler()
216 hid_feature, tlc_index, 0, &fc->loc, &flags, &fc->rid, NULL)) in hconf_parse_feature()
[all …]
/freebsd-14.2/contrib/processor-trace/libipt/src/
H A Dpt_time.c116 if (!fc || !config) in pt_time_ctc_fc()
144 time->fc = 0ull; in pt_time_update_tsc()
179 uint64_t fc; in pt_time_update_tma() local
197 fc = packet->fc; in pt_time_update_tma()
208 time->base -= fc; in pt_time_update_tma()
209 time->fc += fc; in pt_time_update_tma()
271 time->fc = 0ull; in pt_time_update_mtc()
423 fc = time->fc; in pt_time_update_cyc()
424 if (!fc) { in pt_time_update_cyc()
434 time->fc = fc; in pt_time_update_cyc()
[all …]
/freebsd-14.2/contrib/tcpdump/
H A Dprint-fddi.c162 switch (fc) { in print_fddi_fc()
193 switch (fc & FDDIFC_CLFF) { in print_fddi_fc()
196 ND_PRINT("mac%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
200 ND_PRINT("smt%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
204 ND_PRINT("async%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
208 ND_PRINT("sync%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
216 ND_PRINT("imp_sync%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
220 ND_PRINT("%02x ", fc); in print_fddi_fc()
277 uint8_t fc; in fddi_print() local
288 fc = GET_U_1(fddip->fddi_fc); in fddi_print()
[all …]
H A Dprint-802_11.c162 #define FC_VERSION(fc) ((fc) & 0x3) argument
163 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
164 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
165 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
166 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
167 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
168 #define FC_RETRY(fc) ((fc) & 0x0800) argument
169 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
170 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
171 #define FC_PROTECTED(fc) ((fc) & 0x4000) argument
[all …]
H A Dprint-802_15_4.c410 #define FC_FRAME_TYPE(fc) ((fc) & 0x7) argument
411 #define FC_FRAME_VERSION(fc) (((fc) >> 12) & 0x3) argument
1794 uint16_t fc) in ieee802_15_4_std_frames() argument
1850 if (CHECK_BIT(fc, 8)) { in ieee802_15_4_std_frames()
2018 if (CHECK_BIT(fc, 3)) { in ieee802_15_4_std_frames()
2068 if (CHECK_BIT(fc, 9)) { in ieee802_15_4_std_frames()
2203 uint16_t fc) in ieee802_15_4_mp_frame() argument
2251 if (CHECK_BIT(fc, 3)) { in ieee802_15_4_mp_frame()
2451 uint16_t fc _U_) in ieee802_15_4_frag_frame()
2470 uint16_t fc; in ieee802_15_4_print() local
[all …]
/freebsd-14.2/sys/dev/isp/
H A Disp_freebsd.c138 fc->sim = sim; in isp_attach_chan()
146 TASK_INIT(&fc->gtask, 1, isp_gdt_task, fc); in isp_attach_chan()
151 STAILQ_INSERT_TAIL(&fc->ntfree, &fc->ntpool[i], next); in isp_attach_chan()
154 LIST_INSERT_HEAD(&fc->atfree, &fc->atpool[i], next); in isp_attach_chan()
160 if (kproc_create(isp_kthread, fc, &fc->kproc, 0, 0, in isp_attach_chan()
237 wakeup(fc); in isp_detach_chan()
2094 callout_reset(&fc->gdt, hz, isp_gdt, fc); in isp_gdt_task()
2611 fc = &cts->xport_specific.fc; in isp_action()
2992 if (fc->ready && !callout_active(&fc->gdt)) { in isp_async()
2994 callout_reset(&fc->gdt, hz, isp_gdt, fc); in isp_async()
[all …]
/freebsd-14.2/crypto/openssl/crypto/
H A Ds390xcpuid.pl302 my ($in,$len,$fc,$param) = map("%r$_",(2..5));
308 llgfr %r0,$fc
329 llgfr %r0,$fc
350 lr %r0,$fc
365 my ($in,$len,$fc,$param) = map("%r$_",(2..5));
371 lr %r0,$fc
392 lr %r0,$fc
413 lr %r0,$fc
450 my ($fc,$param) = map("%r$_",(2..3));
456 lr %r0,$fc
[all …]
H A Ds390x_arch.h15 void s390x_kimd(const unsigned char *in, size_t len, unsigned int fc,
18 size_t outlen, unsigned int fc, void *param);
20 unsigned int fc, void *param);
21 void s390x_kmac(const unsigned char *in, size_t len, unsigned int fc,
24 unsigned int fc, void *param);
26 unsigned int fc, void *param);
28 size_t len, unsigned char *out, unsigned int fc, void *param);
29 int s390x_pcc(unsigned int fc, void *param);
30 int s390x_kdsa(unsigned int fc, void *param, const unsigned char *in,
/freebsd-14.2/lib/libdpv/
H A Ddpv.c101 char *fc; in dpv() local
443 fc = pprompt; in dpv()
444 while (fc != NULL && *fc != '\0') { in dpv()
447 if (!isspace(*fc) && *fc != '\\' && backslash == 0) in dpv()
456 fc++; in dpv()
459 if (fc != NULL && *fc >= '0' && *fc <= '9') in dpv()
462 else if (fc > pprompt) in dpv()
472 fc = first_file->name; in dpv()
473 while (fc != NULL && *fc != '\0' && isspace(*fc)) in dpv()
474 fc++; in dpv()
[all …]
/freebsd-14.2/sys/dev/sound/pcm/
H A Dfeeder.c58 struct feeder_class *fc = p; in feeder_register_root() local
62 KASSERT(fc->desc == NULL, ("first feeder not root: %s", fc->name)); in feeder_register_root()
66 fte->feederclass = fc; in feeder_register_root()
79 struct feeder_class *fc = p; in feeder_register() local
83 KASSERT(fc->desc != NULL, ("feeder '%s' has no descriptor", fc->name)); in feeder_register()
90 while ((feedercnt < MAXFEEDERS) && (fc->desc[i].type > 0)) { in feeder_register()
92 fte->feederclass = fc; in feeder_register()
93 fte->desc = &fc->desc[i]; in feeder_register()
145 f->data = fc->data; in feeder_create()
148 f->class = fc; in feeder_create()
[all …]
H A Dfeeder_chain.c140 struct feeder_class *fc; in feeder_build_format() local
151 if (fc == NULL) { in feeder_build_format()
208 struct feeder_class *fc; in feeder_build_rate() local
224 if (fc == NULL) { in feeder_build_rate()
286 struct feeder_class *fc; in feeder_build_matrix() local
302 if (fc == NULL) { in feeder_build_matrix()
343 struct feeder_class *fc; in feeder_build_volume() local
359 if (fc == NULL) { in feeder_build_volume()
427 if (fc == NULL) { in feeder_build_eq()
469 if (fc == NULL) { in feeder_build_root()
[all …]
/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dfilter_common.c307 const lzma_filter_coder *const fc in lzma_raw_coder_init() local
309 if (fc == NULL || fc->init == NULL) in lzma_raw_coder_init()
313 filters[j].init = fc->init; in lzma_raw_coder_init()
318 const lzma_filter_coder *const fc in lzma_raw_coder_init() local
320 if (fc == NULL || fc->init == NULL) in lzma_raw_coder_init()
324 filters[i].init = fc->init; in lzma_raw_coder_init()
357 const lzma_filter_coder *const fc in lzma_raw_coder_memusage() local
359 if (fc == NULL) in lzma_raw_coder_memusage()
362 if (fc->memusage == NULL) { in lzma_raw_coder_memusage()
374 = fc->memusage(filters[i].options); in lzma_raw_coder_memusage()
/freebsd-14.2/usr.sbin/lpr/lptest/
H A Dlptest.c57 register int i, j, fc, nc; in main() local
69 fc = ' '; in main()
71 if (++fc == 0177) in main()
72 fc = ' '; in main()
73 nc = fc; in main()
/freebsd-14.2/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc18 /* Additional flag or'ed to fc for decryption */
89 unsigned int fc;
97 fc, kma);
120 unsigned int fc;
147 unsigned int fc;
172 fc = S390X_gcm_fc(actx, ctx);
184 fc = S390X_gcm_fc(actx, ctx);
213 unsigned int fc;
242 fc |= S390X_KMA_HS;
264 fc, kma);
[all …]
/freebsd-14.2/sys/dev/igc/
H A Digc_mac.c543 hw->fc.requested_mode = igc_fc_full; in igc_setup_link_generic()
549 hw->fc.current_mode = hw->fc.requested_mode; in igc_setup_link_generic()
552 hw->fc.current_mode); in igc_setup_link_generic()
621 fcrtl = hw->fc.low_water; in igc_set_fc_watermarks_generic()
622 if (hw->fc.send_xon) in igc_set_fc_watermarks_generic()
625 fcrth = hw->fc.high_water; in igc_set_fc_watermarks_generic()
670 switch (hw->fc.current_mode) { in igc_force_mac_fc_generic()
798 hw->fc.current_mode = igc_fc_full; in igc_config_fc_after_link_up_generic()
816 hw->fc.current_mode = igc_fc_tx_pause; in igc_config_fc_after_link_up_generic()
836 hw->fc.current_mode = igc_fc_none; in igc_config_fc_after_link_up_generic()
[all …]
/freebsd-14.2/sbin/bsdlabel/
H A Ddisktab27 :pc#720:oc#0:bc#4096:fc#512:
32 :pc#1440:oc#0:bc#4096:fc#512:
37 :pc#2400:oc#0:bc#4096:fc#512:
42 :pc#2880:oc#0:bc#4096:fc#512:
57 :pc#1600:oc#0:bc#4096:fc#512:
62 :pc#1640:oc#0:bc#4096:fc#512:
67 :pc#2952:oc#0:bc#4096:fc#512:
72 :pc#3444:oc#0:bc#4096:fc#512:
80 :pc#246528:oc#0:bc#4096:fc#512:
177 :pc#2880:oc#0:bc#4096:fc#512:
[all …]
/freebsd-14.2/sys/net/
H A Dif_fwsubr.c83 struct fw_com *fc = IFP2FWC(ifp); in firewire_output() local
242 speed = min(fc->fc_speed, destfw->sspd); in firewire_output()
366 STAILQ_FOREACH(r, &fc->fc_frags, fr_link) in firewire_input_fragment()
519 struct fw_com *fc = IFP2FWC(ifp); in firewire_input() local
763 struct fw_com *fc = IFP2FWC(ifp); in firewire_ifattach() local
771 fc->fc_speed = llc->sspd; in firewire_ifattach()
772 STAILQ_INIT(&fc->fc_frags); in firewire_ifattach()
810 struct fw_com *fc = IFP2FWC(ifp); in firewire_busreset() local
831 struct fw_com *fc; in firewire_alloc() local
834 fc->fc_ifp = ifp; in firewire_alloc()
[all …]

12345678910>>...18