Searched refs:fc (Results 76 - 100 of 150) sorted by last modified time

123456

/freebsd-11-stable/contrib/mdocml/
H A Dtbl_term.c80 char fc; local
221 fc = '\0';
229 fc = horiz || IS_HORIZ(sp->layout->first) ? '+' : '|';
231 fc = '-';
232 if (fc != '\0') {
234 (*tp->letter)(tp, fc);
264 fc = '-';
267 fc = '=';
270 fc = ' ';
275 fc
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c1553 ccb->knob.xport_specific.fc.wwnn);
1556 ccb->knob.xport_specific.fc.wwpn);
1564 != ccb->knob.xport_specific.fc.wwnn) {
1565 ccb->knob.xport_specific.fc.wwnn =
1570 true, ccb->knob.xport_specific.fc.wwnn,
1574 != ccb->knob.xport_specific.fc.wwpn) {
1575 ccb->knob.xport_specific.fc.wwpn =
1581 true, ccb->knob.xport_specific.fc.wwpn);
1587 ccb->knob.xport_specific.fc.wwnn =
1592 ccb->knob.xport_specific.fc
[all...]
/freebsd-11-stable/contrib/libxo/xo/
H A Dxo.c131 char fc = *cp; local
139 if (fc == 'D' || fc == 'O' || fc == 'U')
142 if (strchr("diD", fc) != NULL) {
151 } else if (strchr("ouxXOUp", fc) != NULL) {
160 } else if (strchr("eEfFgGaA", fc) != NULL) {
169 } else if (fc == 'C' || fc == 'c' || fc
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_x550.c804 if (hw->fc.strict_ieee && hw->fc.requested_mode == ixgbe_fc_rx_pause) {
810 switch (hw->fc.requested_mode) {
852 if (hw->fc.requested_mode == ixgbe_fc_default)
853 hw->fc.requested_mode = ixgbe_fc_full;
3985 if (hw->fc.strict_ieee && hw->fc.requested_mode == ixgbe_fc_rx_pause) {
3995 if (hw->fc.requested_mode == ixgbe_fc_default)
3996 hw->fc.requested_mode = ixgbe_fc_full;
3999 switch (hw->fc
[all...]
H A Dixgbe_dcb_82599.c328 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN;
329 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
352 reg = hw->fc.pause_time | (hw->fc.pause_time << 16);
357 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_dcb_82598.c290 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
291 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN;
297 reg = hw->fc.pause_time | (hw->fc.pause_time << 16);
302 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_82598.c422 if (!hw->fc.pause_time) {
429 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
430 hw->fc.high_water[i]) {
431 if (!hw->fc.low_water[i] ||
432 hw->fc.low_water[i] >= hw->fc.high_water[i]) {
447 switch (hw->fc.requested_mode) {
449 hw->fc.requested_mode = ixgbe_fc_tx_pause;
452 hw->fc.requested_mode = ixgbe_fc_none;
460 /* Negotiate the fc mod
[all...]
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c478 mpt->scinfo.fc.wwnn = ((uint64_t)mpt->mpt_fcport_page0.WWNN.High << 32)
480 mpt->scinfo.fc.wwpn = ((uint64_t)mpt->mpt_fcport_page0.WWPN.High << 32)
482 mpt->scinfo.fc.portid = mpt->mpt_fcport_page0.PortIdentifier;
487 (uintmax_t)mpt->scinfo.fc.wwnn, (uintmax_t)mpt->scinfo.fc.wwpn,
494 "wwnn", CTLFLAG_RD, &mpt->scinfo.fc.wwnn,
498 "wwpn", CTLFLAG_RD, &mpt->scinfo.fc.wwpn,
511 CONFIG_PAGE_FC_PORT_1 fc; local
517 &fc.Header, FALSE, 5000);
524 &fc
2286 PTR_MSG_FC_PRIMITIVE_SEND_REQUEST fc; local
3461 struct ccb_trans_settings_fc *fc = local
4101 MSG_LINK_SERVICE_BUFFER_POST_REQUEST *fc; local
4151 PTR_MSG_TARGET_CMD_BUFFER_POST_REQUEST fc; local
4694 PTR_MPI_TARGET_FCP_CMD_BUFFER fc = local
4782 mpt_scsi_tgt_tsk_mgmt(struct mpt_softc *mpt, request_t *req, mpt_task_mgmt_t fc, tgt_resource_t *trtp, int init_id) argument
4894 PTR_MPI_TARGET_FCP_CMD_BUFFER fc; local
[all...]
H A Dmpt.h604 #define mpt_fcport_page0 cfg.fc._port_page0
605 #define mpt_fcport_speed cfg.fc._port_speed
606 } fc; member in union:mpt_softc::__anon7154
619 } fc; member in union:mpt_softc::__anon7155
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.h318 struct isp_fc *fc; member in union:isposinfo::__anon6469
325 #define ISP_FC_PC(isp, chan) (&(isp)->isp_osinfo.pc.fc[(chan)])
397 struct isp_fc *fc = ISP_FC_PC(isp, chan); \
398 bus_dmamap_sync(isp->isp_osinfo.scdmat, fc->scmap, \
404 struct isp_fc *fc = ISP_FC_PC(isp, chan); \
405 bus_dmamap_sync(isp->isp_osinfo.scdmat, fc->scmap, \
437 struct isp_fc *fc = ISP_FC_PC(isp, chan); \
438 bus_dmamap_sync(isp->isp_osinfo.scdmat, fc->scmap, \
444 struct isp_fc *fc = ISP_FC_PC(isp, chan); \
445 bus_dmamap_sync(isp->isp_osinfo.scdmat, fc
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp_targ.c314 src = sc->fd.fc->crom_src;
315 root = sc->fd.fc->crom_root;
473 sc->fd.fc->ibr(sc->fd.fc);
519 sc->fd.fc->ibr(sc->fd.fc);
1912 fwdev = fw_noderesolve_nodeid(sc->fd.fc, fp->mode.wreqb.src & 0x3f);
1941 fw_asyreq(xfer->fc, -1, xfer);
1950 struct firewire_comm *fc; local
1956 sc->fd.fc
[all...]
H A Dif_fwip.c112 struct firewire_comm *fc; local
118 fc = fwip->fd.fc;
119 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);
162 fwip->fd.fc = device_get_ivars(dev);
164 tx_speed = fwip->fd.fc->speed;
176 hwaddr->sender_unique_ID_hi = htonl(fwip->fd.fc->eui.hi);
177 hwaddr->sender_unique_ID_lo = htonl(fwip->fd.fc->eui.lo);
178 hwaddr->sender_max_rec = fwip->fd.fc
207 struct firewire_comm *fc; local
280 struct firewire_comm *fc; local
402 struct firewire_comm *fc = fwip->fd.fc; local
535 struct firewire_comm *fc = fwip->fd.fc; local
[all...]
H A Dfirewire.c146 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) argument
150 FW_GLOCK(fc);
151 STAILQ_FOREACH(fwdev, &fc->devices, link)
154 FW_GUNLOCK(fc);
163 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) argument
167 FW_GLOCK(fc);
168 STAILQ_FOREACH(fwdev, &fc->devices, link)
171 FW_GUNLOCK(fc);
184 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) argument
202 info = &fc
299 struct firewire_comm *fc = xfer->fc; local
332 struct firewire_comm *fc = (struct firewire_comm *)arg; local
376 struct firewire_comm *fc; local
404 struct firewire_comm *fc; local
509 struct firewire_comm *fc; local
567 fw_drain_txq(struct firewire_comm *fc) argument
599 fw_reset_csr(struct firewire_comm *fc) argument
644 fw_init_crom(struct firewire_comm *fc) argument
678 fw_reset_crom(struct firewire_comm *fc) argument
706 fw_busreset(struct firewire_comm *fc, uint32_t new_status) argument
771 fw_init(struct firewire_comm *fc) argument
883 fw_bindlookup(struct firewire_comm *fc, uint16_t dest_hi, uint32_t dest_lo) argument
903 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) argument
935 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) argument
971 fw_xferlist_add(struct fw_xferlist *q, struct malloc_type *type, int slen, int rlen, int n, struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *)) argument
1021 fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer) argument
1055 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) argument
1233 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) argument
1298 fw_sidrcv(struct firewire_comm *fc, uint32_t *sid, u_int len) argument
1402 struct firewire_comm *fc; local
1513 struct firewire_comm *fc; local
1664 fw_find_self_id(struct firewire_comm *fc, int node) argument
1680 fw_explore(struct firewire_comm *fc) argument
1739 struct firewire_comm *fc; local
1764 fw_attach_dev(struct firewire_comm *fc) argument
1813 fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer) argument
2101 struct firewire_comm *fc; local
2136 struct firewire_comm *fc = arg; local
2278 fw_bmr(struct firewire_comm *fc) argument
2331 fw_open_isodma(struct firewire_comm *fc, int tx) argument
[all...]
H A Dfwohci.c278 fwohci_set_bus_manager(struct firewire_comm *fc, u_int node) argument
280 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
298 device_printf(sc->fc.dev, "%s: %d->%d (loop=%d)\n",
323 device_printf(sc->fc.dev, "%s: failed(1).\n", __func__);
334 device_printf(sc->fc.dev, "%s: failed(2).\n", __func__);
341 device_printf(sc->fc.dev,
353 struct fwohci_softc *fc; local
363 fc = (struct fwohci_softc *)sc->fc;
372 OWRITE(fc, re
780 fwohci_cyctimer(struct firewire_comm *fc) argument
1038 fwohci_start_atq(struct firewire_comm *fc) argument
1048 fwohci_start_ats(struct firewire_comm *fc) argument
1067 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1295 fwohci_itx_disable(struct firewire_comm *fc, int dmach) argument
1311 fwohci_irx_disable(struct firewire_comm *fc, int dmach) argument
1469 fwohci_next_cycle(struct firewire_comm *fc, int cycle_now) argument
1500 fwohci_itxbuf_enable(struct firewire_comm *fc, int dmach) argument
1621 fwohci_irx_enable(struct firewire_comm *fc, int dmach) argument
1819 struct firewire_comm *fc = (struct firewire_comm *)sc; local
1921 struct firewire_comm *fc = (struct firewire_comm *)sc; local
2007 struct firewire_comm *fc = &sc->fc; local
2108 fwohci_poll(struct firewire_comm *fc, int quick, int count) argument
2118 fwohci_set_intr(struct firewire_comm *fc, int enable) argument
2137 struct firewire_comm *fc = &sc->fc; local
2185 struct firewire_comm *fc = &sc->fc; local
2454 fwohci_ibr(struct firewire_comm *fc) argument
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-fddi.c162 print_fddi_fc(netdissect_options *ndo, u_char fc) argument
164 switch (fc) {
195 switch (fc & FDDIFC_CLFF) {
198 ND_PRINT((ndo, "mac%1x ", fc & FDDIFC_ZZZZ));
202 ND_PRINT((ndo, "smt%1x ", fc & FDDIFC_ZZZZ));
206 ND_PRINT((ndo, "async%1x ", fc & FDDIFC_ZZZZ));
210 ND_PRINT((ndo, "sync%1x ", fc & FDDIFC_ZZZZ));
214 ND_PRINT((ndo, "imp_async%1x ", fc & FDDIFC_ZZZZ));
218 ND_PRINT((ndo, "imp_sync%1x ", fc & FDDIFC_ZZZZ));
222 ND_PRINT((ndo, "%02x ", fc));
[all...]
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c250 void parse_line(char *pline, int *fc, char **fv, int nf);
345 parse_line(char *pline, int *fc, char **fv, int nf) argument
350 *fc = 0;
359 if (*fc < nf)
360 fv[(*fc)++] = p;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex9011 \gdef^^fc{\"u}
9131 \gdef^^fc{\"u}
/freebsd-11-stable/sys/cam/
H A Dcam_compat.h102 struct ccb_pathinq_settings_fc fc; member in union:ccb_pathinq_0x17::__anon5241
128 struct ccb_trans_settings_fc fc; member in union:ccb_trans_settings_0x17::__anon5243
186 struct ccb_trans_settings_fc fc; member in union:ccb_trans_settings_0x18::__anon5246
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c171 float complex fc; variable
343 RUN_TEST(FNC(fc), float complex) && \
353 RUN_TEST(FNC(fc), float) && \
361 RUN_TEST(FNC(ldc, fc), long double complex) && \
373 RUN_TEST(FNC(ld, fc), long double complex) && \
378 RUN_TEST(FNC(dc, fc), double complex) && \
385 RUN_TEST(FNC(fc, d), double complex) && \
388 RUN_TEST(FNC(fc, fc), float complex) && \
389 RUN_TEST(FNC(fc,
[all...]
/freebsd-11-stable/tools/tools/net80211/w00t/ap/
H A Dap.c468 char fc[2]; local
472 memcpy(fc, wh->i_fc, 2);
488 memcpy(wh->i_fc, fc, sizeof(fc));
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c530 register FILE *fc; local
534 fc = fcopy;
536 while (1 < expandline(fe,fc,delta,false,(FILE*)0,true))
539 fastcopy(fe,fc);
566 register FILE *fc; local
575 fc = fcopy;
579 if (expandline(fe,fc,delta,false,(FILE*)0,true) <= 1)
587 aputc_(c, fc)
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dfilter_common.c259 const lzma_filter_coder *const fc local
261 if (fc == NULL || fc->init == NULL)
265 filters[j].init = fc->init;
270 const lzma_filter_coder *const fc local
272 if (fc == NULL || fc->init == NULL)
276 filters[i].init = fc->init;
309 const lzma_filter_coder *const fc local
311 if (fc
[all...]
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c390 int client_fd, fc, on; local
470 if ((fc = fcntl(s->server_fd, F_GETFL)) == -1 ||
471 fcntl(s->server_fd, F_SETFL, fc | O_NONBLOCK) == -1) {
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c253 EVENT fc; /* File name completion event. */ local
493 fc.e_event = E_REPAINT;
494 fc.e_flno = vip->totalcount >=
496 fc.e_tlno = sp->rows;
498 (void)vs_repaint(sp, &fc);
/freebsd-11-stable/contrib/ntp/libparse/
H A Dparsestreams.c212 unsigned int fc,
226 switch (fc)
211 xxxinit( unsigned int fc, struct vddrv *vdp, addr_t vdin, struct vdstat *vds ) argument

Completed in 382 milliseconds

123456