HomeSort by: relevance | last modified time | path
    Searched refs:fc (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/sys/lib/libsa/
fnmatch.c 68 char fc, pc; local in function:fnmatch
71 fc = *fname++;
73 if (!fc && !pc)
75 if (pc == '?' && fc)
76 pc = fc;
77 } while (fc == pc);
  /src/sys/dev/ieee1394/
firewire.c 197 struct firewire_comm *fc = device_private(parent); local in function:firewireattach
204 fc->bdev = sc->dev = self;
205 sc->fc = fc;
208 fc->status = FWBUSNOTREADY;
210 if (fc->nisodma > FWMAXNDMA)
211 fc->nisodma = FWMAXNDMA;
213 fc->crom_src_buf = malloc(sizeof(struct crom_src_buf),
215 fc->topology_map =malloc(sizeof(struct fw_topology_map),
217 fc->speed_map = malloc(sizeof(struct fw_speed_map)
269 struct firewire_comm *fc; local in function:firewiredetach
475 struct firewire_comm *fc = xfer->fc; local in function:fw_xferwait
1264 struct firewire_comm *fc = xfer->fc; local in function:fw_asystart
1325 struct firewire_comm *fc; local in function:firewire_watchdog
1718 struct firewire_comm *fc; local in function:fw_explore_node
1936 struct firewire_comm *fc = (struct firewire_comm *)arg; local in function:fw_bus_probe_thread
2224 struct firewire_comm *fc; local in function:fw_try_bmr_callback
2259 struct firewire_comm *fc = (struct firewire_comm *)arg; local in function:fw_try_bmr
    [all...]
fwdev.c 101 struct firewire_comm *fc; member in struct:fw_drv1
132 mutex_enter(&sc->fc->fc_mtx);
134 mutex_exit(&sc->fc->fc_mtx);
139 mutex_exit(&sc->fc->fc_mtx);
146 d->fc = sc->fc;
158 struct firewire_comm *fc; local in function:fw_close
172 fc = d->fc;
177 fw_bindremove(fc, fwb)
233 struct firewire_comm *fc; local in function:fw_read
310 struct firewire_comm *fc; local in function:fw_write
386 struct firewire_comm *fc; local in function:fw_ioctl
    [all...]
fwohci.c 171 static void fwohci_timeout(struct firewire_comm *fc);
329 sc->fc.arq = &sc->arrq.xferq;
330 sc->fc.ars = &sc->arrs.xferq;
331 sc->fc.atq = &sc->atrq.xferq;
332 sc->fc.ats = &sc->atrs.xferq;
369 sc->fc.tcode = tinfo;
371 sc->fc.cyctimer = fwohci_cyctimer;
372 sc->fc.ibr = fwohci_ibr;
373 sc->fc.set_bmr = fwohci_set_bus_manager;
374 sc->fc.ioctl = fwohci_ioctl
1555 struct firewire_comm *fc = &sc->fc; local in function:fwohci_txd
1727 struct firewire_comm *fc = &sc->fc; local in function:fwohci_db_init
1990 struct firewire_comm *fc = &sc->fc; local in function:fwohci_intr_core
2068 struct firewire_comm *fc = &sc->fc; local in function:fwohci_intr_dma
2136 struct firewire_comm *fc = &sc->fc; local in function:fwohci_task_sid
2188 struct firewire_comm *fc = &sc->fc; local in function:fwohci_tbuf_update
2241 struct firewire_comm *fc = &sc->fc; local in function:fwohci_rbuf_update
    [all...]
firewirereg.h 60 struct firewire_comm *fc; member in struct:fw_device
74 struct firewire_comm *fc; member in struct:firewire_softc
89 struct firewire_comm *fc; member in struct:firewire_dev_comm
210 #define FW_GMTX(fc) (&(fc)->fc_mtx)
211 #define FW_GLOCK(fc) fw_mtx_lock(FW_GMTX(fc))
212 #define FW_GUNLOCK(fc) fw_mtx_unlock(FW_GMTX(fc))
213 #define FW_GLOCK_ASSERT(fc) fw_mtx_assert(FW_GMTX(fc), MA_OWNED
236 struct firewire_comm *fc; member in struct:fw_xfer
266 struct firewire_comm *fc; member in struct:fw_rcv_buf
    [all...]
if_fwip.c 187 sc->sc_fd.fc = fwa->fc;
189 tx_speed = sc->sc_fd.fc->speed;
198 hwaddr->sender_unique_ID_hi = htonl(sc->sc_fd.fc->eui.hi);
199 hwaddr->sender_unique_ID_lo = htonl(sc->sc_fd.fc->eui.lo);
200 hwaddr->sender_max_rec = sc->sc_fd.fc->maxrec;
201 hwaddr->sspd = sc->sc_fd.fc->speed;
329 struct firewire_comm *fc; local in function:fwip_init
337 fc = sc->sc_fd.fc;
433 struct firewire_comm *fc = sc->sc_fd.fc; local in function:fwip_stop
531 struct firewire_comm *fc = sc->sc_fd.fc; local in function:fwip_async_output
    [all...]
fwdma.c 149 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, int esize, int n,
171 aprint_error_dev(fc->dev, "malloc failed\n");
177 am->dma_tag = fc->dmat;
180 seg->v_addr = fwdma_malloc(fc->dev, am->dma_tag, &seg->dma_map,
183 aprint_error_dev(fc->dev, "malloc_size failed %d\n",
fwohcivar.h 43 struct firewire_comm fc; member in struct:fwohci_softc
fwmem.c 245 fwdev = fw_noderesolve_eui64(fms->sc->fc, &fms->eui);
343 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
374 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
406 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
438 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
456 xfer->fc = fwdev->fc;
  /src/usr.sbin/lpr/lptest/
lptest.c 54 int i, j, fc, nc; local in function:main
66 fc = ' ';
68 if (++fc == 0177)
69 fc = ' ';
70 nc = fc;
  /src/sys/fs/cd9660/
cd9660_util.c 119 uint16_t fc, ic; local in function:isofncmp
128 fc = wget(&fn, &fnlen, joliet_level);
131 return fc;
134 switch (fc) {
136 return fc;
152 if (ic != fc) {
154 if (ic + ('a' - 'A') != fc) {
155 if (fc >= 'a' && fc <= 'z')
156 fc -= 'a' - 'A'
    [all...]
  /src/usr.bin/xlint/lint2/
chk.c 604 char fc; local in function:printflike
610 fc = *fp++;
613 if (fc == '\0') {
618 if (fc != '%') {
622 fc = *fp++;
628 if (fc == '-') {
632 } else if (fc == '+') {
636 } else if (fc == ' ') {
640 } else if (fc == '#') {
644 } else if (fc == '0')
832 char fc; local in function:scanflike
    [all...]
  /src/sys/dev/pci/igc/
igc_mac.c 409 if (hw->fc.requested_mode == igc_fc_default) {
410 hw->fc.requested_mode = igc_fc_full;
416 hw->fc.current_mode = hw->fc.requested_mode;
419 hw->fc.current_mode);
435 IGC_WRITE_REG(hw, IGC_FCTTV, hw->fc.pause_time);
484 if (hw->fc.current_mode & igc_fc_tx_pause) {
489 fcrtl = hw->fc.low_water;
490 if (hw->fc.send_xon)
493 fcrth = hw->fc.high_water
    [all...]
  /src/sys/arch/ia64/stand/efi/libefi/
efifs_ls.c 103 char fc, pc; local in function:fn_match
106 fc = *fname++;
108 if (!fc && !pc)
110 if (pc == '?' && fc)
111 pc = fc;
112 } while (fc == pc);
  /src/tests/usr.bin/xlint/lint1/
d_fold_test.c 52 void if_float_Complex(float _Complex fc) { if (fc) return; }
msg_204.c 81 void if_float_Complex(float _Complex fc) { if (fc) return; }
  /src/sys/netbt/
rfcomm_upper.c 497 struct rfcomm_fc_info fc; local in function:rfcomm_getopt
504 memset(&fc, 0, sizeof(fc));
505 fc.lmodem = dlc->rd_lmodem;
506 fc.rmodem = dlc->rd_rmodem;
507 fc.tx_cred = uimax(dlc->rd_txcred, 0xff);
508 fc.rx_cred = uimax(dlc->rd_rxcred, 0xff);
511 fc.cfc = 1;
513 return sockopt_set(sopt, &fc, sizeof(fc));
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_vsc8211.c 121 int *speed, int *duplex, int *fc)
165 if (fc && dplx == DUPLEX_FULL) {
187 if (fc)
188 *fc = pause;
  /src/sys/altq/
altq_rio.c 631 struct rio_conf *fc; local in function:rioioctl
635 fc = (struct rio_conf *)addr;
636 if ((rqp = altq_lookup(fc->iface.rio_ifname,
642 new = rio_alloc(fc->rio_weight, &fc->q_params[0],
643 fc->rio_flags, fc->rio_pkttime);
651 limit = fc->rio_limit;
652 if (limit < fc->q_params[RIO_NDROPPREC-1].th_max)
653 limit = fc->q_params[RIO_NDROPPREC-1].th_max
    [all...]
altq_fifoq.c 228 struct fifoq_conf *fc; local in function:fifoqioctl
231 fc = (struct fifoq_conf *)addr;
232 if ((q = altq_lookup(fc->iface.fifoq_ifname,
237 limit = fc->fifoq_limit;
241 fc->fifoq_limit = limit;
altq_blue.c 289 struct blue_conf *fc; local in function:blueioctl
292 fc = (struct blue_conf *)addr;
293 if ((rqp = altq_lookup(fc->iface.blue_ifname,
298 limit = fc->blue_limit;
300 fc->blue_limit = limit; /* write back the new value */
301 if (fc->blue_pkttime > 0)
302 rqp->rq_blue->blue_pkttime = fc->blue_pkttime;
303 if (fc->blue_max_pmark > 0)
304 rqp->rq_blue->blue_max_pmark = fc->blue_max_pmark;
305 if (fc->blue_hold_time > 0
    [all...]
altq_red.c 910 struct red_conf *fc; local in function:redioctl
914 fc = (struct red_conf *)addr;
915 if ((rqp = altq_lookup(fc->iface.red_ifname,
920 new = red_alloc(fc->red_weight,
921 fc->red_inv_pmax,
922 fc->red_thmin,
923 fc->red_thmax,
924 fc->red_flags,
925 fc->red_pkttime);
933 limit = fc->red_limit
    [all...]
  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82598.c 294 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
295 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN;
301 reg = hw->fc.pause_time | (hw->fc.pause_time << 16);
306 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
ixgbe_82598.c 428 if (!hw->fc.pause_time) {
435 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
436 hw->fc.high_water[i]) {
437 if (!hw->fc.low_water[i] ||
438 hw->fc.low_water[i] >= hw->fc.high_water[i]) {
447 * On 82598 having Rx FC on causes resets while doing 1G
453 switch (hw->fc.requested_mode) {
455 hw->fc.requested_mode = ixgbe_fc_tx_pause;
458 hw->fc.requested_mode = ixgbe_fc_none
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
dra76x.dtsi 87 dpll_gmac_h14x2_ctrl_ck: dpll_gmac_h14x2_ctrl_ck@3fc {
99 dpll_gmac_h14x2_ctrl_mux_ck: dpll_gmac_h14x2_ctrl_mux_ck@3fc {
110 mcan_clk: mcan_clk@3fc {

Completed in 26 milliseconds

1 2 3 4