| /freebsd-13.1/sys/dev/firewire/ |
| H A D | firewire.c | 258 xfer->fc = fc; in fw_asyreq() 368 fc->timeout(fc); in firewire_xfer_timeout() 409 sc->fc = fc; in firewire_attach() 467 fc->ibr(fc); in firewire_attach() 516 fc = sc->fc; in firewire_detach() 867 xfer->fc = fc; in fw_init() 984 xfer->fc = fc; in fw_xferlist_add() 1245 xfer->fc = fc; in fw_phy_config() 1385 CSRARC(fc, BUS_MGR_ID) = fc->set_bmr(fc, fc->irm); in fw_sidrcv() 2108 fc = xfer->fc; in fw_try_bmr_callback() [all …]
|
| H A D | fwdev.c | 192 d->fc = sc->fc; in fw_open() 212 fc = d->fc; in fw_close() 229 fc->irx_disable(fc, ir->dmach); in fw_close() 293 fc->irx_post(fc, fp->mode.ld); in fw_read_async() 328 fc = d->fc; in fw_read() 368 fc->irx_post(fc, fp->mode.ld); in fw_read() 380 fc->irx_enable(fc, ir->dmach); in fw_read() 420 xfer->fc = d->fc; in fw_write_async() 462 fc = d->fc; in fw_write() 567 fc = d->fc; in fw_ioctl() [all …]
|
| H A D | fwohci.c | 366 fc = (struct fwohci_softc *)sc->fc; in fwohci_ioctl() 447 linkspeed[sc->fc.speed], sc->fc.nport); 460 linkspeed[sc->fc.speed], sc->fc.nport); 540 sc->fc.maxrec = sc->fc.speed + 8; 1599 cycle_now = (fc->cyctimer(fc) >> 12) & 0x7fff; 1778 sc->fc.irx_enable(&sc->fc, i); 1783 sc->fc.ibr(&sc->fc); 2010 struct firewire_comm *fc = &sc->fc; local 2140 struct firewire_comm *fc = &sc->fc; local 2188 struct firewire_comm *fc = &sc->fc; local [all …]
|
| H A D | if_fwip.c | 120 fc = fwip->fd.fc; in fwip_poll() 215 fc = fwip->fd.fc; in fwip_stop() 221 fc->irx_disable(fc, fwip->dma_ch); in fwip_stop() 291 fc = fwip->fd.fc; in fwip_init() 342 xfer->fc = fc; in fwip_init() 355 xfer->fc = fwip->fd.fc; in fwip_init() 368 fc->irx_enable(fc, fwip->dma_ch); in fwip_init() 412 fc->set_intr(fc, 0); in fwip_ioctl() 420 fc->set_intr(fc, 1); in fwip_ioctl() 535 struct firewire_comm *fc = fwip->fd.fc; in fwip_async_output() local [all …]
|
| H A D | if_fwe.c | 110 fc = fwe->fd.fc; in fwe_poll() 218 fc = fwe->fd.fc; in fwe_stop() 224 fc->irx_disable(fc, fwe->dma_ch); in fwe_stop() 289 fc = fwe->fd.fc; in fwe_init() 329 xfer->fc = fwe->fd.fc; in fwe_init() 340 fc->irx_enable(fc, fwe->dma_ch); in fwe_init() 388 struct firewire_comm *fc = fwe->fd.fc; in fwe_ioctl() local 396 fc->set_intr(fc, 0); in fwe_ioctl() 404 fc->set_intr(fc, 1); in fwe_ioctl() 567 fwe->fd.fc->irx_post(fwe->fd.fc, fp->mode.ld); in fwe_as_input() [all …]
|
| H A D | firewirereg.h | 63 struct firewire_comm *fc; member 73 struct firewire_comm *fc; member 82 struct firewire_comm *fc; member 168 #define FW_GMTX(fc) (&(fc)->mtx) argument 169 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) argument 170 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc)) argument 171 #define FW_GLOCK_ASSERT(fc) mtx_assert(FW_GMTX(fc), MA_OWNED) argument 226 struct firewire_comm *fc; member 255 struct firewire_comm *fc; member
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-802_15_4.c | 50 #define FC_FRAME_TYPE(fc) ((fc) & 0x7) argument 55 #define FC_DEST_ADDRESSING_MODE(fc) (((fc) >> 10) & 0x3) argument 56 #define FC_FRAME_VERSION(fc) (((fc) >> 12) & 0x3) argument 57 #define FC_SRC_ADDRESSING_MODE(fc) (((fc) >> 14) & 0x3) argument 70 uint16_t fc; in ieee802_15_4_if_print() local 80 fc = EXTRACT_LE_16BITS(p); in ieee802_15_4_if_print() 93 switch (FC_DEST_ADDRESSING_MODE(fc)) { in ieee802_15_4_if_print() 95 if (fc & FC_PAN_ID_COMPRESSION) { in ieee802_15_4_if_print() 156 switch (FC_SRC_ADDRESSING_MODE(fc)) { in ieee802_15_4_if_print() 166 if (!(fc & FC_PAN_ID_COMPRESSION)) { in ieee802_15_4_if_print() [all …]
|
| H A D | print-802_11.c | 164 #define FC_VERSION(fc) ((fc) & 0x3) argument 165 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument 166 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument 167 #define FC_TO_DS(fc) ((fc) & 0x0100) argument 168 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument 169 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument 170 #define FC_RETRY(fc) ((fc) & 0x0800) argument 171 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument 172 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument 173 #define FC_PROTECTED(fc) ((fc) & 0x4000) argument [all …]
|
| H A D | print-fddi.c | 162 print_fddi_fc(netdissect_options *ndo, u_char fc) in print_fddi_fc() argument 164 switch (fc) { in print_fddi_fc() 195 switch (fc & FDDIFC_CLFF) { in print_fddi_fc() 198 ND_PRINT((ndo, "mac%1x ", fc & FDDIFC_ZZZZ)); in print_fddi_fc() 202 ND_PRINT((ndo, "smt%1x ", fc & FDDIFC_ZZZZ)); in print_fddi_fc() 206 ND_PRINT((ndo, "async%1x ", fc & FDDIFC_ZZZZ)); in print_fddi_fc() 210 ND_PRINT((ndo, "sync%1x ", fc & FDDIFC_ZZZZ)); in print_fddi_fc() 214 ND_PRINT((ndo, "imp_async%1x ", fc & FDDIFC_ZZZZ)); in print_fddi_fc() 218 ND_PRINT((ndo, "imp_sync%1x ", fc & FDDIFC_ZZZZ)); in print_fddi_fc() 222 ND_PRINT((ndo, "%02x ", fc)); in print_fddi_fc()
|
| /freebsd-13.1/sys/compat/cloudabi/ |
| H A D | cloudabi_futex.c | 255 KASSERT(fc->fc_waitcount >= futex_queue_count(&fc->fc_waiters), in futex_condvar_assert() 278 *fcret = fc; in futex_condvar_lookup() 311 fl = fc->fc_lock; in futex_condvar_lookup_or_create() 324 *fcret = fc; in futex_condvar_lookup_or_create() 329 fc = malloc(sizeof(*fc), M_FUTEX, M_WAITOK); in futex_condvar_lookup_or_create() 335 *fcret = fc; in futex_condvar_lookup_or_create() 345 fl = fc->fc_lock; in futex_condvar_release() 350 free(fc, M_FUTEX); in futex_condvar_release() 993 fl = fc->fc_lock; in cloudabi_futex_condvar_wait() 1016 error = futex_queue_sleep(&fc->fc_waiters, fc->fc_lock, &fw, td, in cloudabi_futex_condvar_wait() [all …]
|
| /freebsd-13.1/sys/dev/hid/ |
| H A D | hconf.c | 141 struct feature_control *fc; in hconf_set_feature_control() local 149 if (fc->rlen <= 1) in hconf_set_feature_control() 159 bzero(fbuf + 1, fc->rlen - 1); in hconf_set_feature_control() 164 if (ofc->rid != fc->rid) in hconf_set_feature_control() 168 fc->rid, fc->rlen, ofc->rlen)); in hconf_set_feature_control() 173 fbuf[0] = fc->rid; in hconf_set_feature_control() 178 fc->val = val; in hconf_set_feature_control() 189 struct feature_control *fc; in hconf_feature_control_handler() local 199 value = fc->val; in hconf_feature_control_handler() 220 hid_feature, tlc_index, 0, &fc->loc, &flags, &fc->rid, NULL)) in hconf_parse_feature() [all …]
|
| /freebsd-13.1/contrib/processor-trace/libipt/src/ |
| H A D | pt_time.c | 116 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-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | ieee80211.h | 465 ieee80211_is_ctl(__le16 fc) in ieee80211_is_ctl() argument 472 return (fc == v); in ieee80211_is_ctl() 477 ieee80211_is_data(__le16 fc) in ieee80211_is_data() argument 484 return (fc == v); in ieee80211_is_data() 497 return (fc == v); in ieee80211_is_data_qos() 502 ieee80211_is_mgmt(__le16 fc) in ieee80211_is_mgmt() argument 509 return (fc == v); in ieee80211_is_mgmt() 515 ieee80211_hdrlen(__le16 fc) in ieee80211_hdrlen() argument 519 if (ieee80211_is_ctl(fc)) { in ieee80211_hdrlen() 531 if (ieee80211_is_data(fc)) { in ieee80211_hdrlen() [all …]
|
| /freebsd-13.1/sys/dev/isp/ |
| H A D | isp_freebsd.c | 140 fc->sim = sim; in isp_attach_chan() 148 TASK_INIT(&fc->gtask, 1, isp_gdt_task, fc); in isp_attach_chan() 153 STAILQ_INSERT_TAIL(&fc->ntfree, &fc->ntpool[i], next); in isp_attach_chan() 156 LIST_INSERT_HEAD(&fc->atfree, &fc->atpool[i], next); in isp_attach_chan() 162 if (kproc_create(isp_kthread, fc, &fc->kproc, 0, 0, in isp_attach_chan() 230 wakeup(fc); in isp_detach_chan() 2087 callout_reset(&fc->gdt, hz, isp_gdt, fc); in isp_gdt_task() 2604 fc = &cts->xport_specific.fc; in isp_action() 2985 if (fc->ready && !callout_active(&fc->gdt)) { in isp_async() 2987 callout_reset(&fc->gdt, hz, isp_gdt, fc); in isp_async() [all …]
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 1019 return (fc == v); in ieee80211_is_action() 1030 return (fc == v); in ieee80211_is_probe_resp() 1041 return (fc == v); in ieee80211_is_auth() 1052 return (fc == v); in ieee80211_is_assoc_req() 1063 return (fc == v); in ieee80211_is_assoc_resp() 1074 return (fc == v); in ieee80211_is_reassoc_req() 1085 return (fc == v); in ieee80211_is_reassoc_resp() 1096 return (fc == v); in ieee80211_is_disassoc() 1114 return (fc == v); in ieee80211_is_deauth() 1130 return (fc == v); in ieee80211_is_beacon() [all …]
|
| /freebsd-13.1/sys/dev/sound/pcm/ |
| H A D | feeder.c | 61 struct feeder_class *fc = p; in feeder_register() local 66 KASSERT(fc->desc == NULL, ("first feeder not root: %s", fc->name)); in feeder_register() 72 fc->name); in feeder_register() 76 fte->feederclass = fc; in feeder_register() 133 KASSERT(fc->desc != NULL, ("feeder '%s' has no descriptor", fc->name)); in feeder_register() 141 …printf("can't allocate memory for feeder '%s', %x -> %x\n", fc->name, fc->desc[i].in, fc->desc[i].… in feeder_register() 145 fte->feederclass = fc; in feeder_register() 146 fte->desc = &fc->desc[i]; in feeder_register() 196 f->data = fc->data; in feeder_create() 199 f->class = fc; in feeder_create() [all …]
|
| H A D | feeder_chain.c | 142 struct feeder_class *fc; in feeder_build_format() local 153 if (fc == NULL) { in feeder_build_format() 210 struct feeder_class *fc; in feeder_build_rate() local 226 if (fc == NULL) { in feeder_build_rate() 288 struct feeder_class *fc; in feeder_build_matrix() local 304 if (fc == NULL) { in feeder_build_matrix() 345 struct feeder_class *fc; in feeder_build_volume() local 361 if (fc == NULL) { in feeder_build_volume() 429 if (fc == NULL) { in feeder_build_eq() 471 if (fc == NULL) { in feeder_build_root() [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/ |
| H A D | s390xcpuid.pl | 269 my ($in,$len,$fc,$param) = map("%r$_",(2..5)); 275 llgfr %r0,$fc 296 llgfr %r0,$fc 311 my ($in,$len,$out,$fc,$param) = map("%r$_",(2..6)); 317 lr %r0,$fc 332 my ($in,$len,$fc,$param) = map("%r$_",(2..5)); 338 lr %r0,$fc 353 my ($in,$len,$out,$fc,$param) = map("%r$_",(2..6)); 359 lr %r0,$fc 374 my ($in,$len,$out,$fc,$param) = map("%r$_",(2..6)); [all …]
|
| H A D | s390x_arch.h | 15 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);
|
| /freebsd-13.1/lib/libdpv/ |
| H A D | dpv.c | 103 char *fc; in dpv() local 445 fc = pprompt; in dpv() 446 while (fc != NULL && *fc != '\0') { in dpv() 449 if (!isspace(*fc) && *fc != '\\' && backslash == 0) in dpv() 458 fc++; in dpv() 461 if (fc != NULL && *fc >= '0' && *fc <= '9') in dpv() 464 else if (fc > pprompt) in dpv() 474 fc = first_file->name; in dpv() 475 while (fc != NULL && *fc != '\0' && isspace(*fc)) in dpv() 476 fc++; in dpv() [all …]
|
| /freebsd-13.1/contrib/xz/src/liblzma/common/ |
| H A D | filter_common.c | 259 const lzma_filter_coder *const fc in lzma_raw_coder_init() local 261 if (fc == NULL || fc->init == NULL) in lzma_raw_coder_init() 265 filters[j].init = fc->init; in lzma_raw_coder_init() 270 const lzma_filter_coder *const fc in lzma_raw_coder_init() local 272 if (fc == NULL || fc->init == NULL) in lzma_raw_coder_init() 276 filters[i].init = fc->init; in lzma_raw_coder_init() 309 const lzma_filter_coder *const fc in lzma_raw_coder_memusage() local 311 if (fc == NULL) in lzma_raw_coder_memusage() 314 if (fc->memusage == NULL) { in lzma_raw_coder_memusage() 326 = fc->memusage(filters[i].options); in lzma_raw_coder_memusage()
|
| /freebsd-13.1/usr.sbin/lpr/lptest/ |
| H A D | lptest.c | 59 register int i, j, fc, nc; in main() local 71 fc = ' '; in main() 73 if (++fc == 0177) in main() 74 fc = ' '; in main() 75 nc = fc; in main()
|
| /freebsd-13.1/sys/dev/igc/ |
| H A D | igc_mac.c | 545 hw->fc.requested_mode = igc_fc_full; in igc_setup_link_generic() 551 hw->fc.current_mode = hw->fc.requested_mode; in igc_setup_link_generic() 554 hw->fc.current_mode); in igc_setup_link_generic() 623 fcrtl = hw->fc.low_water; in igc_set_fc_watermarks_generic() 624 if (hw->fc.send_xon) in igc_set_fc_watermarks_generic() 627 fcrth = hw->fc.high_water; in igc_set_fc_watermarks_generic() 672 switch (hw->fc.current_mode) { in igc_force_mac_fc_generic() 800 hw->fc.current_mode = igc_fc_full; in igc_config_fc_after_link_up_generic() 818 hw->fc.current_mode = igc_fc_tx_pause; in igc_config_fc_after_link_up_generic() 838 hw->fc.current_mode = igc_fc_none; in igc_config_fc_after_link_up_generic() [all …]
|
| /freebsd-13.1/sbin/bsdlabel/ |
| H A D | disktab | 28 :pc#720:oc#0:bc#4096:fc#512: 33 :pc#1440:oc#0:bc#4096:fc#512: 38 :pc#2400:oc#0:bc#4096:fc#512: 43 :pc#2880:oc#0:bc#4096:fc#512: 58 :pc#1600:oc#0:bc#4096:fc#512: 63 :pc#1640:oc#0:bc#4096:fc#512: 68 :pc#2952:oc#0:bc#4096:fc#512: 73 :pc#3444:oc#0:bc#4096:fc#512: 81 :pc#246528:oc#0:bc#4096:fc#512: 178 :pc#2880:oc#0:bc#4096:fc#512: [all …]
|
| /freebsd-13.1/sys/net/ |
| H A D | if_fwsubr.c | 84 struct fw_com *fc = IFP2FWC(ifp); in firewire_output() local 243 speed = min(fc->fc_speed, destfw->sspd); in firewire_output() 367 STAILQ_FOREACH(r, &fc->fc_frags, fr_link) in firewire_input_fragment() 520 struct fw_com *fc = IFP2FWC(ifp); in firewire_input() local 764 struct fw_com *fc = IFP2FWC(ifp); in firewire_ifattach() local 772 fc->fc_speed = llc->sspd; in firewire_ifattach() 773 STAILQ_INIT(&fc->fc_frags); in firewire_ifattach() 811 struct fw_com *fc = IFP2FWC(ifp); in firewire_busreset() local 832 struct fw_com *fc; in firewire_alloc() local 835 fc->fc_ifp = ifp; in firewire_alloc() [all …]
|