Searched refs:fc (Results 101 - 125 of 150) sorted by relevance

123456

/freebsd-11-stable/contrib/gcc/
H A Dexcept.c1858 rtx fn_begin, fc, mem, seq;
1861 fc = cfun->eh->sjlj_fc;
1869 mem = adjust_address (fc, Pmode, sjlj_fc_personality_ofs);
1872 mem = adjust_address (fc, Pmode, sjlj_fc_lsda_ofs);
1891 plus_constant (XEXP (fc, 0),
1901 expand_builtin_setjmp_setup (plus_constant (XEXP (fc, 0), sjlj_fc_jbuf_ofs),
1906 1, XEXP (fc, 0), Pmode);
1990 rtx mem, dispatch, seq, fc;
1995 fc = cfun->eh->sjlj_fc;
2007 mem = adjust_address (fc, TYPE_MOD
1846 rtx fn_begin, fc, mem, seq; local
1978 rtx mem, dispatch, seq, fc; local
[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/tcsh/
H A Dsh.h816 } fc; member in struct:Ain
817 #define f_seek fc._f_seek
818 #define c_seek fc._c_seek
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3396 const struct _7z_coder *fc = folder->coders; local
3407 if (folder->numCoders == 4 && fc[3].codec == _7Z_X86_BCJ2 &&
3414 scoder[1] = &(fc[1]);
3415 scoder[2] = &(fc[0]);
3418 coder1 = &(fc[2]);
3438 if (fc[0].codec == _7Z_COPY &&
3439 fc[1].codec == _7Z_COPY)
3441 else if (fc[0].codec == _7Z_COPY &&
3442 fc[2].codec == _7Z_COPY)
3444 else if (fc[
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c198 int32_t fc; local
210 fc = 0;
219 fc = -1;
222 fc++;
227 return (fc);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp1975 glyph_node::glyph_node(charinfo *c, tfont *t, color *gc, color *fc, argument
1977 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc)
1986 color *gc, color *fc, hunits w,
1988 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc), wid(w)
2170 ligature_node::ligature_node(charinfo *c, tfont *t, color *gc, color *fc, argument
2173 : glyph_node(c, t, gc, fc, s, pop, x), n1(gn1), n2(gn2)
2178 ligature_node::ligature_node(charinfo *c, tfont *t, color *gc, color *fc, argument
2181 : glyph_node(c, t, gc, fc, w, s, pop, x), n1(gn1), n2(gn2)
3836 color *gc, color *fc,
3839 : node(0, s, pop), mac(m), tf(t), gcol(gc), fcol(fc), no_init_strin
1985 glyph_node(charinfo *c, tfont *t, color *gc, color *fc, hunits w, statem *s, int pop, node *x) argument
3835 special_node(const macro &m, tfont *t, color *gc, color *fc, statem *s, int pop, int n) argument
4430 draw_node(char c, hvpair *p, int np, font_size s, color *gc, color *fc) argument
4439 draw_node(char c, hvpair *p, int np, font_size s, color *gc, color *fc, statem *st, int pop) argument
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_ccb.h664 struct ccb_pathinq_settings_fc fc; member in union:ccb_pathinq::__anon5230
1034 struct ccb_trans_settings_fc fc; member in union:ccb_trans_settings::__anon5237
1094 struct ccb_sim_knob_settings_fc fc; member in union:ccb_sim_knob::__anon5238
/freebsd-11-stable/sys/dev/pdq/
H A Dpdq.c737 pdq_uint32_t fc, datalen, pdulen, segcnt;
749 fc = dataptr[PDQ_RX_FC_OFFSET];
750 switch (fc & (PDQ_FDDIFC_C|PDQ_FDDIFC_L|PDQ_FDDIFC_F)) {
767 PDQ_PRINTF(("discard: bad fc 0x%x\n", fc));
729 pdq_uint32_t fc, datalen, pdulen, segcnt; local
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.h471 u32 fc; /* local flow ctrl setting */ member in struct:adapter
H A Dif_lem.c2437 adapter->hw.fc.high_water = rx_buffer_size -
2439 adapter->hw.fc.low_water = adapter->hw.fc.high_water - 1500;
2441 adapter->hw.fc.pause_time = EM_FC_PAUSE_TIME;
2442 adapter->hw.fc.send_xon = TRUE;
2446 adapter->hw.fc.requested_mode = lem_fc_setting;
2448 adapter->hw.fc.requested_mode = e1000_fc_none;
4575 CTLFLAG_RD, &adapter->hw.fc.high_water, 0,
4578 CTLFLAG_RD, &adapter->hw.fc.low_water, 0,
H A De1000_82571.c1552 if (hw->fc.requested_mode == e1000_fc_default)
1553 hw->fc.requested_mode = e1000_fc_full;
H A De1000_ich8lan.c5258 if (hw->fc.requested_mode == e1000_fc_default)
5259 hw->fc.requested_mode = e1000_fc_full;
5264 hw->fc.current_mode = hw->fc.requested_mode;
5267 hw->fc.current_mode);
5274 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
5279 E1000_WRITE_REG(hw, E1000_FCRTV_PCH, hw->fc.refresh_time);
5283 hw->fc.pause_time);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1189 for (FileChecksumEntry &fc : checksums) {
1191 exitOnErr(cVStrTab.getString(fc.FileNameOffset));
1194 newChecksums->addChecksum(filename, fc.Kind, fc.Checksum);
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c1112 struct ccb_trans_settings_fc *fc = local
1113 &ccb->cts.xport_specific.fc;
1115 if (fc->valid & CTS_FC_VALID_SPEED)
1116 speed = fc->bitrate;
5072 struct ccb_trans_settings_fc *fc = local
5073 &cts->xport_specific.fc;
5075 if (fc->valid & CTS_FC_VALID_WWNN)
5077 (long long) fc->wwnn);
5078 if (fc->valid & CTS_FC_VALID_WWPN)
5080 (long long) fc
[all...]
/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
/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/sys/dev/ixgb/
H A Dif_ixgb.c291 adapter->hw.fc.high_water = FCRTH;
292 adapter->hw.fc.low_water = FCRTL;
293 adapter->hw.fc.pause_time = FCPAUSE;
294 adapter->hw.fc.send_xon = TRUE;
295 adapter->hw.fc.type = FLOW_CONTROL;
H A Dixgb_hw.h697 struct ixgb_fc fc; /* Flow control parameters */ member in struct:ixgb_hw
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Devents.c4210 u16 fc; local
4212 fc = le_to_host16(hdr->frame_control);
4213 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT &&
4214 WLAN_FC_GET_STYPE(fc) == WLAN_FC_STYPE_BEACON)
4543 u16 fc, stype; local
4565 fc = le_to_host16(mgmt->frame_control);
4566 stype = WLAN_FC_GET_STYPE(fc);
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_uncore.c356 uint32_t fc; local
368 fc = (UCF_MASK << (ri * 4));
370 ucfc->pc_ucfctrl &= ~fc;
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h507 int speed, int duplex, int fc, int mac_was_reset);
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h284 agsaFastCommand_t *fc,
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.c1158 struct feeder_class *fc; local
1187 fc = feeder_getclass(NULL);
1188 if (fc == NULL)
1190 if (chn_addfeeder(c, fc, NULL))
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ioctl.c511 *((uint64_t*)req->hw_addr.fc.wwnn) = ocs_htobe64(ocs->domain->sport->wwnn);
512 *((uint64_t*)req->hw_addr.fc.wwpn) = ocs_htobe64(ocs->domain->sport->wwpn);
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c3860 unsigned int aneg, fc, fec, speed, rcap; local
3862 fc = 0;
3864 fc |= FW_PORT_CAP32_FC_RX;
3866 fc |= FW_PORT_CAP32_FC_TX;
3868 fc |= FW_PORT_CAP32_FORCE_PAUSE;
3898 rcap = aneg | speed | fc | fec;
8517 unsigned char fc, fec; local
8561 fc = 0;
8563 fc |= PAUSE_RX;
8565 fc |
[all...]

Completed in 680 milliseconds

123456