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

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp183 bool tc = false, bool fc = false)
185 TClobbersPred(tc), FClobbersPred(fc) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6574 unsigned fc; local
6577 fc = fieldFromInstruction(Insn, 12, 1) << 2 |
6584 fc = fieldFromInstruction(Insn, 12, 1) << 2 |
6593 if (!Check(S, predicate_decoder(Inst, fc, Address, Decoder)))
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-802_11.c164 #define FC_VERSION(fc) ((fc) & 0x3)
165 #define FC_TYPE(fc) (((fc) >> 2) & 0x3)
166 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF)
167 #define FC_TO_DS(fc) ((fc) & 0x0100)
168 #define FC_FROM_DS(fc) ((fc)
177 uint16_t fc; member in struct:mgmt_header_t
300 uint16_t fc; member in struct:ctrl_control_wrapper_hdr_t
313 uint16_t fc; member in struct:ctrl_rts_hdr_t
323 uint16_t fc; member in struct:ctrl_cts_hdr_t
331 uint16_t fc; member in struct:ctrl_ack_hdr_t
339 uint16_t fc; member in struct:ctrl_ps_poll_hdr_t
349 uint16_t fc; member in struct:ctrl_end_hdr_t
359 uint16_t fc; member in struct:ctrl_end_ack_hdr_t
369 uint16_t fc; member in struct:ctrl_ba_hdr_t
377 uint16_t fc; member in struct:ctrl_bar_hdr_t
1620 mgmt_body_print(netdissect_options *ndo, uint16_t fc, const uint8_t *src, const u_char *p, u_int length) argument
1664 ctrl_body_print(netdissect_options *ndo, uint16_t fc, const u_char *p) argument
1748 get_data_src_dst_mac(uint16_t fc, const u_char *p, const uint8_t **srcp, const uint8_t **dstp) argument
1800 data_header_print(netdissect_options *ndo, uint16_t fc, const u_char *p) argument
1861 ctrl_header_print(netdissect_options *ndo, uint16_t fc, const u_char *p) argument
1910 extract_header_length(netdissect_options *ndo, uint16_t fc) argument
1963 ieee_802_11_hdr_print(netdissect_options *ndo, uint16_t fc, const u_char *p, u_int hdrlen, u_int meshdrlen) argument
2027 uint16_t fc; local
[all...]
/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/wpa/src/ap/
H A Ddrv_callbacks.c1137 u16 fc; local
1146 fc = le_to_host16(mgmt->frame_control);
1147 if (WLAN_FC_GET_STYPE(fc) != WLAN_FC_STYPE_ACTION)
1272 u16 fc = le_to_host16(hdr->frame_control); local
1278 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT &&
1279 WLAN_FC_GET_STYPE(fc) == WLAN_FC_STYPE_BEACON)
1669 u16 fc; local
1672 fc = le_to_host16(hdr->frame_control);
1673 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT &&
1674 WLAN_FC_GET_STYPE(fc)
[all...]
H A Dieee802_11.c2036 u16 fc; local
2066 fc = le_to_host16(mgmt->frame_control);
2079 status_code, !!(fc & WLAN_FC_ISWEP),
2081 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "",
2230 if ((fc & WLAN_FC_RETRY) &&
2358 fc & WLAN_FC_ISWEP);
3862 u16 capab_info, listen_interval, seq_ctrl, fc; local
3902 fc = le_to_host16(mgmt->frame_control);
3914 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "");
3925 seq_ctrl, (fc
4442 u16 fc = le_to_host16(mgmt->frame_control); local
4612 u16 fc, stype; local
[all...]
H A Dwpa_auth.c2480 u16 fc, stype; local
2498 fc = le_to_host16(mgmt->frame_control);
2499 stype = WLAN_FC_GET_STYPE(fc);
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_common.c595 u16 fc, type, stype; local
604 fc = le_to_host16(hdr->frame_control);
605 type = WLAN_FC_GET_TYPE(fc);
606 stype = WLAN_FC_GET_STYPE(fc);
612 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) {
1265 const char * fc2str(u16 fc) argument
1267 u16 stype = WLAN_FC_GET_STYPE(fc);
1270 switch (WLAN_FC_GET_TYPE(fc)) {
H A Dieee802_11_common.h189 const char * fc2str(u16 fc);
H A Dieee802_11_defs.h27 #define WLAN_FC_GET_TYPE(fc) (((fc) & 0x000c) >> 2)
28 #define WLAN_FC_GET_STYPE(fc) (((fc) & 0x00f0) >> 4)
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_atheros.c866 u16 fc, stype; local
875 fc = le_to_host16(mgmt->frame_control);
877 if (WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT)
880 stype = WLAN_FC_GET_STYPE(fc);
1367 u16 fc; local
1381 fc = le_to_host16(hdr->frame_control);
1384 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
1385 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
1405 u16 fc, stype; local
1444 fc
[all...]
H A Ddriver_hostap.c62 u16 fc, ethertype; local
71 fc = le_to_host16(hdr->frame_control);
73 if ((fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) != WLAN_FC_TODS) {
74 printf("Not ToDS data frame (fc=0x%04x)\n", fc);
123 u16 fc; local
127 fc = le_to_host16(hdr->frame_control);
130 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
131 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
143 u16 fc, typ local
[all...]
H A Ddriver_nl80211_event.c640 u16 fc, stype; local
651 fc = le_to_host16(mgmt->frame_control);
652 stype = WLAN_FC_GET_STYPE(fc);
664 " freq=%d ssi_signal=%d fc=0x%x seq_ctrl=0x%x stype=%u (%s) len=%u",
666 rx_freq, ssi_signal, fc,
667 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc),
683 u16 fc; local
703 fc = le_to_host16(hdr->frame_control);
706 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
707 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
[all...]
H A Ddriver_nl80211_monitor.c29 u16 fc; local
33 fc = le_to_host16(hdr->frame_control);
36 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
37 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
50 u16 fc; local
56 fc = le_to_host16(hdr->frame_control);
61 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) ==
71 u16 fc; local
75 fc = le_to_host16(hdr->frame_control);
77 switch (WLAN_FC_GET_TYPE(fc)) {
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_sim_common.c432 u8 fc; local
455 fc = 0x20;
460 wpa_printf(MSG_DEBUG, "EAP-AKA': FC = 0x%x", fc);
470 addr[0] = &fc;
/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/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/sbin/ifconfig/
H A Difieee80211.c231 const struct ieee80211_channel *fc = &chaninfo->ic_chans[i]; local
234 if ((fc->ic_flags & from) != from)
238 chaninfo->ic_chans[i+1].ic_freq == fc->ic_freq &&
245 tc->ic_freq == fc->ic_freq && (tc->ic_flags & to) == to)
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c671 struct ccb_trans_settings_fc *fc; local
675 fc = &cts->xport_specific.fc;
685 fc->valid = CTS_FC_VALID_SPEED;
686 fc->bitrate = 800000;
687 fc->wwnn = softc->wwnn;
688 fc->wwpn = softc->wwpn;
689 fc->port = softc->port.targ_port;
690 fc->valid |= CTS_FC_VALID_WWNN | CTS_FC_VALID_WWPN |
780 cpi->xport_specific.fc
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.c2116 struct ccb_trans_settings_fc *fc = &cts.xport_specific.fc; local
2117 if (fc->valid & CTS_FC_VALID_WWPN) {
2118 softc->wwpn = fc->wwpn;
H A Dscsi_enc_ses.c101 union ses_fcobj_hdr *fc; member in union:ses_addl_status::__anon2
H A Dscsi_pass.c1861 xpt_opcode fc; local
1971 fc = ccb->ccb_h.func_code;
1976 if ((fc == XPT_SCSI_IO) || (fc == XPT_ATA_IO)
1977 || (fc == XPT_SMP_IO) || (fc == XPT_DEV_MATCH)
1978 || (fc == XPT_DEV_ADVINFO)
1979 || (fc == XPT_NVME_ADMIN) || (fc == XPT_NVME_IO)) {
1999 if ((fc
2200 xpt_opcode fc; local
[all...]
H A Dscsi_ses.h2452 union ses_elm_fc_hdr fc; member in union:ses_elm_addlstatus_proto_hdr
H A Dscsi_xpt.c619 SCSI_XPT_XPORT(fc, FC);
3072 struct ccb_trans_settings_fc *fc = local
3073 &cts.xport_specific.fc;
3075 if (fc->valid & CTS_FC_VALID_SPEED)
3076 speed = fc->bitrate;
3118 struct ccb_trans_settings_fc *fc; local
3120 fc = &cts.xport_specific.fc;
3121 if (fc->valid & CTS_FC_VALID_WWNN)
3122 printf(" WWNN 0x%llx", (long long) fc
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.h72 } fc; member in struct:ct_data_s
79 #define Freq fc.freq
80 #define Code fc.code

Completed in 722 milliseconds

123456