| /freebsd-12.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 | 365 fc = (struct fwohci_softc *)sc->fc; in fwohci_ioctl() 446 linkspeed[sc->fc.speed], sc->fc.nport); 459 linkspeed[sc->fc.speed], sc->fc.nport); 539 sc->fc.maxrec = sc->fc.speed + 8; 1598 cycle_now = (fc->cyctimer(fc) >> 12) & 0x7fff; 1777 sc->fc.irx_enable(&sc->fc, i); 1782 sc->fc.ibr(&sc->fc); 2009 struct firewire_comm *fc = &sc->fc; local 2139 struct firewire_comm *fc = &sc->fc; local 2187 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
|
| H A D | fwdma.c | 70 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size, in fwdma_malloc() argument 77 /*parent*/ fc->dmat, in fwdma_malloc() 88 /*lockarg*/FW_GMTX(fc), in fwdma_malloc() 110 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma) in fwdma_free() argument 146 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, in fwdma_malloc_multiseg() argument 169 /*parent*/ fc->dmat, in fwdma_malloc_multiseg() 180 /*lockarg*/FW_GMTX(fc), in fwdma_malloc_multiseg()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | unwind-sjlj.c | 91 struct SjLj_Function_Context *fc; member 139 fc->prev = fc_static; in _Unwind_SjLj_Register() 140 fc_static = fc; in _Unwind_SjLj_Register() 168 fc_static = fc; in _Unwind_SjLj_SetContext() 183 return context->fc->data[index]; in _Unwind_GetGR() 199 if (context->fc != NULL) in _Unwind_GetCFA() 210 context->fc->data[index] = val; in _Unwind_SetGR() 239 return context->fc->lsda; in _Unwind_GetLanguageSpecificData() 271 if (context->fc == NULL) in uw_frame_state_for() 287 context->fc = context->fc->prev; in uw_update_context() [all …]
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | dwarf.c | 2845 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int)); in frame_need_space() 2846 fc->col_offset = xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space() 3086 fc->augmentation, fc->code_factor, fc->data_factor, in display_debug_frames() 3132 frame_need_space (fc, fc->ra); in display_debug_frames() 3201 fc->pc_begin, fc->pc_begin + fc->pc_range); in display_debug_frames() 3366 fc->pc_begin + opa * fc->code_factor); in display_debug_frames() 3406 fc->pc_begin + ofs * fc->code_factor); in display_debug_frames() 3523 fc->cfa_reg, fc->cfa_offset); in display_debug_frames() 3607 fc->cfa_offset = fc->cfa_offset * fc->data_factor; in display_debug_frames() 3611 fc->cfa_reg, fc->cfa_offset); in display_debug_frames() [all …]
|
| /freebsd-12.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-12.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-12.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() 173 uint64_t fc; in pt_time_update_tma() local 191 fc = packet->fc; in pt_time_update_tma() 202 time->base -= fc; in pt_time_update_tma() 203 time->fc += fc; in pt_time_update_tma() 265 time->fc = 0ull; in pt_time_update_mtc() 406 uint64_t cyc, fc; in pt_time_update_cyc() local 417 fc = time->fc; in pt_time_update_cyc() 418 if (!fc) { in pt_time_update_cyc() [all …]
|
| /freebsd-12.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-12.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-12.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-12.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-12.1/sys/net/ |
| H A D | if_fwsubr.c | 84 struct fw_com *fc = IFP2FWC(ifp); in firewire_output() local 225 speed = min(fc->fc_speed, destfw->sspd); in firewire_output() 349 STAILQ_FOREACH(r, &fc->fc_frags, fr_link) in firewire_input_fragment() 502 struct fw_com *fc = IFP2FWC(ifp); in firewire_input() local 744 struct fw_com *fc = IFP2FWC(ifp); in firewire_ifattach() local 752 fc->fc_speed = llc->sspd; in firewire_ifattach() 753 STAILQ_INIT(&fc->fc_frags); in firewire_ifattach() 791 struct fw_com *fc = IFP2FWC(ifp); in firewire_busreset() local 812 struct fw_com *fc; in firewire_alloc() local 815 fc->fc_ifp = ifp; in firewire_alloc() [all …]
|
| /freebsd-12.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-12.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-12.1/sys/dev/isp/ |
| H A D | isp_freebsd.c | 179 TASK_INIT(&fc->gtask, 1, isp_gdt_task, fc); in isp_attach_chan() 184 STAILQ_INSERT_TAIL(&fc->ntfree, &fc->ntpool[i], next); in isp_attach_chan() 187 LIST_INSERT_HEAD(&fc->atfree, &fc->atpool[i], next); in isp_attach_chan() 193 if (kproc_create(isp_kthread, fc, &fc->kproc, 0, 0, in isp_attach_chan() 2652 int chan = fc - isp->isp_osinfo.pc.fc; in isp_gdt_task() 2690 callout_reset(&fc->gdt, hz, isp_gdt, fc); in isp_gdt_task() 2817 int chan = fc - isp->isp_osinfo.pc.fc; in isp_kthread() 3814 if (fc->ready && !callout_active(&fc->gdt)) { in isp_async() 3816 callout_reset(&fc->gdt, hz, isp_gdt, fc); in isp_async() 4021 seed = iswwnn ? fc->def_wwnn : fc->def_wwpn; in isp_default_wwn() [all …]
|
| /freebsd-12.1/contrib/libxo/xo/ |
| H A D | xo.c | 131 char fc = *cp; in formatter() local 139 if (fc == 'D' || fc == 'O' || fc == 'U') in formatter() 142 if (strchr("diD", fc) != NULL) { in formatter() 151 } else if (strchr("ouxXOUp", fc) != NULL) { in formatter() 160 } else if (strchr("eEfFgGaA", fc) != NULL) { in formatter() 169 } else if (fc == 'C' || fc == 'c' || fc == 'S' || fc == 's') { in formatter()
|